Lines Matching full:vm_end
486 info->prev_vm_end = curr_vma->vm_end; in task_vma_seq_get_next()
532 curr_vma = find_vma(curr_mm, curr_vma->vm_end); in task_vma_seq_get_next()
545 curr_vma->vm_end == info->prev_vm_end) in task_vma_seq_get_next()
546 curr_vma = find_vma(curr_mm, curr_vma->vm_end); in task_vma_seq_get_next()
646 info->prev_vm_end = info->vma->vm_end; in task_vma_seq_stop()
808 if (vma && vma->vm_start <= start && vma->vm_end > start) { in BPF_CALL_5()
943 * or write-locked. On failure, advance past it using vm_end from the
944 * RCU walk. SLAB_TYPESAFE_BY_RCU can make vm_end stale, so fall back
963 end = vma->vm_end; in bpf_iter_task_vma_find_next()
975 if (unlikely(vma->vm_end <= data->next_addr)) { in bpf_iter_task_vma_find_next()
1020 kit->data->next_addr = vma->vm_end; in bpf_iter_task_vma_next()