Home
last modified time | relevance | path

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

/netbsd/src/sys/kern/
Dsubr_iostat.c96 int iostat_count; /* number of drives in global drivelist */ variable
157 iostat_count++; in iostat_alloc()
173 if (iostat_count == 0) in iostat_free()
177 iostat_count--; in iostat_free()
422 *oldlenp = iostat_count * tocopy; in sysctl_hw_iostats()