Searched refs:PGTHRESH (Results 1 – 8 of 8) sorted by relevance
144 #define PGTHRESH (280 * 1024) macro
136 #define PGTHRESH (280 * 1024) macro
70 #define PGTHRESH _pgthresh macro
76 #define PGTHRESH _pgthresh macro
115 const unsigned long _pgthresh = (unsigned long)PGTHRESH;
1197 (npages < prefltmem && len < PGTHRESH) ? 1 : 0; in execmap()
1065 preread = (npages < availm && len < PGTHRESH) ? 1 : 0; in mmapobj_map_ptload()