Searched refs:vm_insert_pages (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | memory.c | 1789 * vm_insert_pages - insert multiple pages into user vma, batching the pmd lock. 1803 int vm_insert_pages(struct vm_area_struct *vma, unsigned long addr, in vm_insert_pages() function 1831 EXPORT_SYMBOL(vm_insert_pages); variable
|
/kernel/linux/linux-6.6/mm/ |
H A D | memory.c | 1960 * vm_insert_pages - insert multiple pages into user vma, batching the pmd lock. 1974 int vm_insert_pages(struct vm_area_struct *vma, unsigned long addr, in vm_insert_pages() function 1989 EXPORT_SYMBOL(vm_insert_pages); variable
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp.c | 1973 err = vm_insert_pages(vma, *address, in tcp_zerocopy_vm_insert_batch_error() 2008 err = vm_insert_pages(vma, *address, pages, &pages_remaining); in tcp_zerocopy_vm_insert_batch() 2011 /* Even if vm_insert_pages fails, it may have partially succeeded in in tcp_zerocopy_vm_insert_batch()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | mm.h | 2796 int vm_insert_pages(struct vm_area_struct *vma, unsigned long addr,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | mm.h | 3489 int vm_insert_pages(struct vm_area_struct *vma, unsigned long addr,
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp.c | 1886 ret = vm_insert_pages(vma, *insert_addr, pages, &pages_remaining); in tcp_zerocopy_vm_insert_batch() 1888 /* Even if vm_insert_pages fails, it may have partially succeeded in in tcp_zerocopy_vm_insert_batch() 1894 /* But if vm_insert_pages did fail, we have to unroll some state in tcp_zerocopy_vm_insert_batch()
|
Completed in 34 milliseconds