Searched refs:biotmap_sz (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/kern/
H A Dvfs_bio.c1044 long maxbuf, maxbuf_sz, buf_sz, biotmap_sz; local
1112 biotmap_sz = maxbuf_sz - buf_sz;
1119 biotmap_sz = buf_sz / TRANSIENT_DENOM;
1120 buf_sz -= biotmap_sz;
1122 if (biotmap_sz / INT_MAX > maxphys)
1125 bio_transient_maxcnt = biotmap_sz / maxphys;

Completed in 75 milliseconds