Searched refs:totalspace (Results 1 – 1 of 1) sorted by relevance
111 static void bd_signal(long totalspace);258 long totalspace; in runningbufwakeup() local261 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() local427 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 …]