Searched defs:ht (Results 1 - 55 of 55) sorted by relevance

/linux-4.1.27/include/net/
H A Draw.h35 struct hlist_head ht[RAW_HTABLE_SIZE]; member in struct:raw_hashinfo
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
H A Dlibcfs_crypto.h68 struct cfs_crypto_hash_type *ht; cfs_crypto_hash_type() local
81 const struct cfs_crypto_hash_type *ht; cfs_crypto_hash_name() local
92 const struct cfs_crypto_hash_type *ht; cfs_crypto_hash_digestsize() local
/linux-4.1.27/lib/
H A Dtest_rhashtable.c50 static int __init test_rht_lookup(struct rhashtable *ht) test_rht_lookup() argument
80 static void test_bucket_stats(struct rhashtable *ht, bool quiet) test_bucket_stats() argument
120 static int __init test_rhashtable(struct rhashtable *ht) test_rhashtable() argument
183 static struct rhashtable ht; variable in typeref:struct:rhashtable
H A Drhashtable.c35 static u32 head_hashfn(struct rhashtable *ht, head_hashfn() argument
45 int lockdep_rht_mutex_is_held(struct rhashtable *ht) lockdep_rht_mutex_is_held() argument
63 static int alloc_bucket_locks(struct rhashtable *ht, struct bucket_table *tbl, alloc_bucket_locks() argument
111 static struct bucket_table *bucket_table_alloc(struct rhashtable *ht, bucket_table_alloc() argument
145 static struct bucket_table *rhashtable_last_table(struct rhashtable *ht, rhashtable_last_table() argument
158 static int rhashtable_rehash_one(struct rhashtable *ht, unsigned int old_hash) rhashtable_rehash_one() argument
204 static void rhashtable_rehash_chain(struct rhashtable *ht, rhashtable_rehash_chain() argument
219 static int rhashtable_rehash_attach(struct rhashtable *ht, rhashtable_rehash_attach() argument
245 static int rhashtable_rehash_table(struct rhashtable *ht) rhashtable_rehash_table() argument
291 static int rhashtable_expand(struct rhashtable *ht) rhashtable_expand() argument
327 static int rhashtable_shrink(struct rhashtable *ht) rhashtable_shrink() argument
358 struct rhashtable *ht; rht_deferred_worker() local
381 static bool rhashtable_check_elasticity(struct rhashtable *ht, rhashtable_check_elasticity() argument
395 int rhashtable_insert_rehash(struct rhashtable *ht) rhashtable_insert_rehash() argument
435 int rhashtable_insert_slow(struct rhashtable *ht, const void *key, rhashtable_insert_slow() argument
498 int rhashtable_walk_init(struct rhashtable *ht, struct rhashtable_iter *iter) rhashtable_walk_init() argument
552 struct rhashtable *ht = iter->ht; __acquires() local
585 struct rhashtable *ht = iter->ht; rhashtable_walk_next() local
641 struct rhashtable *ht; __releases() local
717 int rhashtable_init(struct rhashtable *ht, rhashtable_init() argument
813 void rhashtable_free_and_destroy(struct rhashtable *ht, rhashtable_free_and_destroy() argument
844 void rhashtable_destroy(struct rhashtable *ht) rhashtable_destroy() argument
/linux-4.1.27/include/linux/
H A Dhashtable.h29 static inline void __hash_init(struct hlist_head *ht, unsigned int sz) __hash_init() argument
76 static inline bool __hash_empty(struct hlist_head *ht, unsigned int sz) __hash_empty() argument
H A Drhashtable.h87 struct rhashtable *ht; member in struct:rhashtable_compare_arg
173 struct rhashtable *ht; member in struct:rhashtable_iter
180 static inline unsigned long rht_marker(const struct rhashtable *ht, u32 hash) rht_marker() argument
198 static inline void *rht_obj(const struct rhashtable *ht, rht_obj() argument
259 static inline bool rht_grow_above_75(const struct rhashtable *ht, rht_grow_above_75() argument
272 static inline bool rht_shrink_below_30(const struct rhashtable *ht, rht_shrink_below_30() argument
285 static inline bool rht_grow_above_100(const struct rhashtable *ht, rht_grow_above_100() argument
297 static inline bool rht_grow_above_max(const struct rhashtable *ht, rht_grow_above_max() argument
327 static inline int lockdep_rht_mutex_is_held(struct rhashtable *ht) lockdep_rht_mutex_is_held() argument
509 struct rhashtable *ht = arg->ht; rhashtable_compare() local
210 rht_key_hashfn( struct rhashtable *ht, const struct bucket_table *tbl, const void *key, const struct rhashtable_params params) rht_key_hashfn() argument
241 rht_head_hashfn( struct rhashtable *ht, const struct bucket_table *tbl, const struct rhash_head *he, const struct rhashtable_params params) rht_head_hashfn() argument
526 rhashtable_lookup_fast( struct rhashtable *ht, const void *key, const struct rhashtable_params params) rhashtable_lookup_fast() argument
564 __rhashtable_insert_fast( struct rhashtable *ht, const void *key, struct rhash_head *obj, const struct rhashtable_params params) __rhashtable_insert_fast() argument
669 rhashtable_insert_fast( struct rhashtable *ht, struct rhash_head *obj, const struct rhashtable_params params) rhashtable_insert_fast() argument
697 rhashtable_lookup_insert_fast( struct rhashtable *ht, struct rhash_head *obj, const struct rhashtable_params params) rhashtable_lookup_insert_fast() argument
731 rhashtable_lookup_insert_key( struct rhashtable *ht, const void *key, struct rhash_head *obj, const struct rhashtable_params params) rhashtable_lookup_insert_key() argument
741 __rhashtable_remove_fast( struct rhashtable *ht, struct bucket_table *tbl, struct rhash_head *obj, const struct rhashtable_params params) __rhashtable_remove_fast() argument
788 rhashtable_remove_fast( struct rhashtable *ht, struct rhash_head *obj, const struct rhashtable_params params) rhashtable_remove_fast() argument
/linux-4.1.27/drivers/i2c/busses/
H A Di2c-designware-platdrv.c163 u32 clk_freq, ht = 0; dw_i2c_probe() local
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_hashtab.c41 int drm_ht_create(struct drm_open_hash *ht, unsigned int order) drm_ht_create() argument
59 void drm_ht_verbose_list(struct drm_open_hash *ht, unsigned long key) drm_ht_verbose_list() argument
73 static struct hlist_node *drm_ht_find_key(struct drm_open_hash *ht, drm_ht_find_key() argument
91 static struct hlist_node *drm_ht_find_key_rcu(struct drm_open_hash *ht, drm_ht_find_key_rcu() argument
109 int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item) drm_ht_insert_item() argument
140 int drm_ht_just_insert_please(struct drm_open_hash *ht, struct drm_hash_item *item, drm_ht_just_insert_please() argument
165 int drm_ht_find_item(struct drm_open_hash *ht, unsigned long key, drm_ht_find_item() argument
179 int drm_ht_remove_key(struct drm_open_hash *ht, unsigned long key) drm_ht_remove_key() argument
191 int drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item) drm_ht_remove_item() argument
198 void drm_ht_remove(struct drm_open_hash *ht) drm_ht_remove() argument
/linux-4.1.27/net/netlink/
H A Ddiag.c106 struct rhashtable *ht = &tbl->hash; __netlink_diag_dump() local
/linux-4.1.27/drivers/net/wireless/iwlegacy/
H A D4965-debug.c74 struct stats_rx_ht_phy *ht, *accum_ht, *delta_ht, *max_ht; il4965_ucode_rx_stats_read() local
H A Dcommon.h1233 } ht; member in struct:il_priv
/linux-4.1.27/drivers/clk/pxa/
H A Dclk-pxa27x.c152 unsigned int t, ht; clk_pxa27x_cpll_get_rate() local
224 unsigned int t, ht, b, osc_forced; clk_pxa27x_core_get_rate() local
244 unsigned int t, ht, b, osc_forced; clk_pxa27x_core_get_parent() local
/linux-4.1.27/arch/powerpc/platforms/maple/
H A Dpci.c574 struct device_node *ht = NULL; maple_pci_init() local
/linux-4.1.27/arch/mips/kernel/
H A Dkgdb.c231 struct hard_trap_info *ht; compute_signal() local
H A Dptrace.c243 u16 ht[NUM_WATCH_REGS]; ptrace_set_watch_regs() local
/linux-4.1.27/arch/powerpc/kernel/
H A Dkgdb.c95 struct hard_trap_info *ht; computeSignal() local
/linux-4.1.27/arch/arm/mach-pxa/
H A Dpxa27x.c88 int cccr_a, t, ht, b; pxa27x_get_clk_frequency_khz() local
/linux-4.1.27/net/hsr/
H A Dhsr_main.h71 static inline u16 get_hsr_tag_path(struct hsr_tag *ht) get_hsr_tag_path() argument
76 static inline u16 get_hsr_tag_LSDU_size(struct hsr_tag *ht) get_hsr_tag_LSDU_size() argument
81 static inline void set_hsr_tag_path(struct hsr_tag *ht, u16 path) set_hsr_tag_path() argument
87 static inline void set_hsr_tag_LSDU_size(struct hsr_tag *ht, u16 LSDU_size) set_hsr_tag_LSDU_size() argument
/linux-4.1.27/net/mac80211/
H A Drc80211_minstrel_ht.h110 struct minstrel_ht_sta ht; member in union:minstrel_ht_sta_priv::__anon14156
/linux-4.1.27/kernel/
H A Dsmpboot.c86 struct smp_hotplug_thread *ht; member in struct:smpboot_thread_data
108 struct smp_hotplug_thread *ht = td->ht; smpboot_thread_fn() local
168 __smpboot_create_thread(struct smp_hotplug_thread *ht, unsigned int cpu) __smpboot_create_thread() argument
220 static void smpboot_unpark_thread(struct smp_hotplug_thread *ht, unsigned int cpu) smpboot_unpark_thread() argument
239 static void smpboot_park_thread(struct smp_hotplug_thread *ht, unsigned int cpu) smpboot_park_thread() argument
257 static void smpboot_destroy_threads(struct smp_hotplug_thread *ht) smpboot_destroy_threads() argument
/linux-4.1.27/net/netfilter/
H A Dnft_hash.c28 struct rhashtable ht; member in struct:nft_hash
H A Dxt_hashlimit.c127 hash_dst(const struct xt_hashlimit_htable *ht, const struct dsthash_dst *dst) hash_dst() argument
142 dsthash_find(const struct xt_hashlimit_htable *ht, dsthash_find() argument
160 dsthash_alloc_init(struct xt_hashlimit_htable *ht, dsthash_alloc_init() argument
210 dsthash_free(struct xt_hashlimit_htable *ht, struct dsthash_ent *ent) dsthash_free() argument
285 static bool select_all(const struct xt_hashlimit_htable *ht, select_all() argument
291 static bool select_gc(const struct xt_hashlimit_htable *ht, select_gc() argument
297 static void htable_selective_cleanup(struct xt_hashlimit_htable *ht, htable_selective_cleanup() argument
319 struct xt_hashlimit_htable *ht; htable_gc() local
792 const struct xt_hashlimit_htable *ht = s->private; dl_seq_real_show() local
/linux-4.1.27/net/sched/
H A Dcls_fw.c36 struct fw_filter __rcu *ht[HTSIZE]; member in struct:fw_head
H A Dcls_route.c46 struct route4_filter __rcu *ht[16 + 16 + 1]; member in struct:route4_bucket
H A Dcls_rsvp.h73 struct rsvp_session __rcu *ht[256]; member in struct:rsvp_head
84 struct rsvp_filter __rcu *ht[16 + 1]; member in struct:rsvp_session
H A Dcls_u32.c85 struct tc_u_knode __rcu *ht[1]; member in struct:tc_u_hnode
112 struct tc_u_hnode *ht = rcu_dereference_bh(tp->root); u32_classify() local
255 struct tc_u_hnode *ht; u32_lookup_ht() local
267 u32_lookup_key(struct tc_u_hnode *ht, u32 handle) u32_lookup_key() argument
288 struct tc_u_hnode *ht; u32_get() local
408 struct tc_u_hnode *ht = rtnl_dereference(key->ht_up); u32_delete_key() local
427 static void u32_clear_hnode(struct tcf_proto *tp, struct tc_u_hnode *ht) u32_clear_hnode() argument
442 static int u32_destroy_hnode(struct tcf_proto *tp, struct tc_u_hnode *ht) u32_destroy_hnode() argument
466 static bool ht_empty(struct tc_u_hnode *ht) ht_empty() argument
498 struct tc_u_hnode *ht; u32_destroy() local
512 struct tc_u_hnode *ht; u32_destroy() local
537 struct tc_u_hnode *ht = (struct tc_u_hnode *)arg; u32_delete() local
560 static u32 gen_new_kid(struct tc_u_hnode *ht, u32 handle) gen_new_kid() argument
655 struct tc_u_hnode *ht; u32_replace_knode() local
731 struct tc_u_hnode *ht; u32_change() local
900 struct tc_u_hnode *ht; u32_walk() local
954 struct tc_u_hnode *ht = (struct tc_u_hnode *)fh; u32_dump() local
592 u32_set_parms(struct net *net, struct tcf_proto *tp, unsigned long base, struct tc_u_hnode *ht, struct tc_u_knode *n, struct nlattr **tb, struct nlattr *est, bool ovr) u32_set_parms() argument
H A Dsch_sfq.c129 sfq_index *ht; /* Hash table ('divisor' slots) */ member in struct:sfq_sched_data
/linux-4.1.27/drivers/net/wireless/ti/wl18xx/
H A Dconf.h134 struct wl18xx_ht_settings ht; member in struct:wl18xx_priv_conf
/linux-4.1.27/drivers/gpu/drm/ttm/
H A Dttm_object.c234 struct drm_open_hash *ht = &tfile->ref_hash[TTM_REF_USAGE]; ttm_base_object_lookup() local
256 struct drm_open_hash *ht = &tdev->object_hash; ttm_base_object_lookup_for_ref() local
286 struct drm_open_hash *ht = &tfile->ref_hash[TTM_REF_USAGE]; ttm_ref_object_exists() local
323 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; ttm_ref_object_add() local
393 struct drm_open_hash *ht; ttm_ref_object_release() local
413 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; ttm_ref_object_base_unref() local
/linux-4.1.27/drivers/video/fbdev/
H A Dasiliantfb.c179 unsigned ht = (p->var.left_margin + p->var.xres + p->var.right_margin + p->var.hsync_len) / 8; asiliant_set_timing() local
H A Djz4740_fb.c358 uint16_t ht, vt; jzfb_set_par() local
H A Dtdfxfb.c568 u32 hd, hs, he, ht, hbs, hbe; tdfxfb_set_par() local
H A Dimsttfb.c310 __u16 hes, heb, hsb, ht, ves, veb, vsb, vt, vil; member in struct:imstt_regvals
/linux-4.1.27/drivers/video/fbdev/matrox/
H A Dmatroxfb_misc.c191 unsigned int hd, hs, he, hbe, ht; matroxfb_vgaHWinit() local
H A Dmatroxfb_maven.c722 static int maven_find_exact_clocks(unsigned int ht, unsigned int vt, maven_find_exact_clocks() argument
/linux-4.1.27/drivers/net/wireless/b43/
H A Dphy_common.h222 struct b43_phy_ht *ht; member in struct:b43_phy::__anon7770
/linux-4.1.27/drivers/video/fbdev/mb862xx/
H A Dmb862xxfbdrv.c449 unsigned long hsp, vsp, ht, vt; mb862xxfb_init_fbinfo() local
/linux-4.1.27/drivers/video/fbdev/mbx/
H A Dmbxfb.c237 ushort hbps, ht, hfps, has; mbxfb_set_par() local
/linux-4.1.27/arch/powerpc/platforms/powermac/
H A Dpci.c884 struct device_node *ht = NULL; pmac_pci_init() local
/linux-4.1.27/net/decnet/
H A Ddn_table.c144 struct dn_fib_node **ht, **old_ht; dn_rehash_zone() local
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
H A Ddebugfs.c666 struct mvm_statistics_rx_ht_phy *ht; iwl_dbgfs_fw_rx_stats_read() local
/linux-4.1.27/drivers/net/wireless/rt2x00/
H A Drt2x00queue.h323 } ht; member in union:txentry_desc::__anon8112
H A Drt2x00.h414 struct ieee80211_sta_ht_cap ht; member in struct:hw_mode_spec
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
H A Ddebugfs.c730 struct statistics_rx_ht_phy *ht, *accum_ht, *delta_ht, *max_ht; iwl_dbgfs_ucode_rx_stats_read() local
H A Ddev.h537 } ht; member in struct:iwl_rxon_context
/linux-4.1.27/drivers/staging/speakup/
H A Dspk_types.h78 struct spk_highlight_color_track ht; member in struct:st_spk_t
/linux-4.1.27/drivers/gpu/drm/ast/
H A Dast_drv.h281 u32 ht; member in struct:ast_vbios_enhtable
/linux-4.1.27/drivers/video/fbdev/intelfb/
H A Dintelfbhw.c1053 u32 *vs, *vb, *vt, *hs, *hb, *ht, *ss, *pipe_conf; intelfbhw_mode_to_hw() local
1285 const u32 *hs, *ht, *hb, *vs, *vt, *vb, *ss; intelfbhw_program_mode() local
/linux-4.1.27/fs/gfs2/
H A Ddir.c1887 char *ht; leaf_dealloc() local
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
H A Dmac.c4696 u8 ht = 0xff, i; ath10k_default_bitrate_mask() local
4781 int legacy = 0, ht = 0, vht = 0, i; ath10k_bitrate_mask_correct() local
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c3722 bool band_2gig = false, band_5gig = false, ht = false; ath6kl_cfg80211_init() local
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
H A Dconf.h1376 struct conf_ht_setting ht; member in struct:wlcore_conf
/linux-4.1.27/arch/mips/include/asm/octeon/
H A Dcvmx-pci-defs.h287 uint32_t ht:8; member in struct:cvmx_pci_cfg03::cvmx_pci_cfg03_s
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
H A Ddispc.c3111 unsigned long ht, vt; dispc_mgr_set_timings() local
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/
H A Dhal.h1620 u8 ht; member in struct:wcn36xx_hal_config_bss_params
1757 u8 ht; member in struct:wcn36xx_hal_config_bss_params_v1

Completed in 2479 milliseconds