/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | btf_dump_test_case_ordering.c | 38 struct hlist_node **pprev; member
|
/kernel/linux/linux-5.10/kernel/ |
H A D | task_work.c | 74 struct callback_head **pprev = &task->task_works; in task_work_cancel_match() local
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | btf_dump_test_case_ordering.c | 38 struct hlist_node **pprev; member
|
/kernel/linux/linux-6.6/kernel/ |
H A D | task_work.c | 91 struct callback_head **pprev = &task->task_works; in task_work_cancel_match() local
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tunnel4.c | 33 struct xfrm_tunnel __rcu **pprev; in xfrm4_tunnel_register() local 65 struct xfrm_tunnel __rcu **pprev; in xfrm4_tunnel_deregister() local [all...] |
H A D | xfrm4_protocol.c | 223 struct xfrm4_protocol __rcu **pprev; in xfrm4_protocol_register() local 270 struct xfrm4_protocol __rcu **pprev; in xfrm4_protocol_deregister() local [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | list_bl.h | 39 struct hlist_bl_node *next, **pprev; member 92 struct hlist_bl_node **pprev = next->pprev; in hlist_bl_add_before() local 118 struct hlist_bl_node **pprev = n->pprev; __hlist_bl_del() local [all...] |
H A D | list_nulls.h | 26 struct hlist_nulls_node *next, **pprev; member 106 struct hlist_nulls_node **pprev = n->pprev; in __hlist_nulls_del() local [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | list_bl.h | 39 struct hlist_bl_node *next, **pprev; member 92 struct hlist_bl_node **pprev = next->pprev; in hlist_bl_add_before() local 118 struct hlist_bl_node **pprev = n->pprev; __hlist_bl_del() local [all...] |
H A D | list_nulls.h | 26 struct hlist_nulls_node *next, **pprev; member 106 struct hlist_nulls_node **pprev = n->pprev; in __hlist_nulls_del() local [all...] |
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tunnel4.c | 33 struct xfrm_tunnel __rcu **pprev; in xfrm4_tunnel_register() local 65 struct xfrm_tunnel __rcu **pprev; in xfrm4_tunnel_deregister() local [all...] |
H A D | xfrm4_protocol.c | 220 struct xfrm4_protocol __rcu **pprev; in xfrm4_protocol_register() local 267 struct xfrm4_protocol __rcu **pprev; in xfrm4_protocol_deregister() local [all...] |
/kernel/linux/linux-5.10/tools/include/linux/ |
H A D | types.h | 78 struct hlist_node *next, **pprev; member
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | hashmap.c | 24 static void hashmap_add_entry(struct hashmap_entry **pprev, in hashmap_add_entry() argument 31 static void hashmap_del_entry(struct hashmap_entry **pprev, in hashmap_del_entry() argument 223 struct hashmap_entry **pprev, *entry; in hashmap__delete() local 130 hashmap_find_entry(const struct hashmap *map, const void *key, size_t hash, struct hashmap_entry ***pprev, struct hashmap_entry **entry) hashmap_find_entry() argument [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | hashmap.c | 24 static void hashmap_add_entry(struct hashmap_entry **pprev, in hashmap_add_entry() argument 31 static void hashmap_del_entry(struct hashmap_entry **pprev, in hashmap_del_entry() argument 223 struct hashmap_entry **pprev, *entry; in hashmap__delete() local 130 hashmap_find_entry(const struct hashmap *map, const void *key, size_t hash, struct hashmap_entry ***pprev, struct hashmap_entry **entry) hashmap_find_entry() argument [all...] |
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | tunnel6.c | 34 struct xfrm6_tunnel __rcu **pprev; in xfrm6_tunnel_register() local 78 struct xfrm6_tunnel __rcu **pprev; in xfrm6_tunnel_deregister() local [all...] |
H A D | xfrm6_protocol.c | 236 struct xfrm6_protocol __rcu **pprev; in xfrm6_protocol_register() local 283 struct xfrm6_protocol __rcu **pprev; in xfrm6_protocol_deregister() local [all...] |
/kernel/linux/linux-6.6/tools/include/linux/ |
H A D | types.h | 98 struct hlist_node *next, **pprev; member
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | hashmap.c | 24 static void hashmap_add_entry(struct hashmap_entry **pprev, in hashmap_add_entry() argument 31 static void hashmap_del_entry(struct hashmap_entry **pprev, in hashmap_del_entry() argument 223 struct hashmap_entry **pprev, *entry; in hashmap_delete() local 130 hashmap_find_entry(const struct hashmap *map, const long key, size_t hash, struct hashmap_entry ***pprev, struct hashmap_entry **entry) hashmap_find_entry() argument [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | hashmap.c | 24 static void hashmap_add_entry(struct hashmap_entry **pprev, in hashmap_add_entry() argument 31 static void hashmap_del_entry(struct hashmap_entry **pprev, in hashmap_del_entry() argument 223 struct hashmap_entry **pprev, *entry; in hashmap_delete() local 130 hashmap_find_entry(const struct hashmap *map, const long key, size_t hash, struct hashmap_entry ***pprev, struct hashmap_entry **entry) hashmap_find_entry() argument [all...] |
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | tunnel6.c | 34 struct xfrm6_tunnel __rcu **pprev; in xfrm6_tunnel_register() local 78 struct xfrm6_tunnel __rcu **pprev; in xfrm6_tunnel_deregister() local [all...] |
H A D | xfrm6_protocol.c | 236 struct xfrm6_protocol __rcu **pprev; in xfrm6_protocol_register() local 283 struct xfrm6_protocol __rcu **pprev; in xfrm6_protocol_deregister() local [all...] |
/third_party/libbpf/src/ |
H A D | hashmap.c | 24 static void hashmap_add_entry(struct hashmap_entry **pprev, in hashmap_add_entry() argument 31 static void hashmap_del_entry(struct hashmap_entry **pprev, in hashmap_del_entry() argument 223 struct hashmap_entry **pprev, *entry; in hashmap_delete() local 130 hashmap_find_entry(const struct hashmap *map, const long key, size_t hash, struct hashmap_entry ***pprev, struct hashmap_entry **entry) hashmap_find_entry() argument [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/formal/srcu-cbmc/include/linux/ |
H A D | types.h | 117 struct hlist_node *next, **pprev; member
|
/kernel/linux/linux-5.10/mm/ |
H A D | mprotect.c | 409 mprotect_fixup(struct vm_area_struct *vma, struct vm_area_struct **pprev, in mprotect_fixup() argument
|