Home
last modified time | relevance | path

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

/netbsd/src/sys/kern/
Dvfs_bio.c599 int pagedemand, ninvalid = 0; in buf_canrelease() local
609 ninvalid += bufqueues[BQ_AGE].bq_bytes; in buf_canrelease()
613 return ninvalid; in buf_canrelease()
614 return MAX(ninvalid, MIN(2 * MAXBSIZE, in buf_canrelease()