Home
last modified time | relevance | path

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

12

/linux/lib/
H 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()
122 static union nested_table *nested_table_alloc(struct rhashtable *ht, in nested_table_alloc()
148 static struct bucket_table *nested_bucket_table_alloc(struct rhashtable *ht, in nested_bucket_table_alloc()
177 static struct bucket_table *bucket_table_alloc(struct rhashtable *ht, in bucket_table_alloc()
215 static struct bucket_table *rhashtable_last_table(struct rhashtable *ht, in rhashtable_last_table()
228 static int rhashtable_rehash_one(struct rhashtable *ht, in rhashtable_rehash_one()
280 static int rhashtable_rehash_chain(struct rhashtable *ht, in rhashtable_rehash_chain()
302 static int rhashtable_rehash_attach(struct rhashtable *ht, in rhashtable_rehash_attach()
319 static int rhashtable_rehash_table(struct rhashtable *ht) in rhashtable_rehash_table()
[all …]
H A Dtest_rhashtable.c116 static int insert_retry(struct rhashtable *ht, struct test_obj *obj, in insert_retry()
138 static int __init test_rht_lookup(struct rhashtable *ht, struct test_obj *array, in test_rht_lookup()
176 static void test_bucket_stats(struct rhashtable *ht, unsigned int entries) in test_bucket_stats()
209 static s64 __init test_rhashtable(struct rhashtable *ht, struct test_obj *array, in test_rhashtable()
267 static struct rhashtable ht; variable
472 struct rhashtable *ht; in print_ht() local
/linux/include/linux/
H A Drhashtable.h114 static inline void *rht_obj(const struct rhashtable *ht, in rht_obj()
126 static __always_inline unsigned int rht_key_get_hash(struct rhashtable *ht, in rht_key_get_hash()
150 struct rhashtable *ht, const struct bucket_table *tbl, in rht_key_hashfn()
159 struct rhashtable *ht, const struct bucket_table *tbl, in rht_head_hashfn()
176 static inline bool rht_grow_above_75(const struct rhashtable *ht, in rht_grow_above_75()
189 static inline bool rht_shrink_below_30(const struct rhashtable *ht, in rht_shrink_below_30()
202 static inline bool rht_grow_above_100(const struct rhashtable *ht, in rht_grow_above_100()
214 static inline bool rht_grow_above_max(const struct rhashtable *ht, in rht_grow_above_max()
224 static inline int lockdep_rht_mutex_is_held(struct rhashtable *ht) in lockdep_rht_mutex_is_held()
266 #define rht_dereference(p, ht) \ argument
[all …]
H A Drhashtable-types.h36 struct rhashtable *ht; member
107 struct rhashtable ht; member
130 struct rhashtable *ht; member
H 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/
H A Dcls_u32.c83 struct tc_u_knode __rcu *ht[]; member
123 struct tc_u_hnode *ht = rcu_dereference_bh(tp->root); in u32_classify() local
267 struct tc_u_hnode *ht; u32_lookup_ht() local
278 u32_lookup_key(struct tc_u_hnode * ht,u32 handle) u32_lookup_key() argument
299 struct tc_u_hnode *ht; u32_get() local
404 struct tc_u_hnode *ht = rtnl_dereference(n->ht_down); __u32_destroy_key() local
466 struct tc_u_hnode *ht = rtnl_dereference(key->ht_up); u32_delete_key() local
549 struct tc_u_hnode *ht = rtnl_dereference(n->ht_down); u32_replace_hw_knode() local
585 u32_clear_hnode(struct tcf_proto * tp,struct tc_u_hnode * ht,struct netlink_ext_ack * extack) u32_clear_hnode() argument
608 u32_destroy_hnode(struct tcf_proto * tp,struct tc_u_hnode * ht,struct netlink_ext_ack * extack) u32_destroy_hnode() argument
646 struct tc_u_hnode *ht; u32_destroy() local
671 struct tc_u_hnode *ht = arg; u32_delete() local
698 gen_new_kid(struct tc_u_hnode * ht,u32 htid) gen_new_kid() argument
799 struct tc_u_hnode *ht; u32_replace_knode() local
824 struct tc_u_hnode *ht = rtnl_dereference(n->ht_down); u32_init_knode() local
875 struct tc_u_hnode *ht; u32_change() local
1206 struct tc_u_hnode *ht; u32_walk() local
1233 u32_reoffload_hnode(struct tcf_proto * tp,struct tc_u_hnode * ht,bool add,flow_setup_cb_t * cb,void * cb_priv,struct netlink_ext_ack * extack) u32_reoffload_hnode() argument
1257 struct tc_u_hnode *ht = rtnl_dereference(n->ht_down); u32_reoffload_knode() local
1291 struct tc_u_hnode *ht; u32_reoffload() local
1359 struct tc_u_hnode *ht = fh; u32_dump() local
[all...]
H A Dcls_fw.c30 struct fw_filter __rcu *ht[HTSIZE]; member
/linux/kernel/
H A Dsmpboot.c83 struct smp_hotplug_thread *ht; member
105 struct smp_hotplug_thread *ht = td->ht; in smpboot_thread_fn() local
166 __smpboot_create_thread(struct smp_hotplug_thread *ht, unsigned int cpu) in __smpboot_create_thread()
224 static void smpboot_unpark_thread(struct smp_hotplug_thread *ht, unsigned int cpu) in smpboot_unpark_thread()
243 static void smpboot_park_thread(struct smp_hotplug_thread *ht, unsigned int cpu) in smpboot_park_thread()
262 static void smpboot_destroy_threads(struct smp_hotplug_thread *ht) in smpboot_destroy_threads()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dact_stats.c11 struct rhashtable ht; member
66 struct rhashtable *ht = &handle->ht; in mlx5e_tc_act_stats_add() local
115 struct rhashtable *ht = &handle->ht; in mlx5e_tc_act_stats_del_flow() local
170 struct rhashtable *ht = &handle->ht; in mlx5e_tc_act_stats_fill_stats() local
/linux/net/netfilter/
H A Dxt_hashlimit.c183 hash_dst(const struct xt_hashlimit_htable *ht, const struct dsthash_dst *dst) in hash_dst()
198 dsthash_find(const struct xt_hashlimit_htable *ht, in dsthash_find()
216 dsthash_alloc_init(struct xt_hashlimit_htable *ht, in dsthash_alloc_init()
266 dsthash_free(struct xt_hashlimit_htable *ht, struct dsthash_ent *ent) in dsthash_free()
359 static void htable_selective_cleanup(struct xt_hashlimit_htable *ht, bool select_all) in htable_selective_cleanup()
383 struct xt_hashlimit_htable *ht; in htable_gc() local
1132 struct xt_hashlimit_htable *ht = pde_data(file_inode(s->file)); in dl_seq_real_show_v2() local
1147 struct xt_hashlimit_htable *ht = pde_data(file_inode(s->file)); in dl_seq_real_show_v1() local
1162 struct xt_hashlimit_htable *ht = pde_data(file_inode(s->file)); in dl_seq_real_show() local
/linux/tools/include/linux/
H 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/net/ethernet/mellanox/mlx5/core/ipoib/
H 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/scripts/include/
H A Dhashtable.h18 static inline void __hash_init(struct hlist_head *ht, unsigned int sz) in __hash_init()
/linux/tools/testing/selftests/mm/
H A Dva_high_addr_switch.c184 struct testcase ht[] = { in testcases_init() local
/linux/drivers/clk/pxa/
H A Dclk-pxa27x.c205 unsigned int t, ht; in clk_pxa27x_cpll_get_rate() local
302 unsigned int t, ht, osc_forced; in clk_pxa27x_core_get_parent() local
/linux/arch/mips/kernel/
H A Dkgdb.c212 struct hard_trap_info *ht; in compute_signal() local
/linux/drivers/net/wireless/intel/iwlegacy/
H A D4965-debug.c56 struct stats_rx_ht_phy *ht, *accum_ht, *delta_ht, *max_ht; in il4965_ucode_rx_stats_read() local
/linux/drivers/net/wireless/mediatek/mt7601u/
H A Deeprom.h85 struct power_per_rate ht[4]; member
/linux/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Dphy.h84 struct mt76x0_rate_pwr_item ht[8]; member
/linux/drivers/video/fbdev/
H A Dasiliantfb.c178 unsigned ht = (p->var.left_margin + p->var.xres + p->var.right_margin + p->var.hsync_len) / 8; in asiliant_set_timing() local
/linux/drivers/video/fbdev/mb862xx/
H A Dmb862xxfbdrv.c438 unsigned long hsp, vsp, ht, vt; in mb862xxfb_init_fbinfo() local
/linux/drivers/net/wireless/broadcom/b43/
H A Dphy_common.h213 struct b43_phy_ht *ht; member
/linux/drivers/media/pci/zoran/
H A Dvideocodec.h222 u16 wt, wa, h_start, h_sync_start, ht, ha, v_start; member
/linux/include/drm/
H A Ddrm_modes.h134 #define DRM_MODE(nm, t, c, hd, hss, hse, ht, hsk, vd, vss, vse, vt, vs, f) \ argument
/linux/drivers/infiniband/hw/hfi1/
H A Daffinity.c95 int possible, curr_cpu, ht; in init_real_cpu_mask() local

12