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

/freebsd-current/sys/kern/
H A Dvfs_bio.c238 long bufspacethresh; variable
239 SYSCTL_PROC(_vfs, OID_AUTO, bufspacethresh,
240 CTLTYPE_LONG|CTLFLAG_MPSAFE|CTLFLAG_RW, &bufspacethresh,
817 * the wakeup thresholds (bufspacethresh, lofreebuffers).
1253 bufspacethresh = lobufspace + (hibufspace - lobufspace) / 2;
1330 bd->bd_bufspacethresh = bufspacethresh / buf_domains;

Completed in 66 milliseconds