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

/freebsd-13-stable/sys/kern/
H A Dvfs_bio.c232 long bufspacethresh; variable
233 SYSCTL_PROC(_vfs, OID_AUTO, bufspacethresh,
234 CTLTYPE_LONG|CTLFLAG_MPSAFE|CTLFLAG_RW, &bufspacethresh,
819 * the wakeup thresholds (bufspacethresh, lofreebuffers).
1201 bufspacethresh = lobufspace + (hibufspace - lobufspace) / 2;
1278 bd->bd_bufspacethresh = bufspacethresh / buf_domains;

Completed in 69 milliseconds