Home
last modified time | relevance | path

Searched refs:vma_len (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/hugetlbfs/
H A Dinode.c135 loff_t len, vma_len; in hugetlbfs_file_mmap() local
169 vma_len = (loff_t)(vma->vm_end - vma->vm_start); in hugetlbfs_file_mmap()
170 len = vma_len + ((loff_t)vma->vm_pgoff << PAGE_SHIFT); in hugetlbfs_file_mmap()
172 if (len < vma_len) in hugetlbfs_file_mmap()
/kernel/linux/linux-6.6/fs/hugetlbfs/
H A Dinode.c123 loff_t len, vma_len; in hugetlbfs_file_mmap() local
158 vma_len = (loff_t)(vma->vm_end - vma->vm_start); in hugetlbfs_file_mmap()
159 len = vma_len + ((loff_t)vma->vm_pgoff << PAGE_SHIFT); in hugetlbfs_file_mmap()
161 if (len < vma_len) in hugetlbfs_file_mmap()
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp.c1907 u32 length = 0, offset, vma_len, avail_len, aligned_len, copylen = 0; in tcp_zerocopy_receive() local
1939 vma_len = min_t(unsigned long, zc->length, vma->vm_end - address); in tcp_zerocopy_receive()
1940 avail_len = min_t(u32, vma_len, inq); in tcp_zerocopy_receive()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp.c2083 u32 length = 0, offset, vma_len, avail_len, copylen = 0; in tcp_zerocopy_receive() local
2124 vma_len = min_t(unsigned long, zc->length, vma->vm_end - address); in tcp_zerocopy_receive()
2125 avail_len = min_t(u32, vma_len, inq); in tcp_zerocopy_receive()

Completed in 15 milliseconds