Home
last modified time | relevance | path

Searched refs:ht (Results 1 – 6 of 6) sorted by relevance

/include/linux/
A Drhashtable.h133 hash = ht->p.hashfn(key, ht->key_len, hash_rnd); in rht_key_get_hash()
187 (!ht->p.max_size || tbl->size < ht->p.max_size); in rht_grow_above_75()
212 (!ht->p.max_size || tbl->size < ht->p.max_size); in rht_grow_above_100()
223 return atomic_read(&ht->nelems) >= ht->max_elems; in rht_grow_above_max()
582 struct rhashtable *ht = arg->ht; in rhashtable_compare() local
594 .ht = ht, in __rhashtable_lookup()
602 tbl = rht_dereference_rcu(ht->tbl, ht); in __rhashtable_lookup()
710 .ht = ht, in __rhashtable_insert_fast()
724 tbl = rht_dereference_rcu(ht->tbl, ht); in __rhashtable_insert_fast()
1086 tbl = rht_dereference_rcu(ht->tbl, ht); in __rhashtable_remove_fast()
[all …]
A Drhashtable-types.h35 struct rhashtable *ht; member
102 struct rhashtable ht; member
125 struct rhashtable *ht; member
134 int rhashtable_init_noprof(struct rhashtable *ht,
A Dhashtable.h34 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/
A Draw.h40 struct hlist_head ht[RAW_HTABLE_SIZE] ____cacheline_aligned; member
54 INIT_HLIST_HEAD(&hashinfo->ht[i]); in raw_hashinfo_init()
A Dsmc.h26 struct hlist_head ht; member
/include/drm/
A Ddrm_modes.h134 #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), \

Completed in 14 milliseconds