Searched refs:ds_kstat (Results 1 – 2 of 2) sorted by relevance
164 if (!fcdp->ds_kstat) { in fc_start_kstat()165 if (fcdp->ds_kstat = kstat_create("cmdk", instance, NULL, in fc_start_kstat()167 kstat_install(fcdp->ds_kstat); in fc_start_kstat()178 if (fcdp->ds_kstat) { in fc_stop_kstat()179 kstat_delete(fcdp->ds_kstat); in fc_stop_kstat()180 fcdp->ds_kstat = NULL; in fc_stop_kstat()228 if (dsnglp->ds_kstat) { in dsngl_enque()229 kstat_waitq_enter(KSTAT_IO_PTR(dsnglp->ds_kstat)); in dsngl_enque()234 if (dsnglp->ds_kstat) { in dsngl_enque()235 kstat_waitq_enter(KSTAT_IO_PTR(dsnglp->ds_kstat)); in dsngl_enque()[all …]
38 #define ds_kstat ds_cmn.dsc_kstat macro