Searched refs:__kptr (Results 1 – 21 of 21) sorted by relevance
16 struct plain_local __kptr * stashed_in_local_kptr;28 struct refcounted_node __kptr *stashed;51 struct prog_test_ref_kfunc __kptr *val;52 struct node_data __kptr *node;53 struct plain_local __kptr *plain;54 struct local_with_root __kptr *local_root;
16 struct bpf_cpumask __kptr * mask;20 struct bpf_cpumask __kptr * mask_1;21 struct bpf_cpumask __kptr * mask_2;36 struct bpf_cpumask __kptr * mask[CPUMASK_KPTR_FIELDS_MAX];51 struct bpf_cpumask __kptr * mask;66 struct bpf_cpumask __kptr * mask;79 private(MASK) static struct bpf_cpumask __kptr * global_mask_array[2];80 private(MASK) static struct bpf_cpumask __kptr * global_mask_array_l2[2][1];81 private(MASK) static struct bpf_cpumask __kptr * global_mask_array_one[1];
18 private(MASK) static struct bpf_cpumask __kptr * global_mask;21 struct bpf_cpumask __kptr * cpumask;
16 private(kptr) struct bin_data __kptr * ptr;
8 static struct prog_test_ref_kfunc __kptr *v;
18 struct node_data __kptr *node;
20 struct bpf_crypto_ctx __kptr * ctx;
13 struct task_struct __kptr * task;
12 struct prog_test_ref_kfunc __kptr *ref_ptr;13 struct prog_test_member __kptr *ref_memb_ptr;
13 struct cgroup __kptr * cgrp;
15 struct bin_data __kptr * data;
8 struct prog_test_ref_kfunc __kptr *ptr;
14 struct bpf_cpumask __kptr * mask;
181 struct bpf_testmod_ctx __kptr *ctx;
32 struct bin_data_##_size __kptr * data; \
9 struct prog_test_ref_kfunc __kptr *ref_ptr;
23 struct node_data __kptr *node;
186 #define __kptr __attribute__((btf_type_tag("kptr"))) macro
54 struct bpf_cpumask __kptr * cpumask;126 struct bpf_cpumask __kptr * bpf_cpumask;
312 pointers to some kernel types (with __kptr_untrusted and __kptr BTF tags). Will the322 mechanism. The types that you can use with a __kptr_untrusted and __kptr tagged
111 struct cgv_node __kptr *node;
Completed in 23 milliseconds