Lines Matching defs:behind
855 * Calculate the desired readahead. Handle drop-behind.
1316 int ahead, behind, cluster_offset, rv;
1367 behind = 0;
1372 behind = 0;
1386 behind = ulmin(cluster_offset,
1392 *behindp = behind;
1553 int ahead, behind, faultcount, rv;
1651 res = vm_fault_object(&fs, &behind, &ahead);
1656 faultcount = behind + 1 + ahead;
1777 faultcount > 0 ? behind : PFBAK,
1807 PAGE_SIZE + behind * PAGE_SIZE);