Searched defs:pprev (Results 1 - 25 of 27) sorted by relevance

12

/linux-master/scripts/kconfig/
H A Dlist_types.h14 struct hlist_node *next, **pprev; member in struct:hlist_node
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_ordering.c38 struct hlist_node **pprev; member in struct:hlist_node
/linux-master/kernel/
H A Dtask_work.c91 struct callback_head **pprev = &task->task_works; local
/linux-master/include/linux/
H A Dlist_bl.h39 struct hlist_bl_node *next, **pprev; member in struct:hlist_bl_node
92 struct hlist_bl_node **pprev = next->pprev; local
118 struct hlist_bl_node **pprev = n->pprev; local
[all...]
H A Dlist_nulls.h26 struct hlist_nulls_node *next, **pprev; member in struct:hlist_nulls_node
106 struct hlist_nulls_node **pprev = n->pprev; local
[all...]
H A Drhashtable.h714 struct rhash_head __rcu **pprev; local
1001 struct rhash_head __rcu **pprev; local
1154 struct rhash_head __rcu **pprev; local
[all...]
H A Dtypes.h202 struct hlist_node *next, **pprev; member in struct:hlist_node
H A Dlist.h986 struct hlist_node **pprev = n->pprev; local
[all...]
/linux-master/net/ipv4/
H A Dtunnel4.c33 struct xfrm_tunnel __rcu **pprev; local
65 struct xfrm_tunnel __rcu **pprev; local
[all...]
H A Dxfrm4_protocol.c220 struct xfrm4_protocol __rcu **pprev; local
267 struct xfrm4_protocol __rcu **pprev; local
[all...]
H A Dfib_trie.c1655 struct hlist_node **pprev = old->fa_list.pprev; local
/linux-master/tools/testing/selftests/bpf/
H A Dbpf_arena_list.h12 arena_list_node_t * __arena *pprev; member in struct:arena_list_node
68 arena_list_node_t * __arena *pprev = n->pprev; local
[all...]
/linux-master/tools/lib/bpf/
H A Dhashmap.c24 static void hashmap_add_entry(struct hashmap_entry **pprev, argument
31 static void hashmap_del_entry(struct hashmap_entry **pprev, argument
223 struct hashmap_entry **pprev, *entry; local
130 hashmap_find_entry(const struct hashmap *map, const long key, size_t hash, struct hashmap_entry ***pprev, struct hashmap_entry **entry) argument
[all...]
/linux-master/tools/perf/util/
H A Dhashmap.c24 static void hashmap_add_entry(struct hashmap_entry **pprev, argument
31 static void hashmap_del_entry(struct hashmap_entry **pprev, argument
223 struct hashmap_entry **pprev, *entry; local
130 hashmap_find_entry(const struct hashmap *map, const long key, size_t hash, struct hashmap_entry ***pprev, struct hashmap_entry **entry) argument
[all...]
/linux-master/tools/include/linux/
H A Dtypes.h98 struct hlist_node *next, **pprev; member in struct:hlist_node
H A Dlist.h628 struct hlist_node **pprev = n->pprev; local
[all...]
/linux-master/net/ipv6/
H A Dtunnel6.c34 struct xfrm6_tunnel __rcu **pprev; local
78 struct xfrm6_tunnel __rcu **pprev; local
[all...]
H A Dxfrm6_protocol.c236 struct xfrm6_protocol __rcu **pprev; local
283 struct xfrm6_protocol __rcu **pprev; local
[all...]
/linux-master/mm/
H A Dmprotect.c577 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) argument
/linux-master/lib/
H A Drhashtable.c232 struct rhash_head __rcu **pprev = NULL; local
499 struct rhash_head __rcu **pprev = NULL; local
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_hash.c790 struct list_head *lhead, *pprev; local
/linux-master/drivers/of/
H A Dfdt.c122 struct property *pp, **pprev = NULL; local
H A Dunittest.c3622 struct device_node **pprev; local
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c515 struct request_sock **pprev; local
/linux-master/net/sched/
H A Dcls_api.c1858 struct tcf_proto __rcu **pprev; member in struct:tcf_chain_info
1946 struct tcf_proto **pprev; local
1986 struct tcf_proto **pprev; local
[all...]

Completed in 286 milliseconds

12