Searched refs:bpf_iter_task_vma (Results 1 – 4 of 4) sorted by relevance
16 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()
162 struct bpf_iter_task_vma;164 extern int bpf_iter_task_vma_new(struct bpf_iter_task_vma *it,167 extern struct vm_area_struct *bpf_iter_task_vma_next(struct bpf_iter_task_vma *it) __ksym;168 extern void bpf_iter_task_vma_destroy(struct bpf_iter_task_vma *it) __ksym;
808 struct bpf_iter_task_vma { struct822 __bpf_kfunc int bpf_iter_task_vma_new(struct bpf_iter_task_vma *it, in bpf_iter_task_vma_new()829 BUILD_BUG_ON(sizeof(struct bpf_iter_task_vma_kern) != sizeof(struct bpf_iter_task_vma)); in bpf_iter_task_vma_new()830 BUILD_BUG_ON(__alignof__(struct bpf_iter_task_vma_kern) != __alignof__(struct bpf_iter_task_vma)); in bpf_iter_task_vma_new()866 __bpf_kfunc struct vm_area_struct *bpf_iter_task_vma_next(struct bpf_iter_task_vma *it) in bpf_iter_task_vma_next()875 __bpf_kfunc void bpf_iter_task_vma_destroy(struct bpf_iter_task_vma *it) in bpf_iter_task_vma_destroy()
89 * `bpf_iter_task_vma.c <https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git/tree/tools…
Completed in 13 milliseconds