Home
last modified time | relevance | path

Searched defs:pprev (Results 1 – 17 of 17) sorted by relevance

/linux/tools/lib/bpf/
H A Dhashmap.c24 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 Dhashmap.c24 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/testing/selftests/bpf/
H A Dbpf_arena_list.h12 arena_list_node_t * __arena *pprev; member
68 arena_list_node_t * __arena *pprev = n->pprev; in __list_del() local
[all...]
/linux/net/ipv4/
H A Dtunnel4.c33 struct xfrm_tunnel __rcu **pprev; in xfrm4_tunnel_register() local
65 struct xfrm_tunnel __rcu **pprev; in xfrm4_tunnel_deregister() local
H A Dfib_trie.c1630 struct hlist_node **pprev = old->fa_list.pprev; in fib_remove_alias() local
/linux/net/ipv6/
H A Dtunnel6.c34 struct xfrm6_tunnel __rcu **pprev; in xfrm6_tunnel_register() local
78 struct xfrm6_tunnel __rcu **pprev; in xfrm6_tunnel_deregister() local
H A Dxfrm6_protocol.c238 struct xfrm6_protocol __rcu **pprev; in xfrm6_protocol_register() local
285 struct xfrm6_protocol __rcu **pprev; in xfrm6_protocol_deregister() local
/linux/scripts/include/
H A Dlist_types.h14 struct hlist_node *next, **pprev; member
H A Dlist.h344 struct hlist_node **pprev = n->pprev; in __hlist_del() local
/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_ordering.c38 struct hlist_node **pprev; member
/linux/tools/include/linux/
H A Dtypes.h108 struct hlist_node *next, **pprev; member
H A Dlist.h638 struct hlist_node **pprev = n->pprev; in __hlist_del() local
/linux/include/linux/
H A Drhashtable.h764 struct rhash_head __rcu **pprev; in __rhashtable_insert_fast() local
1052 struct rhash_head __rcu **pprev; in __rhashtable_remove_fast_one() local
1205 struct rhash_head __rcu **pprev; in __rhashtable_replace_fast() local
/linux/lib/
H A Drhashtable.c236 struct rhash_head __rcu **pprev = NULL; in rhashtable_rehash_one() local
528 struct rhash_head __rcu **pprev = NULL; in rhashtable_lookup_one() local
/linux/net/sched/
H A Dcls_api.c1888 struct tcf_proto __rcu **pprev; member
1976 struct tcf_proto **pprev; in tcf_chain_tp_delete_empty() local
2017 struct tcf_proto **pprev; in tcf_chain_tp_find() local
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c515 struct request_sock **pprev; in chtls_disconnect_acceptq() local
/linux/tools/testing/vma/include/
H A Ddup.h1398 struct vm_area_struct **pprev) in find_vma_prev()