Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/net/ipv4/
H A Dtcp.c2086 u32 length = 0, offset, vma_len, avail_len, copylen = 0; in tcp_zerocopy_receive() local
2127 vma_len = min_t(unsigned long, zc->length, vma->vm_end - address); in tcp_zerocopy_receive()
2128 avail_len = min_t(u32, vma_len, inq); in tcp_zerocopy_receive()