Home
last modified time | relevance | path

Searched refs:ahead (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/vm/
H A Dvm_fault.c155 int ahead);
1161 int ahead, behind, cluster_offset, rv; in vm_fault_getpages() local
1198 ahead = 0; in vm_fault_getpages()
1203 ahead = nera; in vm_fault_getpages()
1218 ahead = VM_FAULT_READ_DEFAULT - 1 - cluster_offset; in vm_fault_getpages()
1220 ahead = ulmin(ahead, atop(e_end - fs->vaddr) - 1); in vm_fault_getpages()
1223 *aheadp = ahead; in vm_fault_getpages()
1281 int ahead, behind, faultcount; in vm_fault() local
1479 faultcount = behind + 1 + ahead; in vm_fault()
1591 faultcount > 0 ? ahead : PFFOR, false); in vm_fault()
[all …]
H A Dphys_pager.c237 int ahead; in default_phys_pager_populate() local
251 ahead = MIN(end - i, PHYSALLOC); in default_phys_pager_populate()
253 VM_ALLOC_NORMAL | VM_ALLOC_COUNT(ahead)); in default_phys_pager_populate()
/f-stack/freebsd/contrib/device-tree/Bindings/
H A Dsubmitting-patches.rst75 maintainers after a few weeks, go ahead and take it.
/f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/
H A Dpinctrl-mt7622.txt84 related physical number is also put ahead of those names which helps cross
/f-stack/app/redis-5.0.5/
H A D00-RELEASENOTES2069 Clarify that clientsCronTrackExpansiveClients() indexes may jump ahead.