Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_sendfile.c372 off_t len, int rhpages, int flags) in sendfile_swapin() argument
393 rhpages = 0; in sendfile_swapin()
482 i + count == npages ? &rhpages : NULL, in sendfile_swapin()
507 SFSTAT_ADD(sf_rhpages_read, rhpages); in sendfile_swapin()
782 int nios, space, npages, rhpages; in vn_sendfile() local
876 rhpages = SF_READAHEAD(flags); in vn_sendfile()
878 rhpages = howmany(rem + (off & PAGE_MASK), PAGE_SIZE) - in vn_sendfile()
880 rhpages += SF_READAHEAD(flags); in vn_sendfile()
882 rhpages = min(howmany(maxphys, PAGE_SIZE), rhpages); in vn_sendfile()
883 rhpages = min(howmany(obj_size - trunc_page(off), PAGE_SIZE) - in vn_sendfile()
[all …]