/linux/tools/lib/bpf/ |
H 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/perf/util/ |
H 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/ |
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; in __hlist_bl_del() local
|
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
|
H A D | rhashtable.h | 714 struct rhash_head __rcu **pprev; in __rhashtable_insert_fast() local 1001 struct rhash_head __rcu **pprev; in __rhashtable_remove_fast_one() local 1154 struct rhash_head __rcu **pprev; in __rhashtable_replace_fast() local
|
H A D | types.h | 202 struct hlist_node *next, **pprev; global() member
|
H A D | list.h | 986 struct hlist_node **pprev = n->pprev; __hlist_del() local [all...] |
/linux/tools/testing/selftests/bpf/ |
H A D | bpf_arena_list.h | 12 arena_list_node_t * __arena *pprev; member 68 arena_list_node_t * __arena *pprev = n->pprev; in __list_del() local
|
/linux/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
|
/linux/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
|
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
|
/linux/scripts/include/ |
H A D | list_types.h | 14 struct hlist_node *next, **pprev; member
|
H A D | list.h | 344 struct hlist_node **pprev = n->pprev; in __hlist_del() local
|
/linux/kernel/ |
H A D | task_work.c | 126 struct callback_head **pprev = &task->task_works; in task_work_cancel_match() local
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | btf_dump_test_case_ordering.c | 38 struct hlist_node **pprev; member
|
/linux/tools/include/linux/ |
H A D | types.h | 98 struct hlist_node *next, **pprev; member
|
H A D | list.h | 628 struct hlist_node **pprev = n->pprev; in __hlist_del() local
|
/linux/lib/ |
H A D | rhashtable.c | 236 struct rhash_head __rcu **pprev = NULL; in rhashtable_rehash_one() local 503 struct rhash_head __rcu **pprev = NULL; in rhashtable_lookup_one() local
|
/linux/mm/ |
H A D | mprotect.c | 604 mprotect_fixup(struct vma_iterator * vmi,struct mmu_gather * tlb,struct vm_area_struct * vma,struct vm_area_struct ** pprev,unsigned long start,unsigned long end,unsigned long newflags) mprotect_fixup() argument
|
H A D | vma.h | 507 vma_iter_next_rewind(struct vma_iterator * vmi,struct vm_area_struct ** pprev) vma_iter_next_rewind() argument
|
H A D | mmap.c | 976 struct vm_area_struct **pprev) in find_vma_prev()
|
/linux/drivers/of/ |
H A D | fdt.c | 101 struct property *pp, **pprev = NULL; in populate_properties() local
|
/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_npc_hash.c | 790 struct list_head *lhead, *pprev; in rvu_npc_exact_add_to_list() local
|
/linux/tools/testing/vma/ |
H A D | vma_internal.h | 575 find_vma_prev(struct mm_struct * mm,unsigned long addr,struct vm_area_struct ** pprev) find_vma_prev() argument
|
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls_cm.c | 515 struct request_sock **pprev; in chtls_disconnect_acceptq() local
|