Searched refs:rhashtable (Results 1 – 8 of 8) sorted by relevance
| /include/linux/ |
| D | rhashtable-types.h | 35 struct rhashtable *ht; 82 struct rhashtable { struct 102 struct rhashtable ht; argument 125 struct rhashtable *ht; 134 int rhashtable_init_noprof(struct rhashtable *ht,
|
| D | rhashtable.h | 113 static inline void *rht_obj(const struct rhashtable *ht, in rht_obj() 125 static inline unsigned int rht_key_get_hash(struct rhashtable *ht, in rht_key_get_hash() 156 struct rhashtable *ht, const struct bucket_table *tbl, in rht_key_hashfn() 165 struct rhashtable *ht, const struct bucket_table *tbl, in rht_head_hashfn() 182 static inline bool rht_grow_above_75(const struct rhashtable *ht, in rht_grow_above_75() 195 static inline bool rht_shrink_below_30(const struct rhashtable *ht, in rht_shrink_below_30() 208 static inline bool rht_grow_above_100(const struct rhashtable *ht, in rht_grow_above_100() 220 static inline bool rht_grow_above_max(const struct rhashtable *ht, in rht_grow_above_max() 227 int lockdep_rht_mutex_is_held(struct rhashtable *ht); 230 static inline int lockdep_rht_mutex_is_held(struct rhashtable *ht) in lockdep_rht_mutex_is_held() [all …]
|
| D | ipc_namespace.h | 28 struct rhashtable key_ht;
|
| /include/net/ |
| D | ioam6.h | 44 struct rhashtable namespaces; 45 struct rhashtable schemas;
|
| D | inet_frag.h | 23 struct rhashtable rhashtable ____cacheline_aligned_in_smp;
|
| D | seg6.h | 40 struct rhashtable hmac_infos;
|
| D | vxlan.h | 277 struct rhashtable vni_hash; 308 struct rhashtable mdb_tbl;
|
| /include/net/netfilter/ |
| D | nf_flow_table.h | 79 struct rhashtable rhashtable; /* datapath, read-mostly members come first */ member
|