Home
last modified time | relevance | path

Searched defs:ht (Results 1 – 10 of 10) sorted by relevance

/linux-4.19.296/lib/
Drhashtable.c41 static u32 head_hashfn(struct rhashtable *ht, in head_hashfn()
51 int lockdep_rht_mutex_is_held(struct rhashtable *ht) in lockdep_rht_mutex_is_held()
116 static union nested_table *nested_table_alloc(struct rhashtable *ht, in nested_table_alloc()
139 static struct bucket_table *nested_bucket_table_alloc(struct rhashtable *ht, in nested_bucket_table_alloc()
167 static struct bucket_table *bucket_table_alloc(struct rhashtable *ht, in bucket_table_alloc()
210 static struct bucket_table *rhashtable_last_table(struct rhashtable *ht, in rhashtable_last_table()
223 static int rhashtable_rehash_one(struct rhashtable *ht, unsigned int old_hash) in rhashtable_rehash_one()
270 static int rhashtable_rehash_chain(struct rhashtable *ht, in rhashtable_rehash_chain()
292 static int rhashtable_rehash_attach(struct rhashtable *ht, in rhashtable_rehash_attach()
308 static int rhashtable_rehash_table(struct rhashtable *ht) in rhashtable_rehash_table()
[all …]
Dtest_rhashtable.c118 static int insert_retry(struct rhashtable *ht, struct test_obj *obj, in insert_retry()
140 static int __init test_rht_lookup(struct rhashtable *ht, struct test_obj *array, in test_rht_lookup()
178 static void test_bucket_stats(struct rhashtable *ht, unsigned int entries) in test_bucket_stats()
216 static s64 __init test_rhashtable(struct rhashtable *ht, struct test_obj *array, in test_rhashtable()
274 static struct rhashtable ht; variable
495 struct rhashtable *ht; in print_ht() local
/linux-4.19.296/include/linux/
Drhashtable.h86 static inline void *rht_obj(const struct rhashtable *ht, in rht_obj()
98 static inline unsigned int rht_key_get_hash(struct rhashtable *ht, in rht_key_get_hash()
129 struct rhashtable *ht, const struct bucket_table *tbl, in rht_key_hashfn()
138 struct rhashtable *ht, const struct bucket_table *tbl, in rht_head_hashfn()
155 static inline bool rht_grow_above_75(const struct rhashtable *ht, in rht_grow_above_75()
168 static inline bool rht_shrink_below_30(const struct rhashtable *ht, in rht_shrink_below_30()
181 static inline bool rht_grow_above_100(const struct rhashtable *ht, in rht_grow_above_100()
193 static inline bool rht_grow_above_max(const struct rhashtable *ht, in rht_grow_above_max()
222 static inline int lockdep_rht_mutex_is_held(struct rhashtable *ht) in lockdep_rht_mutex_is_held()
262 #define rht_dereference(p, ht) \ argument
[all …]
Drhashtable-types.h34 struct rhashtable *ht; member
100 struct rhashtable ht; member
123 struct rhashtable *ht; member
Dhashtable.h34 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()
/linux-4.19.296/include/net/
Draw.h41 struct hlist_head ht[RAW_HTABLE_SIZE]; member
Dsmc.h18 struct hlist_head ht; member
/linux-4.19.296/drivers/clk/pxa/
Dclk-pxa27x.c231 unsigned int t, ht; in clk_pxa27x_cpll_get_rate() local
328 unsigned int t, ht, osc_forced; in clk_pxa27x_core_get_parent() local
/linux-4.19.296/include/drm/
Ddrm_modes.h134 #define DRM_MODE(nm, t, c, hd, hss, hse, ht, hsk, vd, vss, vse, vt, vs, f) \ argument
/linux-4.19.296/fs/gfs2/
Ddir.c1982 char *ht; in leaf_dealloc() local