/linux/tools/perf/util/ |
A D | hashmap.c | 24 static void hashmap_add_entry(struct hashmap_entry **pprev, in hashmap_add_entry() 31 static void hashmap_del_entry(struct hashmap_entry **pprev, in hashmap_del_entry() 132 struct hashmap_entry ***pprev, in hashmap_find_entry() 223 struct hashmap_entry **pprev, *entry; in hashmap__delete() local
|
/linux/tools/lib/bpf/ |
A D | hashmap.c | 24 static void hashmap_add_entry(struct hashmap_entry **pprev, in hashmap_add_entry() 31 static void hashmap_del_entry(struct hashmap_entry **pprev, in hashmap_del_entry() 132 struct hashmap_entry ***pprev, in hashmap_find_entry() 223 struct hashmap_entry **pprev, *entry; in hashmap__delete() local
|
/linux/include/linux/ |
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; in __hlist_bl_del() local
|
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
|
A D | rhashtable.h | 706 struct rhash_head __rcu **pprev; in __rhashtable_insert_fast() local 992 struct rhash_head __rcu **pprev; in __rhashtable_remove_fast_one() local 1144 struct rhash_head __rcu **pprev; in __rhashtable_replace_fast() local
|
A D | types.h | 187 struct hlist_node *next, **pprev; member
|
A D | list.h | 838 struct hlist_node **pprev = n->pprev; in __hlist_del() local
|
/linux/net/ipv4/ |
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
|
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
|
A D | fib_trie.c | 1640 struct hlist_node **pprev = old->fa_list.pprev; in fib_remove_alias() local
|
/linux/net/ipv6/ |
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
|
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
|
/linux/kernel/ |
A D | task_work.c | 77 struct callback_head **pprev = &task->task_works; in task_work_cancel_match() local
|
A D | fork.c | 491 struct vm_area_struct *mpnt, *tmp, *prev, **pprev; in dup_mmap() local
|
/linux/tools/include/linux/ |
A D | types.h | 84 struct hlist_node *next, **pprev; member
|
A D | list.h | 617 struct hlist_node **pprev = n->pprev; in __hlist_del() local
|
/linux/tools/testing/selftests/bpf/progs/ |
A D | btf_dump_test_case_ordering.c | 38 struct hlist_node **pprev; member
|
/linux/tools/testing/selftests/rcutorture/formal/srcu-cbmc/include/linux/ |
A D | types.h | 117 struct hlist_node *next, **pprev; member
|
/linux/lib/ |
A D | rhashtable.c | 232 struct rhash_head __rcu **pprev = NULL; in rhashtable_rehash_one() local 496 struct rhash_head __rcu **pprev = NULL; in rhashtable_lookup_one() local
|
/linux/mm/ |
A D | mprotect.c | 409 mprotect_fixup(struct vm_area_struct *vma, struct vm_area_struct **pprev, in mprotect_fixup()
|
A D | mmap.c | 530 unsigned long end, struct vm_area_struct **pprev, in find_vma_links() 598 struct vm_area_struct **pprev, struct rb_node ***link, in munmap_vma_range() 2311 struct vm_area_struct **pprev) in find_vma_prev()
|
/linux/net/sched/ |
A D | cls_api.c | 1637 struct tcf_proto __rcu **pprev; member 1725 struct tcf_proto **pprev; in tcf_chain_tp_delete_empty() local 1765 struct tcf_proto **pprev; in tcf_chain_tp_find() local
|
/linux/drivers/of/ |
A D | fdt.c | 115 struct property *pp, **pprev = NULL; in populate_properties() local
|
A D | unittest.c | 3046 struct device_node **pprev; in of_unittest_overlay_high_level() local
|
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
A D | chtls_cm.c | 515 struct request_sock **pprev; in chtls_disconnect_acceptq() local
|