/linux-3.3/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() 76 static struct hlist_node *drm_ht_find_key(struct drm_open_hash *ht, in drm_ht_find_key() 97 int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item) in drm_ht_insert_item() 129 int drm_ht_just_insert_please(struct drm_open_hash *ht, struct drm_hash_item *item, in drm_ht_just_insert_please() 154 int drm_ht_find_item(struct drm_open_hash *ht, unsigned long key, in drm_ht_find_item() 168 int drm_ht_remove_key(struct drm_open_hash *ht, unsigned long key) in drm_ht_remove_key() 180 int drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item) in drm_ht_remove_item() 187 void drm_ht_remove(struct drm_open_hash *ht) in drm_ht_remove()
|
/linux-3.3/net/sched/ |
D | cls_u32.c | 72 struct tc_u_knode *ht[1]; member 103 struct tc_u_hnode *ht = (struct tc_u_hnode *)tp->root; in u32_classify() local 245 struct tc_u_hnode *ht; in u32_lookup_ht() local 255 u32_lookup_key(struct tc_u_hnode *ht, u32 handle) in u32_lookup_key() 274 struct tc_u_hnode *ht; in u32_get() local 359 struct tc_u_hnode *ht = key->ht_up; in u32_delete_key() local 377 static void u32_clear_hnode(struct tcf_proto *tp, struct tc_u_hnode *ht) in u32_clear_hnode() 391 static int u32_destroy_hnode(struct tcf_proto *tp, struct tc_u_hnode *ht) in u32_destroy_hnode() 423 struct tc_u_hnode *ht; in u32_destroy() local 448 struct tc_u_hnode *ht = (struct tc_u_hnode *)arg; in u32_delete() local [all …]
|
D | cls_rsvp.h | 73 struct rsvp_session *ht[256]; member 83 struct rsvp_filter *ht[16 + 1]; member
|
D | cls_fw.c | 35 struct fw_filter *ht[HTSIZE]; member
|
D | cls_route.c | 46 struct route4_filter *ht[16 + 16 + 1]; member
|
/linux-3.3/net/netfilter/ |
D | xt_hashlimit.c | 125 hash_dst(const struct xt_hashlimit_htable *ht, const struct dsthash_dst *dst) in hash_dst() 140 dsthash_find(const struct xt_hashlimit_htable *ht, in dsthash_find() 159 dsthash_alloc_init(struct xt_hashlimit_htable *ht, in dsthash_alloc_init() 199 dsthash_free(struct xt_hashlimit_htable *ht, struct dsthash_ent *ent) in dsthash_free() 268 static bool select_all(const struct xt_hashlimit_htable *ht, in select_all() 274 static bool select_gc(const struct xt_hashlimit_htable *ht, in select_gc() 280 static void htable_selective_cleanup(struct xt_hashlimit_htable *ht, in htable_selective_cleanup() 281 bool (*select)(const struct xt_hashlimit_htable *ht, in htable_selective_cleanup() 302 struct xt_hashlimit_htable *ht = (struct xt_hashlimit_htable *)htlong; in htable_gc() local
|
/linux-3.3/drivers/gpu/drm/ttm/ |
D | ttm_object.c | 249 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; in ttm_ref_object_add() local 315 struct drm_open_hash *ht; in ttm_ref_object_release() local 335 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; in ttm_ref_object_base_unref() local
|
/linux-3.3/include/net/ |
D | raw.h | 35 struct hlist_head ht[RAW_HTABLE_SIZE]; member
|
/linux-3.3/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-3.3/drivers/staging/zcache/ |
D | tmem.c | 224 unsigned int ht, tmp; in tmem_objnode_tree_init() local 473 unsigned int ht) in tmem_objnode_node_destroy()
|
/linux-3.3/arch/mips/kernel/ |
D | ptrace.c | 216 u16 ht[NUM_WATCH_REGS]; in ptrace_set_watch_regs() local
|
D | kgdb.c | 223 struct hard_trap_info *ht; in compute_signal() local
|
/linux-3.3/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
|
/linux-3.3/arch/powerpc/kernel/ |
D | kgdb.c | 94 struct hard_trap_info *ht; in computeSignal() local
|
/linux-3.3/arch/arm/mach-pxa/ |
D | pxa27x.c | 80 int cccr_a, t, ht, b; in pxa27x_get_clk_frequency_khz() local
|
/linux-3.3/net/mac80211/ |
D | rc80211_minstrel_ht.h | 116 struct minstrel_ht_sta ht; member
|
/linux-3.3/drivers/video/matrox/ |
D | matroxfb_misc.c | 191 unsigned int hd, hs, he, hbe, ht; in matroxfb_vgaHWinit() local
|
/linux-3.3/drivers/video/ |
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
|
/linux-3.3/drivers/video/mb862xx/ |
D | mb862xxfbdrv.c | 447 unsigned long hsp, vsp, ht, vt; in mb862xxfb_init_fbinfo() local
|
/linux-3.3/arch/powerpc/platforms/maple/ |
D | pci.c | 574 struct device_node *ht = NULL; in maple_pci_init() local
|
/linux-3.3/drivers/net/wireless/b43/ |
D | phy_common.h | 222 struct b43_phy_ht *ht; member
|
/linux-3.3/drivers/video/mbx/ |
D | mbxfb.c | 238 ushort hbps, ht, hfps, has; in mbxfb_set_par() local
|
/linux-3.3/drivers/video/intelfb/ |
D | intelfbhw.c | 1053 u32 *vs, *vb, *vt, *hs, *hb, *ht, *ss, *pipe_conf; in intelfbhw_mode_to_hw() local 1286 const u32 *hs, *ht, *hb, *vs, *vt, *vb, *ss; in intelfbhw_program_mode() local
|
/linux-3.3/drivers/block/aoe/ |
D | aoecmd.c | 441 struct aoetgt *ht = *d->htgt; in sthtith() local
|