Searched refs:ct_kstats (Results 1 – 2 of 2) sorted by relevance
1832 kstat_t *ct_kstats; in callout_kstat_init() local1836 ASSERT(ct->ct_kstats == NULL); in callout_kstat_init()1839 ct_kstats = kstat_create("unix", ndx, "callout", in callout_kstat_init()1842 if (ct_kstats == NULL) { in callout_kstat_init()1846 ct_kstats->ks_data = ct->ct_kstat_data; in callout_kstat_init()1850 ct->ct_kstats = ct_kstats; in callout_kstat_init()1851 kstat_install(ct_kstats); in callout_kstat_init()
374 kstat_t *ct_kstats; /* callout kstats */ member