Searched refs:ht (Results 1 – 6 of 6) sorted by relevance
| /include/linux/ |
| D | rhashtable.h | 113 static inline void *rht_obj(const struct rhashtable *ht, in rht_obj() argument 116 return (char *)he - ht->p.head_offset; in rht_obj() 125 static inline unsigned int rht_key_get_hash(struct rhashtable *ht, in rht_key_get_hash() argument 133 hash = ht->p.hashfn(key, ht->key_len, hash_rnd); in rht_key_get_hash() 144 unsigned int key_len = ht->p.key_len; in rht_key_get_hash() 156 struct rhashtable *ht, const struct bucket_table *tbl, in rht_key_hashfn() argument 159 unsigned int hash = rht_key_get_hash(ht, key, params, tbl->hash_rnd); in rht_key_hashfn() 165 struct rhashtable *ht, const struct bucket_table *tbl, in rht_head_hashfn() argument 168 const char *ptr = rht_obj(ht, he); in rht_head_hashfn() 172 ht->p.key_len, in rht_head_hashfn() [all …]
|
| D | rhashtable-types.h | 35 struct rhashtable *ht; member 102 struct rhashtable ht; member 125 struct rhashtable *ht; member 134 int rhashtable_init_noprof(struct rhashtable *ht,
|
| D | hashtable.h | 34 static inline void __hash_init(struct hlist_head *ht, unsigned int sz) in __hash_init() argument 39 INIT_HLIST_HEAD(&ht[i]); in __hash_init() 81 static inline bool __hash_empty(struct hlist_head *ht, unsigned int sz) in __hash_empty() argument 86 if (!hlist_empty(&ht[i])) in __hash_empty()
|
| /include/net/ |
| D | raw.h | 40 struct hlist_head ht[RAW_HTABLE_SIZE] ____cacheline_aligned; member 54 INIT_HLIST_HEAD(&hashinfo->ht[i]); in raw_hashinfo_init()
|
| D | smc.h | 26 struct hlist_head ht; member
|
| /include/drm/ |
| D | drm_modes.h | 134 #define DRM_MODE(nm, t, c, hd, hss, hse, ht, hsk, vd, vss, vse, vt, vs, f) \ argument 137 .htotal = (ht), .hskew = (hsk), .vdisplay = (vd), \
|