Searched defs:ht (Results 1 – 4 of 4) sorted by relevance
| /include/linux/ |
| D | rhashtable.h | 93 struct rhashtable *ht; member 167 struct rhashtable ht; member 190 struct rhashtable *ht; member 198 static inline unsigned long rht_marker(const struct rhashtable *ht, u32 hash) in rht_marker() 203 #define INIT_RHT_NULLS_HEAD(ptr, ht, hash) \ argument 216 static inline void *rht_obj(const struct rhashtable *ht, in rht_obj() 229 struct rhashtable *ht, const struct bucket_table *tbl, in rht_key_hashfn() 260 struct rhashtable *ht, const struct bucket_table *tbl, in rht_head_hashfn() 277 static inline bool rht_grow_above_75(const struct rhashtable *ht, in rht_grow_above_75() 290 static inline bool rht_shrink_below_30(const struct rhashtable *ht, in rht_shrink_below_30() [all …]
|
| D | hashtable.h | 33 static inline void __hash_init(struct hlist_head *ht, unsigned int sz) in __hash_init() 80 static inline bool __hash_empty(struct hlist_head *ht, unsigned int sz) in __hash_empty()
|
| /include/net/ |
| D | raw.h | 35 struct hlist_head ht[RAW_HTABLE_SIZE]; member
|
| /include/drm/ |
| D | drm_modes.h | 135 #define DRM_MODE(nm, t, c, hd, hss, hse, ht, hsk, vd, vss, vse, vt, vs, f) \ argument
|