Searched defs:ht (Results 1 – 5 of 5) sorted by relevance
| /include/linux/ |
| D | rhashtable.h | 111 struct rhashtable *ht; member 181 struct rhashtable ht; member 204 struct rhashtable *ht; member 212 static inline unsigned long rht_marker(const struct rhashtable *ht, u32 hash) in rht_marker() 217 #define INIT_RHT_NULLS_HEAD(ptr, ht, hash) \ argument 230 static inline void *rht_obj(const struct rhashtable *ht, in rht_obj() 243 struct rhashtable *ht, const struct bucket_table *tbl, in rht_key_hashfn() 274 struct rhashtable *ht, const struct bucket_table *tbl, in rht_head_hashfn() 291 static inline bool rht_grow_above_75(const struct rhashtable *ht, in rht_grow_above_75() 304 static inline bool rht_shrink_below_30(const struct rhashtable *ht, in rht_shrink_below_30() [all …]
|
| D | hashtable.h | 34 static inline void __hash_init(struct hlist_head *ht, unsigned int sz) in __hash_init() 81 static inline bool __hash_empty(struct hlist_head *ht, unsigned int sz) in __hash_empty()
|
| /include/net/ |
| D | smc.h | 16 struct hlist_head ht; member
|
| D | raw.h | 41 struct hlist_head ht[RAW_HTABLE_SIZE]; member
|
| /include/drm/ |
| D | drm_modes.h | 137 #define DRM_MODE(nm, t, c, hd, hss, hse, ht, hsk, vd, vss, vse, vt, vs, f) \ argument
|