Home
last modified time | relevance | path

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

/openbsd/sys/kern/
H A Dvfs_bio.c139 u_int64_t highpages; in bufinit() local
150 highpages = uvm_pagecount(&high_constraint); in bufinit()
157 if (highpages > dmapages / 4) in bufinit()
/openbsd/sys/sys/
H A Dmount.h482 int64_t highpages; /* pages above dma region */ member