/linux-4.4.14/lib/ |
D | rhashtable.c | 35 static u32 head_hashfn(struct rhashtable *ht, in head_hashfn() 45 int lockdep_rht_mutex_is_held(struct rhashtable *ht) in lockdep_rht_mutex_is_held() 63 static int alloc_bucket_locks(struct rhashtable *ht, struct bucket_table *tbl, in alloc_bucket_locks() 111 static struct bucket_table *bucket_table_alloc(struct rhashtable *ht, in bucket_table_alloc() 145 static struct bucket_table *rhashtable_last_table(struct rhashtable *ht, in rhashtable_last_table() 158 static int rhashtable_rehash_one(struct rhashtable *ht, unsigned int old_hash) in rhashtable_rehash_one() 201 static void rhashtable_rehash_chain(struct rhashtable *ht, in rhashtable_rehash_chain() 216 static int rhashtable_rehash_attach(struct rhashtable *ht, in rhashtable_rehash_attach() 242 static int rhashtable_rehash_table(struct rhashtable *ht) in rhashtable_rehash_table() 288 static int rhashtable_expand(struct rhashtable *ht) in rhashtable_expand() [all …]
|
D | test_rhashtable.c | 79 static int __init test_rht_lookup(struct rhashtable *ht) in test_rht_lookup() 114 static void test_bucket_stats(struct rhashtable *ht) in test_bucket_stats() 156 static s64 __init test_rhashtable(struct rhashtable *ht) in test_rhashtable() 217 static struct rhashtable ht; variable
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_hashtab.c | 41 int drm_ht_create(struct drm_open_hash *ht, unsigned int order) in drm_ht_create() 59 void drm_ht_verbose_list(struct drm_open_hash *ht, unsigned long key) in drm_ht_verbose_list() 73 static struct hlist_node *drm_ht_find_key(struct drm_open_hash *ht, in drm_ht_find_key() 91 static struct hlist_node *drm_ht_find_key_rcu(struct drm_open_hash *ht, in drm_ht_find_key_rcu() 109 int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item) in drm_ht_insert_item() 140 int drm_ht_just_insert_please(struct drm_open_hash *ht, struct drm_hash_item *item, in drm_ht_just_insert_please() 165 int drm_ht_find_item(struct drm_open_hash *ht, unsigned long key, in drm_ht_find_item() 179 int drm_ht_remove_key(struct drm_open_hash *ht, unsigned long key) in drm_ht_remove_key() 191 int drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item) in drm_ht_remove_item() 198 void drm_ht_remove(struct drm_open_hash *ht) in drm_ht_remove()
|
/linux-4.4.14/include/linux/ |
D | rhashtable.h | 88 struct rhashtable *ht; member 174 struct rhashtable *ht; member 181 static inline unsigned long rht_marker(const struct rhashtable *ht, u32 hash) in rht_marker() 186 #define INIT_RHT_NULLS_HEAD(ptr, ht, hash) \ argument 199 static inline void *rht_obj(const struct rhashtable *ht, in rht_obj() 212 struct rhashtable *ht, const struct bucket_table *tbl, in rht_key_hashfn() 243 struct rhashtable *ht, const struct bucket_table *tbl, in rht_head_hashfn() 260 static inline bool rht_grow_above_75(const struct rhashtable *ht, in rht_grow_above_75() 273 static inline bool rht_shrink_below_30(const struct rhashtable *ht, in rht_shrink_below_30() 286 static inline bool rht_grow_above_100(const struct rhashtable *ht, in rht_grow_above_100() [all …]
|
D | hashtable.h | 29 static inline void __hash_init(struct hlist_head *ht, unsigned int sz) in __hash_init() 76 static inline bool __hash_empty(struct hlist_head *ht, unsigned int sz) in __hash_empty()
|
/linux-4.4.14/net/sched/ |
D | cls_u32.c | 85 struct tc_u_knode __rcu *ht[1]; member 112 struct tc_u_hnode *ht = rcu_dereference_bh(tp->root); in u32_classify() local 255 struct tc_u_hnode *ht; in u32_lookup_ht() local 267 u32_lookup_key(struct tc_u_hnode *ht, u32 handle) in u32_lookup_key() 288 struct tc_u_hnode *ht; in u32_get() local 408 struct tc_u_hnode *ht = rtnl_dereference(key->ht_up); in u32_delete_key() local 427 static void u32_clear_hnode(struct tcf_proto *tp, struct tc_u_hnode *ht) in u32_clear_hnode() 442 static int u32_destroy_hnode(struct tcf_proto *tp, struct tc_u_hnode *ht) in u32_destroy_hnode() 466 static bool ht_empty(struct tc_u_hnode *ht) in ht_empty() 498 struct tc_u_hnode *ht; in u32_destroy() local [all …]
|
D | cls_rsvp.h | 73 struct rsvp_session __rcu *ht[256]; member 84 struct rsvp_filter __rcu *ht[16 + 1]; member
|
D | cls_fw.c | 36 struct fw_filter __rcu *ht[HTSIZE]; member
|
D | cls_route.c | 46 struct route4_filter __rcu *ht[16 + 16 + 1]; member
|
D | cls_flower.c | 51 struct rhashtable ht; member
|
D | sch_sfq.c | 128 sfq_index *ht; /* Hash table ('divisor' slots) */ member
|
/linux-4.4.14/kernel/ |
D | smpboot.c | 86 struct smp_hotplug_thread *ht; member 108 struct smp_hotplug_thread *ht = td->ht; in smpboot_thread_fn() local 169 __smpboot_create_thread(struct smp_hotplug_thread *ht, unsigned int cpu) in __smpboot_create_thread() 221 static void smpboot_unpark_thread(struct smp_hotplug_thread *ht, unsigned int cpu) in smpboot_unpark_thread() 240 static void smpboot_park_thread(struct smp_hotplug_thread *ht, unsigned int cpu) in smpboot_park_thread() 258 static void smpboot_destroy_threads(struct smp_hotplug_thread *ht) in smpboot_destroy_threads()
|
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_crypto.h | 68 struct cfs_crypto_hash_type *ht; in cfs_crypto_hash_type() local 81 const struct cfs_crypto_hash_type *ht; in cfs_crypto_hash_name() local 92 const struct cfs_crypto_hash_type *ht; in cfs_crypto_hash_digestsize() local
|
/linux-4.4.14/net/netfilter/ |
D | xt_hashlimit.c | 127 hash_dst(const struct xt_hashlimit_htable *ht, const struct dsthash_dst *dst) in hash_dst() 142 dsthash_find(const struct xt_hashlimit_htable *ht, in dsthash_find() 160 dsthash_alloc_init(struct xt_hashlimit_htable *ht, in dsthash_alloc_init() 210 dsthash_free(struct xt_hashlimit_htable *ht, struct dsthash_ent *ent) in dsthash_free() 285 static bool select_all(const struct xt_hashlimit_htable *ht, in select_all() 291 static bool select_gc(const struct xt_hashlimit_htable *ht, in select_gc() 297 static void htable_selective_cleanup(struct xt_hashlimit_htable *ht, in htable_selective_cleanup() 298 bool (*select)(const struct xt_hashlimit_htable *ht, in htable_selective_cleanup() 319 struct xt_hashlimit_htable *ht; in htable_gc() local 792 const struct xt_hashlimit_htable *ht = s->private; in dl_seq_real_show() local
|
D | nft_hash.c | 28 struct rhashtable ht; member
|
/linux-4.4.14/drivers/gpu/drm/ttm/ |
D | ttm_object.c | 234 struct drm_open_hash *ht = &tfile->ref_hash[TTM_REF_USAGE]; in ttm_base_object_lookup() local 256 struct drm_open_hash *ht = &tdev->object_hash; in ttm_base_object_lookup_for_ref() local 286 struct drm_open_hash *ht = &tfile->ref_hash[TTM_REF_USAGE]; in ttm_ref_object_exists() local 323 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; in ttm_ref_object_add() local 393 struct drm_open_hash *ht; in ttm_ref_object_release() local 413 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; in ttm_ref_object_base_unref() local
|
/linux-4.4.14/net/hsr/ |
D | hsr_main.h | 71 static inline u16 get_hsr_tag_path(struct hsr_tag *ht) in get_hsr_tag_path() 76 static inline u16 get_hsr_tag_LSDU_size(struct hsr_tag *ht) in get_hsr_tag_LSDU_size() 81 static inline void set_hsr_tag_path(struct hsr_tag *ht, u16 path) in set_hsr_tag_path() 87 static inline void set_hsr_tag_LSDU_size(struct hsr_tag *ht, u16 LSDU_size) in set_hsr_tag_LSDU_size()
|
/linux-4.4.14/drivers/clk/pxa/ |
D | clk-pxa27x.c | 152 unsigned int t, ht; in clk_pxa27x_cpll_get_rate() local 224 unsigned int t, ht, b, osc_forced; in clk_pxa27x_core_get_rate() local 244 unsigned int t, ht, b, osc_forced; in clk_pxa27x_core_get_parent() local
|
/linux-4.4.14/drivers/md/ |
D | dm-cache-policy-smq.c | 563 static int h_init(struct hash_table *ht, struct entry_space *es, unsigned nr_entries) in h_init() 581 static void h_exit(struct hash_table *ht) in h_exit() 586 static struct entry *h_head(struct hash_table *ht, unsigned bucket) in h_head() 591 static struct entry *h_next(struct hash_table *ht, struct entry *e) in h_next() 596 static void __h_insert(struct hash_table *ht, unsigned bucket, struct entry *e) in __h_insert() 602 static void h_insert(struct hash_table *ht, struct entry *e) in h_insert() 608 static struct entry *__h_lookup(struct hash_table *ht, unsigned h, dm_oblock_t oblock, in __h_lookup() 624 static void __h_unlink(struct hash_table *ht, unsigned h, in __h_unlink() 636 static struct entry *h_lookup(struct hash_table *ht, dm_oblock_t oblock) in h_lookup() 654 static void h_remove(struct hash_table *ht, struct entry *e) in h_remove()
|
/linux-4.4.14/include/net/ |
D | raw.h | 35 struct hlist_head ht[RAW_HTABLE_SIZE]; member
|
/linux-4.4.14/drivers/gpu/drm/i2c/ |
D | ch7006_mode.c | 105 #define __MODE(f, hd, vd, ht, vt, hsynp, vsynp, \ argument 135 #define MODE(f, hd, vd, ht, vt, hsynp, vsynp, \ argument
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_rx.c | 148 int ht = (cht & CQE_RSS_HTYPE_L4) ? PKT_HASH_TYPE_L4 : in mlx5e_skb_set_hash() local
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-designware-platdrv.c | 142 u32 clk_freq, ht = 0; in dw_i2c_plat_probe() local
|
/linux-4.4.14/net/netlink/ |
D | diag.c | 106 struct rhashtable *ht = &tbl->hash; in __netlink_diag_dump() local
|
/linux-4.4.14/arch/mips/kernel/ |
D | kgdb.c | 231 struct hard_trap_info *ht; in compute_signal() local
|
D | ptrace.c | 244 u16 ht[NUM_WATCH_REGS]; in ptrace_set_watch_regs() local
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
D | 4965-debug.c | 74 struct stats_rx_ht_phy *ht, *accum_ht, *delta_ht, *max_ht; in il4965_ucode_rx_stats_read() local
|
D | common.h | 1233 } ht; member
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | kgdb.c | 95 struct hard_trap_info *ht; in computeSignal() local
|
/linux-4.4.14/net/mac80211/ |
D | rc80211_minstrel_ht.h | 110 struct minstrel_ht_sta ht; member
|
/linux-4.4.14/drivers/net/wireless/mediatek/mt7601u/ |
D | eeprom.h | 93 struct power_per_rate ht[4]; member
|
/linux-4.4.14/drivers/video/fbdev/matrox/ |
D | matroxfb_misc.c | 191 unsigned int hd, hs, he, hbe, ht; in matroxfb_vgaHWinit() local
|
D | matroxfb_maven.c | 722 static int maven_find_exact_clocks(unsigned int ht, unsigned int vt, in maven_find_exact_clocks()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | asiliantfb.c | 179 unsigned ht = (p->var.left_margin + p->var.xres + p->var.right_margin + p->var.hsync_len) / 8; in asiliant_set_timing() local
|
D | jz4740_fb.c | 358 uint16_t ht, vt; in jzfb_set_par() local
|
D | tdfxfb.c | 549 u32 hd, hs, he, ht, hbs, hbe; in tdfxfb_set_par() local
|
D | imsttfb.c | 310 __u16 hes, heb, hsb, ht, ves, veb, vsb, vt, vil; member
|
/linux-4.4.14/drivers/net/wireless/ti/wl18xx/ |
D | conf.h | 134 struct wl18xx_ht_settings ht; member
|
/linux-4.4.14/drivers/video/fbdev/mb862xx/ |
D | mb862xxfbdrv.c | 449 unsigned long hsp, vsp, ht, vt; in mb862xxfb_init_fbinfo() local
|
/linux-4.4.14/arch/powerpc/platforms/maple/ |
D | pci.c | 574 struct device_node *ht = NULL; in maple_pci_init() local
|
/linux-4.4.14/include/drm/ |
D | drm_modes.h | 83 #define DRM_MODE(nm, t, c, hd, hss, hse, ht, hsk, vd, vss, vse, vt, vs, f) \ argument
|
/linux-4.4.14/drivers/net/wireless/b43/ |
D | phy_common.h | 222 struct b43_phy_ht *ht; member
|
/linux-4.4.14/drivers/video/fbdev/mbx/ |
D | mbxfb.c | 237 ushort hbps, ht, hfps, has; in mbxfb_set_par() local
|
/linux-4.4.14/drivers/video/fbdev/intelfb/ |
D | intelfbhw.c | 1053 u32 *vs, *vb, *vt, *hs, *hb, *ht, *ss, *pipe_conf; in intelfbhw_mode_to_hw() local 1285 const u32 *hs, *ht, *hb, *vs, *vt, *vb, *ss; in intelfbhw_program_mode() local
|
/linux-4.4.14/arch/powerpc/platforms/powermac/ |
D | pci.c | 884 struct device_node *ht = NULL; in pmac_pci_init() local
|
/linux-4.4.14/net/decnet/ |
D | dn_table.c | 144 struct dn_fib_node **ht, **old_ht; in dn_rehash_zone() local
|
/linux-4.4.14/drivers/staging/speakup/ |
D | spk_types.h | 78 struct spk_highlight_color_track ht; member
|
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
D | rt2x00queue.h | 323 } ht; member
|
D | rt2x00.h | 416 struct ieee80211_sta_ht_cap ht; member
|
/linux-4.4.14/drivers/gpu/drm/ast/ |
D | ast_drv.h | 281 u32 ht; member
|
/linux-4.4.14/tools/perf/util/ |
D | auxtrace.c | 1296 struct hlist_head *ht; in auxtrace_cache__new() local
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | debugfs.c | 668 struct mvm_statistics_rx_ht_phy *ht; in iwl_dbgfs_fw_rx_stats_read() local
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | rtllib_rx.c | 2040 struct bss_ht *ht = &network->bssht; in rtllib_parse_mfie_ht_cap() local
|
/linux-4.4.14/net/netfilter/ipset/ |
D | ip_set_hash_gen.h | 641 struct hbucket *ht; in mtype_resize() local
|
/linux-4.4.14/fs/gfs2/ |
D | dir.c | 1892 char *ht; in leaf_dealloc() local
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
D | debugfs.c | 726 struct statistics_rx_ht_phy *ht, *accum_ht, *delta_ht, *max_ht; in iwl_dbgfs_ucode_rx_stats_read() local
|
D | dev.h | 537 } ht; member
|
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
D | conf.h | 1385 struct conf_ht_setting ht; member
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | cfg80211.c | 3855 bool band_2gig = false, band_5gig = false, ht = false; in ath6kl_cfg80211_init() local
|
/linux-4.4.14/drivers/net/wireless/realtek/rtl8xxxu/ |
D | rtl8xxxu.c | 1373 bool ht = true; in rtl8723au_config_channel() local
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | dispc.c | 3193 unsigned long ht, vt; in dispc_mgr_set_timings() local
|
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/ |
D | hal.h | 1620 u8 ht; member 1757 u8 ht; member
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | chip.c | 8876 int ht; in request_msix_irqs() local
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-pci-defs.h | 287 uint32_t ht:8; member
|