Searched refs:nstart (Results 1 – 3 of 3) sorted by relevance
| /linux/mm/ |
| H A D | mlock.c | 522 unsigned long nstart, end, tmp; in apply_vma_lock_flags() local 541 nstart = start; in apply_vma_lock_flags() 558 error = mlock_fixup(&vmi, vma, &prev, nstart, tmp, &newflags); in apply_vma_lock_flags() 562 nstart = tmp; in apply_vma_lock_flags()
|
| H A D | gup.c | 1928 unsigned long end, nstart, nend; in __mm_populate() local 1935 for (nstart = start; nstart < end; nstart = nend) { in __mm_populate() 1943 vma = find_vma_intersection(mm, nstart, end); in __mm_populate() 1944 } else if (nstart >= vma->vm_end) in __mm_populate() 1956 if (nstart < vma->vm_start) in __mm_populate() 1957 nstart = vma->vm_start; in __mm_populate() 1963 ret = populate_vma_page_range(vma, nstart, nend, &locked); in __mm_populate() 1971 nend = nstart + ret * PAGE_SIZE; in __mm_populate()
|
| /linux/fs/xfs/ |
| H A D | xfs_trace.h | 5577 __field(xfs_fsblock_t, nstart) 5594 __entry->nstart = new->br_startblock; 5606 __entry->noff, __entry->nstart, __entry->ncount,
|