Home
last modified time | relevance | path

Searched refs:ct_kstats (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c1833 kstat_t *ct_kstats; in callout_kstat_init() local
1837 ASSERT(ct->ct_kstats == NULL); in callout_kstat_init()
1840 ct_kstats = kstat_create("unix", ndx, "callout", in callout_kstat_init()
1843 if (ct_kstats == NULL) { in callout_kstat_init()
1847 ct_kstats->ks_data = ct->ct_kstat_data; in callout_kstat_init()
1851 ct->ct_kstats = ct_kstats; in callout_kstat_init()
1852 kstat_install(ct_kstats); in callout_kstat_init()
/illumos-gate/usr/src/uts/common/sys/
H A Dcallo.h374 kstat_t *ct_kstats; /* callout kstats */ member