Searched refs:rhpages (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_sendfile.c | 415 off_t len, int rhpages, int flags) in sendfile_swapin() argument 436 rhpages = 0; in sendfile_swapin() 525 i + count == npages ? &rhpages : NULL, in sendfile_swapin() 550 SFSTAT_ADD(sf_rhpages_read, rhpages); in sendfile_swapin() 760 int nios, space, npages, rhpages; in vn_sendfile() local 917 rhpages = SF_READAHEAD(flags); in vn_sendfile() 919 rhpages = howmany(rem + (off & PAGE_MASK), PAGE_SIZE) - in vn_sendfile() 921 rhpages += SF_READAHEAD(flags); in vn_sendfile() 923 rhpages = min(howmany(maxphys, PAGE_SIZE), rhpages); in vn_sendfile() 924 rhpages = min(howmany(obj_size - trunc_page(off), PAGE_SIZE) - in vn_sendfile() [all …]
|