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",
166 if (sof_stat_ksp == NULL)
176 sof_stat_ksp->ks_data = &sof_stat;
177 sof_stat_ksp->ks_update = sof_kstat_update;
178 kstat_install(sof_stat_ksp);

Completed in 60 milliseconds