Searched refs:pages_remaining (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/fs/orangefs/ |
H A D | inode.c | 253 loff_t pages_remaining = bytes_remaining / PAGE_SIZE; in orangefs_readahead() local 255 if (pages_remaining >= 1024) in orangefs_readahead() 257 else if (pages_remaining > readahead_count(rac)) in orangefs_readahead()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp.c | 1948 unsigned long pages_remaining, in tcp_zerocopy_vm_insert_batch_error() 1963 (pages_remaining * PAGE_SIZE); /* Failed map. */ in tcp_zerocopy_vm_insert_batch_error() 1969 unsigned long leftover_pages = pages_remaining; in tcp_zerocopy_vm_insert_batch_error() 1975 &pages_remaining); in tcp_zerocopy_vm_insert_batch_error() 1976 bytes_mapped = PAGE_SIZE * (leftover_pages - pages_remaining); in tcp_zerocopy_vm_insert_batch_error() 1982 * insert, and still had an issue. Either ways, pages_remaining in tcp_zerocopy_vm_insert_batch_error() 1986 const int bytes_not_mapped = PAGE_SIZE * pages_remaining; in tcp_zerocopy_vm_insert_batch_error() 2003 unsigned long pages_remaining = pages_to_map; in tcp_zerocopy_vm_insert_batch() local 2008 err = vm_insert_pages(vma, *address, pages, &pages_remaining); in tcp_zerocopy_vm_insert_batch() 2009 pages_mapped = pages_to_map - (unsigned int)pages_remaining; in tcp_zerocopy_vm_insert_batch() 1946 tcp_zerocopy_vm_insert_batch_error(struct vm_area_struct *vma, struct page **pending_pages, unsigned long pages_remaining, unsigned long *address, u32 *length, u32 *seq, struct tcp_zerocopy_receive *zc, u32 total_bytes_to_map, int err) tcp_zerocopy_vm_insert_batch_error() argument [all...] |
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp.c | 1882 unsigned long pages_remaining = pages_to_map; in tcp_zerocopy_vm_insert_batch() local 1886 ret = vm_insert_pages(vma, *insert_addr, pages, &pages_remaining); in tcp_zerocopy_vm_insert_batch() 1887 bytes_mapped = PAGE_SIZE * (pages_to_map - pages_remaining); in tcp_zerocopy_vm_insert_batch() 1897 const int bytes_not_mapped = PAGE_SIZE * pages_remaining; in tcp_zerocopy_vm_insert_batch()
|
Completed in 14 milliseconds