Home
last modified time | relevance | path

Searched refs:bpf_iter_task_vma (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Diters_testmod.c16 struct bpf_iter_task_vma vma_it; in iter_next_trusted()
36 struct bpf_iter_task_vma vma_it; in iter_next_trusted_or_null()
/linux/tools/testing/selftests/bpf/
H A Dbpf_experimental.h18 struct bpf_iter_task_vma;
20 extern int bpf_iter_task_vma_new(struct bpf_iter_task_vma *it,
23 extern struct vm_area_struct *bpf_iter_task_vma_next(struct bpf_iter_task_vma *it) __ksym;
24 extern void bpf_iter_task_vma_destroy(struct bpf_iter_task_vma *it) __ksym;
/linux/kernel/bpf/
H A Dtask_iter.c849 struct bpf_iter_task_vma { struct
863 __bpf_kfunc int bpf_iter_task_vma_new(struct bpf_iter_task_vma *it, in bpf_iter_task_vma_new()
869 BUILD_BUG_ON(sizeof(struct bpf_iter_task_vma_kern) != sizeof(struct bpf_iter_task_vma)); in bpf_iter_task_vma_new()
870 BUILD_BUG_ON(__alignof__(struct bpf_iter_task_vma_kern) != __alignof__(struct bpf_iter_task_vma)); in bpf_iter_task_vma_new()
992 __bpf_kfunc struct vm_area_struct *bpf_iter_task_vma_next(struct bpf_iter_task_vma *it) in bpf_iter_task_vma_next()
1025 __bpf_kfunc void bpf_iter_task_vma_destroy(struct bpf_iter_task_vma *it) in bpf_iter_task_vma_destroy()