Home
last modified time | relevance | path

Searched refs:CALLOUT_NUM_STATS (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dcallo.h309 CALLOUT_NUM_STATS enumerator
/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c1841 "misc", KSTAT_TYPE_NAMED, CALLOUT_NUM_STATS, KSTAT_FLAG_VIRTUAL); in callout_kstat_init()
1848 for (stat = 0; stat < CALLOUT_NUM_STATS; stat++) in callout_kstat_init()
2140 size = sizeof (kstat_named_t) * CALLOUT_NUM_STATS; in callout_init()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c760 kstat_named_t ct_kstat_data[CALLOUT_NUM_STATS];
828 size = sizeof (kstat_named_t) * CALLOUT_NUM_STATS; in callout_table_walk_step()