Home
last modified time | relevance | path

Searched defs:ahead (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/sys/vm/
H A Dvm_fault.c1301 int ahead, behind, cluster_offset, rv; vm_fault_getpages() local
1538 int ahead, behind, faultcount, rv; vm_fault() local
1821 vm_fault_dontneed(const struct faultstate * fs,vm_offset_t vaddr,int ahead) vm_fault_dontneed() argument
[all...]
H A Dphys_pager.c235 int ahead; in default_phys_pager_populate() local
/freebsd-src/usr.bin/gzip/
H A Dunlz.c351 lz_peek(const struct lz_decoder *lz, unsigned ahead) in lz_peek()