Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockfilter.c93 static kstat_t *sof_stat_ksp; variable
162 sof_stat_ksp = kstat_create("sockfs", 0, "sockfilter", "misc", in sof_init()
166 if (sof_stat_ksp == NULL) in sof_init()
176 sof_stat_ksp->ks_data = &sof_stat; in sof_init()
177 sof_stat_ksp->ks_update = sof_kstat_update; in sof_init()
178 kstat_install(sof_stat_ksp); in sof_init()