Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dvfs_bio.c146 static int bd_request_hw; /* atomic */ variable
401 if (bd_request_hw == 0 && in bd_speedup()
404 if (atomic_fetchadd_int(&bd_request_hw, 1) == 0) in bd_speedup()
405 wakeup(&bd_request_hw); in bd_speedup()
2315 &bd_request_hw); in buf_daemon_hw()