Searched refs:rhash_head (Results 1 – 25 of 65) sorted by relevance
123
/Linux-v6.1/include/linux/ |
D | rhashtable.h | 108 static inline bool rht_is_a_nulls(const struct rhash_head *ptr) in rht_is_a_nulls() 114 const struct rhash_head *he) in rht_obj() 166 const struct rhash_head *he, const struct rhashtable_params params) in rht_head_hashfn() 243 struct rhash_head *obj); 351 static inline struct rhash_head *__rht_ptr( in __rht_ptr() 354 return (struct rhash_head *) in __rht_ptr() 366 static inline struct rhash_head *rht_ptr_rcu( in rht_ptr_rcu() 372 static inline struct rhash_head *rht_ptr( in rht_ptr() 380 static inline struct rhash_head *rht_ptr_exclusive( in rht_ptr_exclusive() 387 struct rhash_head *obj) in rht_assign_locked() [all …]
|
D | rhashtable-types.h | 17 struct rhash_head { struct 18 struct rhash_head __rcu *next; argument 22 struct rhash_head rhead; 122 struct rhash_head *p;
|
D | ipc.h | 25 struct rhash_head khtnode;
|
/Linux-v6.1/drivers/net/ethernet/netronome/nfp/flower/ |
D | conntrack.h | 61 struct rhash_head hash_node; 151 struct rhash_head hash_node; 176 struct rhash_head hash_node; 194 struct rhash_head hash_node;
|
D | main.h | 169 struct rhash_head ht_node; 418 struct rhash_head fl_node; 463 struct rhash_head ht_node; 480 struct rhash_head ht_node;
|
/Linux-v6.1/lib/ |
D | rhashtable.c | 39 const struct rhash_head *he) in head_hashfn() 231 struct rhash_head *head, *next, *entry; in rhashtable_rehash_one() 232 struct rhash_head __rcu **pprev = NULL; in rhashtable_rehash_one() 490 const void *key, struct rhash_head *obj) in rhashtable_lookup_one() 496 struct rhash_head __rcu **pprev = NULL; in rhashtable_lookup_one() 497 struct rhash_head *head; in rhashtable_lookup_one() 540 struct bucket_table *tbl, unsigned int hash, struct rhash_head *obj, in rhashtable_insert_one() 544 struct rhash_head *head; in rhashtable_insert_one() 588 struct rhash_head *obj) in rhashtable_try_insert() 630 struct rhash_head *obj) in rhashtable_insert_slow() [all …]
|
D | test_rhashtable.c | 64 struct rhash_head node; 179 struct rhash_head *pos; in test_bucket_stats() 484 struct rhash_head *pos, *next; in print_ht()
|
/Linux-v6.1/drivers/net/ethernet/marvell/prestera/ |
D | prestera_router_hw.h | 66 struct rhash_head ht_node; /* node of prestera_vr */ 88 struct rhash_head ht_node; /* node of prestera_vr */ 117 struct rhash_head ht_node; /* node of prestera_vr */
|
D | prestera_acl.h | 128 struct rhash_head ht_node; /* Member of acl HT */
|
/Linux-v6.1/include/net/ |
D | ioam6.h | 18 struct rhash_head head; 29 struct rhash_head head;
|
D | xdp_priv.h | 15 struct rhash_head node;
|
D | seg6_hmac.h | 26 struct rhash_head node;
|
D | inet_frag.h | 83 struct rhash_head node;
|
/Linux-v6.1/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_tc.h | 154 struct rhash_head node; 178 struct rhash_head node; 192 struct rhash_head node;
|
/Linux-v6.1/drivers/net/wireless/ath/ath11k/ |
D | peer.h | 25 struct rhash_head rhash_id; 27 struct rhash_head rhash_addr;
|
D | peer.c | 172 struct rhash_head *rhead, in ath11k_peer_rhash_insert() 192 struct rhash_head *rhead, in ath11k_peer_rhash_remove()
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
D | bridge_priv.h | 31 struct rhash_head ht_node;
|
/Linux-v6.1/fs/nfsd/ |
D | filecache.h | 32 struct rhash_head nf_rhash;
|
/Linux-v6.1/net/netlink/ |
D | af_netlink.h | 47 struct rhash_head node;
|
/Linux-v6.1/drivers/net/ethernet/sfc/ |
D | tc.h | 61 struct rhash_head linkage;
|
/Linux-v6.1/drivers/net/ethernet/mediatek/ |
D | mtk_ppe.h | 267 struct rhash_head l2_node; 283 struct rhash_head node;
|
/Linux-v6.1/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_tc_flower.h | 51 struct rhash_head node;
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_rep.h | 133 struct rhash_head rhash_node;
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | tc_priv.h | 77 struct rhash_head node;
|
/Linux-v6.1/security/apparmor/include/ |
D | policy.h | 94 struct rhash_head head;
|
123