Searched defs:biostats (Results 1 – 2 of 2) sorted by relevance
149 struct biostats { struct150 kstat_named_t bio_lookup; /* requests to assign buffer */151 kstat_named_t bio_hit; /* buffer already associated with blk */152 kstat_named_t bio_bufwant; /* kmem_allocs NOSLEEP failed new buf */153 kstat_named_t bio_bufwait; /* kmem_allocs with KM_SLEEP for buf */154 kstat_named_t bio_bufbusy; /* buffer locked by someone else */155 kstat_named_t bio_bufdup; /* duplicate buffer found for block */
92 struct biostats biostats = { variable