Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
HDvfs_bio.c111 static void bd_signal(long totalspace);
258 long totalspace; in runningbufwakeup() local
261 if ((totalspace = bp->b_runningbufspace) != 0) { in runningbufwakeup()
262 atomic_add_long(&runningbufspace, -totalspace); in runningbufwakeup()
280 bd_signal(totalspace); in runningbufwakeup()
423 long totalspace; in bd_heatup() local
427 totalspace = runningbufspace + dirtykvaspace; in bd_heatup()
428 if (totalspace >= mid1 || dirtybufcount >= nbuf / 2) { in bd_heatup()
431 if (totalspace >= mid2) in bd_heatup()
432 return(totalspace - mid2); in bd_heatup()
[all …]