Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dcallout.c1832 kstat_t *ct_kstats; in callout_kstat_init() local
1836 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()
/titanic_41/usr/src/uts/common/sys/
H A Dcallo.h374 kstat_t *ct_kstats; /* callout kstats */ member