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