Home
last modified time | relevance | path

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

/openbsd/sys/kern/
H A Dvfs_bio.c93 long bufhighpages; /* largest size cache allowed */ variable
181 bufhighpages = bufpages; in bufinit()
1087 if (bufpages < bufhighpages) in buf_get()
1088 bufadjust(bufhighpages); in buf_get()
H A Dkern_sysctl.c742 bufhighpages = bufpages; /* set high water mark */ in kern_sysctl_locked()
/openbsd/sys/sys/
H A Dmount.h492 extern long buflowpages, bufhighpages, bufbackpages;