Searched refs:nstart (Results 1 – 5 of 5) sorted by relevance
/linux/mm/kmsan/ |
H A D | init.c | 32 u64 nstart = (u64)start, nend = (u64)end, cstart, cend; in kmsan_record_future_shadow_range() local 36 KMSAN_WARN_ON((nstart >= nend) || in kmsan_record_future_shadow_range() 38 (!IS_ENABLED(CONFIG_S390) && !nstart) || in kmsan_record_future_shadow_range() 40 nstart = ALIGN_DOWN(nstart, PAGE_SIZE); in kmsan_record_future_shadow_range() 53 if ((cstart < nstart && cend < nstart) || in kmsan_record_future_shadow_range() 57 start_end_pairs[i].start = min(nstart, cstart); in kmsan_record_future_shadow_range() 64 start_end_pairs[future_index].start = nstart; in kmsan_record_future_shadow_range()
|
/linux/mm/ |
H A D | mlock.c | 517 unsigned long nstart, end, tmp; in apply_vma_lock_flags() local 536 nstart = start; in apply_vma_lock_flags() 551 error = mlock_fixup(&vmi, vma, &prev, nstart, tmp, newflags); in apply_vma_lock_flags() 555 nstart = tmp; in apply_vma_lock_flags()
|
H A D | gup.c | 1997 unsigned long end, nstart, nend; in __mm_populate() local 2004 for (nstart = start; nstart < end; nstart = nend) { in __mm_populate() 2012 vma = find_vma_intersection(mm, nstart, end); in __mm_populate() 2013 } else if (nstart >= vma->vm_end) in __mm_populate() 2025 if (nstart < vma->vm_start) in __mm_populate() 2026 nstart = vma->vm_start; in __mm_populate() 2032 ret = populate_vma_page_range(vma, nstart, nend, &locked); in __mm_populate() 2040 nend = nstart + ret * PAGE_SIZE; in __mm_populate()
|
H A D | huge_memory.c | 3036 unsigned long nstart = next->vm_start; in vma_adjust_trans_huge() local 3037 nstart += adjust_next; in vma_adjust_trans_huge() 3038 split_huge_pmd_if_needed(next, nstart); in vma_adjust_trans_huge()
|
/linux/fs/xfs/ |
H A D | xfs_trace.h | 5351 __field(xfs_fsblock_t, nstart) 5368 __entry->nstart = new->br_startblock; 5380 __entry->noff, __entry->nstart, __entry->ncount,
|