Searched refs:__kptr_ref (Results 1 – 11 of 11) sorted by relevance
7 static struct prog_test_ref_kfunc __kptr_ref *v;
13 struct cgroup __kptr_ref * cgrp;
13 struct task_struct __kptr_ref * task;
7 struct prog_test_ref_kfunc __kptr_ref *ptr;
11 struct prog_test_ref_kfunc __kptr_ref *ref_ptr;12 struct prog_test_member __kptr_ref *ref_memb_ptr;
13 struct bpf_cpumask __kptr_ref * cpumask;
8 struct prog_test_ref_kfunc __kptr_ref *ref_ptr;
178 #define __kptr_ref __attribute__((btf_type_tag("kptr_ref"))) macro
54 struct bpf_cpumask __kptr_ref * cpumask;131 struct bpf_cpumask __kptr_ref * bpf_cpumask;
317 pointers to some kernel types (with __kptr and __kptr_ref BTF tags). Will the327 mechanism. The types that you can use with a __kptr and __kptr_ref tagged
530 struct cgroup __kptr_ref * cgroup;
Completed in 18 milliseconds