Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_devstat.c63 static struct devstatlist device_statq = STAILQ_HEAD_INITIALIZER(device_statq); variable
118 devstat_head = &device_statq; in devstat_add_entry()
197 devstat_head = &device_statq; in devstat_remove_entry()
410 nds = STAILQ_FIRST(&device_statq); in sysctl_devstat()