Searched refs:vma_len (Results 1 – 2 of 2) sorted by relevance
100 loff_t len, vma_len; in hugetlbfs_file_mmap() local135 vma_len = (loff_t)(vma->vm_end - vma->vm_start); in hugetlbfs_file_mmap()136 len = vma_len + ((loff_t)vma->vm_pgoff << PAGE_SHIFT); in hugetlbfs_file_mmap()138 if (len < vma_len) in hugetlbfs_file_mmap()
2095 u32 length = 0, offset, vma_len, avail_len, copylen = 0; in tcp_zerocopy_receive() local2136 vma_len = min_t(unsigned long, zc->length, vma->vm_end - address); in tcp_zerocopy_receive()2137 avail_len = min_t(u32, vma_len, inq); in tcp_zerocopy_receive()