Lines Matching refs:mm
441 struct mm_struct *mm; member
472 curr_mm = info->mm; in task_vma_seq_get_next()
584 info->mm = curr_mm; in task_vma_seq_get_next()
593 info->mm = NULL; in task_vma_seq_get_next()
602 info->mm = NULL; in task_vma_seq_get_next()
674 mmap_read_unlock(info->mm); in task_vma_seq_stop()
675 mmput(info->mm); in task_vma_seq_stop()
676 info->mm = NULL; in task_vma_seq_stop()
786 struct mm_struct *mm; in BPF_CALL_5() local
795 mm = task->mm; in BPF_CALL_5()
796 if (!mm) in BPF_CALL_5()
801 if (irq_work_busy || !mmap_read_trylock(mm)) in BPF_CALL_5()
804 vma = find_vma(mm, start); in BPF_CALL_5()
811 bpf_mmap_unlock_mm(work, mm); in BPF_CALL_5()
836 mmap_read_unlock_non_owner(work->mm); in do_mmap_read_unlock()