Home
last modified time | relevance | path

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

1234

/linux/lib/
A Drhashtable.c37 static u32 head_hashfn(struct rhashtable *ht, in head_hashfn()
47 int lockdep_rht_mutex_is_held(struct rhashtable *ht) in lockdep_rht_mutex_is_held()
387 static int rhashtable_shrink(struct rhashtable *ht) in rhashtable_shrink()
409 struct rhashtable *ht; in rht_deferred_worker() local
717 struct rhashtable *ht = iter->ht; in rhashtable_walk_start_check() local
791 struct rhashtable *ht = iter->ht; in __rhashtable_walk_find_next() local
862 struct rhashtable *ht = iter->ht; in rhashtable_walk_next() local
901 struct rhashtable *ht = iter->ht; in rhashtable_walk_peek() local
933 struct rhashtable *ht; in rhashtable_walk_stop() local
1015 int rhashtable_init(struct rhashtable *ht, in rhashtable_init()
[all …]
A Dtest_rhashtable.c115 static int insert_retry(struct rhashtable *ht, struct test_obj *obj, in insert_retry()
137 static int __init test_rht_lookup(struct rhashtable *ht, struct test_obj *array, in test_rht_lookup()
175 static void test_bucket_stats(struct rhashtable *ht, unsigned int entries) in test_bucket_stats()
208 static s64 __init test_rhashtable(struct rhashtable *ht, struct test_obj *array, in test_rhashtable()
266 static struct rhashtable ht; variable
487 struct rhashtable *ht; in print_ht() local
/linux/drivers/gpu/drm/
A Ddrm_hashtab.c45 int drm_ht_create(struct drm_open_hash *ht, unsigned int order) in drm_ht_create()
63 void drm_ht_verbose_list(struct drm_open_hash *ht, unsigned long key) in drm_ht_verbose_list()
77 static struct hlist_node *drm_ht_find_key(struct drm_open_hash *ht, in drm_ht_find_key()
95 static struct hlist_node *drm_ht_find_key_rcu(struct drm_open_hash *ht, in drm_ht_find_key_rcu()
113 int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item) in drm_ht_insert_item()
144 int drm_ht_just_insert_please(struct drm_open_hash *ht, struct drm_hash_item *item, in drm_ht_just_insert_please()
169 int drm_ht_find_item(struct drm_open_hash *ht, unsigned long key, in drm_ht_find_item()
183 int drm_ht_remove_key(struct drm_open_hash *ht, unsigned long key) in drm_ht_remove_key()
195 int drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item) in drm_ht_remove_item()
202 void drm_ht_remove(struct drm_open_hash *ht) in drm_ht_remove()
/linux/include/linux/
A Drhashtable.h271 #define rht_dereference(p, ht) \ argument
274 #define rht_dereference_rcu(p, ht) \ argument
574 struct rhashtable *ht = arg->ht; in rhashtable_compare() local
582 struct rhashtable *ht, const void *key, in __rhashtable_lookup()
635 struct rhashtable *ht, const void *key, in rhashtable_lookup()
658 struct rhashtable *ht, const void *key, in rhashtable_lookup_fast()
820 struct rhashtable *ht, struct rhash_head *obj, in rhashtable_insert_fast()
897 struct rhashtable *ht, struct rhash_head *obj, in rhashtable_lookup_insert_fast()
924 struct rhashtable *ht, struct rhash_head *obj, in rhashtable_lookup_get_insert_fast()
1068 struct rhashtable *ht, struct rhash_head *obj, in __rhashtable_remove_fast()
[all …]
A Drhashtable-types.h34 struct rhashtable *ht; member
98 struct rhashtable ht; member
121 struct rhashtable *ht; member
A 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/net/sched/
A Dcls_u32.c82 struct tc_u_knode __rcu *ht[]; member
111 struct tc_u_hnode *ht = rcu_dereference_bh(tp->root); in u32_classify() local
256 struct tc_u_hnode *ht; in u32_lookup_ht() local
288 struct tc_u_hnode *ht; in u32_get() local
631 struct tc_u_hnode *ht; in u32_destroy() local
656 struct tc_u_hnode *ht = arg; in u32_delete() local
770 struct tc_u_hnode *ht; in u32_replace_knode() local
847 struct tc_u_hnode *ht; in u32_change() local
1110 struct tc_u_hnode *ht; in u32_walk() local
1205 struct tc_u_hnode *ht; in u32_reoffload() local
[all …]
A Dcls_rsvp.h69 struct rsvp_session __rcu *ht[256]; member
80 struct rsvp_filter __rcu *ht[16 + 1]; member
/linux/kernel/
A Dsmpboot.c87 struct smp_hotplug_thread *ht; member
109 struct smp_hotplug_thread *ht = td->ht; in smpboot_thread_fn() local
170 __smpboot_create_thread(struct smp_hotplug_thread *ht, unsigned int cpu) in __smpboot_create_thread()
228 static void smpboot_unpark_thread(struct smp_hotplug_thread *ht, unsigned int cpu) in smpboot_unpark_thread()
247 static void smpboot_park_thread(struct smp_hotplug_thread *ht, unsigned int cpu) in smpboot_park_thread()
266 static void smpboot_destroy_threads(struct smp_hotplug_thread *ht) in smpboot_destroy_threads()
/linux/drivers/gpu/drm/vmwgfx/
A Dttm_object.c251 struct drm_open_hash *ht = &tfile->ref_hash[TTM_REF_USAGE]; in ttm_base_object_noref_lookup() local
271 struct drm_open_hash *ht = &tfile->ref_hash[TTM_REF_USAGE]; in ttm_base_object_lookup() local
315 struct drm_open_hash *ht = &tfile->ref_hash[TTM_REF_USAGE]; in ttm_ref_object_exists() local
352 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; in ttm_ref_object_add() local
429 struct drm_open_hash *ht; in ttm_ref_object_release() local
449 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; in ttm_ref_object_base_unref() local
A Dvmwgfx_validation.h76 struct drm_open_hash *ht; member
154 struct drm_open_hash *ht) in vmw_validation_set_ht()
/linux/net/netfilter/
A Dxt_hashlimit.c184 hash_dst(const struct xt_hashlimit_htable *ht, const struct dsthash_dst *dst) in hash_dst()
199 dsthash_find(const struct xt_hashlimit_htable *ht, in dsthash_find()
217 dsthash_alloc_init(struct xt_hashlimit_htable *ht, in dsthash_alloc_init()
267 dsthash_free(struct xt_hashlimit_htable *ht, struct dsthash_ent *ent) in dsthash_free()
361 static void htable_selective_cleanup(struct xt_hashlimit_htable *ht, bool select_all) in htable_selective_cleanup()
381 struct xt_hashlimit_htable *ht; in htable_gc() local
1128 struct xt_hashlimit_htable *ht = PDE_DATA(file_inode(s->file)); in dl_seq_real_show_v2() local
1143 struct xt_hashlimit_htable *ht = PDE_DATA(file_inode(s->file)); in dl_seq_real_show_v1() local
1158 struct xt_hashlimit_htable *ht = PDE_DATA(file_inode(s->file)); in dl_seq_real_show() local
/linux/tools/include/linux/
A Dhashtable.h31 static inline void __hash_init(struct hlist_head *ht, unsigned int sz) in __hash_init()
69 static inline bool __hash_empty(struct hlist_head *ht, unsigned int sz) in __hash_empty()
/linux/drivers/md/
A Ddm-cache-policy-smq.c583 static int h_init(struct smq_hash_table *ht, struct entry_space *es, unsigned nr_entries) in h_init()
601 static void h_exit(struct smq_hash_table *ht) in h_exit()
606 static struct entry *h_head(struct smq_hash_table *ht, unsigned bucket) in h_head()
611 static struct entry *h_next(struct smq_hash_table *ht, struct entry *e) in h_next()
616 static void __h_insert(struct smq_hash_table *ht, unsigned bucket, struct entry *e) in __h_insert()
622 static void h_insert(struct smq_hash_table *ht, struct entry *e) in h_insert()
628 static struct entry *__h_lookup(struct smq_hash_table *ht, unsigned h, dm_oblock_t oblock, in __h_lookup()
644 static void __h_unlink(struct smq_hash_table *ht, unsigned h, in __h_unlink()
656 static struct entry *h_lookup(struct smq_hash_table *ht, dm_oblock_t oblock) in h_lookup()
674 static void h_remove(struct smq_hash_table *ht, struct entry *e) in h_remove()
/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
A Dipoib_vlan.c88 struct mlx5i_pkey_qpn_ht *ht = ipriv->qpn_htbl; in mlx5i_pkey_add_qpn() local
109 struct mlx5i_pkey_qpn_ht *ht = ipriv->qpn_htbl; in mlx5i_pkey_del_qpn() local
/linux/drivers/gpu/drm/i2c/
A Dch7006_mode.c105 #define __MODE(f, hd, vd, ht, vt, hsynp, vsynp, \ argument
134 #define MODE(f, hd, vd, ht, vt, hsynp, vsynp, \ argument
/linux/include/net/
A Draw.h37 struct hlist_head ht[RAW_HTABLE_SIZE]; member
A Dsmc.h18 struct hlist_head ht; member
/linux/drivers/clk/pxa/
A Dclk-pxa27x.c227 unsigned int t, ht; in clk_pxa27x_cpll_get_rate() local
324 unsigned int t, ht, osc_forced; in clk_pxa27x_core_get_parent() local
/linux/arch/mips/kernel/
A Dkgdb.c212 struct hard_trap_info *ht; in compute_signal() local
/linux/net/hsr/
A Dhsr_main.h77 static inline void set_hsr_tag_path(struct hsr_tag *ht, u16 path) in set_hsr_tag_path()
83 static inline void set_hsr_tag_LSDU_size(struct hsr_tag *ht, u16 LSDU_size) in set_hsr_tag_LSDU_size()
/linux/drivers/net/wireless/intel/iwlegacy/
A D4965-debug.c56 struct stats_rx_ht_phy *ht, *accum_ht, *delta_ht, *max_ht; in il4965_ucode_rx_stats_read() local
/linux/arch/powerpc/kernel/
A Dkgdb.c97 struct hard_trap_info *ht; in computeSignal() local
/linux/drivers/net/wireless/mediatek/mt7601u/
A Deeprom.h85 struct power_per_rate ht[4]; member
/linux/drivers/net/wireless/mediatek/mt76/mt76x0/
A Dphy.h84 struct mt76x0_rate_pwr_item ht[8]; member

Completed in 174 milliseconds

1234