Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/kern/
HDkern_sendfile.c414 off_t len, int rhpages, int flags) in sendfile_swapin() argument
435 rhpages = 0; in sendfile_swapin()
524 i + count == npages ? &rhpages : NULL, in sendfile_swapin()
549 SFSTAT_ADD(sf_rhpages_read, rhpages); in sendfile_swapin()
764 int nios, space, npages, rhpages; in vn_sendfile() local
921 rhpages = SF_READAHEAD(flags); in vn_sendfile()
923 rhpages = howmany(rem + (off & PAGE_MASK), PAGE_SIZE) - in vn_sendfile()
925 rhpages += SF_READAHEAD(flags); in vn_sendfile()
927 rhpages = min(howmany(maxphys, PAGE_SIZE), rhpages); in vn_sendfile()
928 rhpages = min(howmany(obj_size - trunc_page(off), PAGE_SIZE) - in vn_sendfile()
[all …]