Searched defs:ht (Results 1 – 25 of 38) sorted by relevance
12
/openbmc/qemu/util/ |
H A D | qht.c | 110 static inline void qht_lock(struct qht *ht) in qht_lock() 119 static inline int qht_trylock(struct qht *ht) in qht_trylock() 128 static inline void qht_unlock(struct qht *ht) in qht_unlock() 338 static inline bool qht_map_is_stale__locked(const struct qht *ht, in qht_map_is_stale__locked() 352 void qht_map_lock_buckets__no_stale(struct qht *ht, struct qht_map **pmap) in qht_map_lock_buckets__no_stale() 381 struct qht_bucket *qht_bucket_lock__no_stale(struct qht *ht, uint32_t hash, in qht_bucket_lock__no_stale() 464 void qht_init(struct qht *ht, qht_cmp_func_t cmp, size_t n_elems, in qht_init() 479 void qht_destroy(struct qht *ht) in qht_destroy() 516 void qht_reset(struct qht *ht) in qht_reset() 525 static inline void qht_do_resize(struct qht *ht, struct qht_map *new) in qht_do_resize() [all …]
|
H A D | qsp.c | 94 struct qht ht; member 289 qsp_entry_create(struct qht *ht, const QSPEntry *entry, uint32_t hash) in qsp_entry_create() 307 qsp_entry_find(struct qht *ht, const QSPEntry *entry, uint32_t hash) in qsp_entry_find() 530 struct qht *ht = up; in qsp_aggregate() local 547 struct qht *ht = htp; in qsp_iter_diff() local 577 struct qht *ht = htp; in qsp_iter_callsite_coalesce() local 601 struct qht ht, coalesce_ht; in qsp_mktree() local
|
/openbmc/linux/kernel/ |
D | smpboot.c |
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
D | act_stats.c |
|
/openbmc/linux/net/netfilter/ |
D | xt_hashlimit.c |
|
/openbmc/linux/tools/include/linux/ |
D | hashtable.h |
|
/openbmc/linux/include/linux/ |
D | hashtable.h |
|
/openbmc/linux/drivers/gpu/drm/i2c/ |
D | ch7006_mode.c |
|
/openbmc/linux/include/net/ |
D | raw.h |
|
/openbmc/u-boot/arch/powerpc/lib/ |
H A D | kgdb.c | 70 struct hard_trap_info *ht; in computeSignal() local
|
/openbmc/linux/arch/mips/kernel/ |
D | kgdb.c |
|
D | ptrace.c |
|
/openbmc/linux/drivers/clk/pxa/ |
D | clk-pxa27x.c |
|
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/ |
D | 4965-debug.c |
|
/openbmc/qemu/tests/unit/ |
H A D | test-qht.c | 13 static struct qht ht; variable
|
/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/ |
D | eeprom.h |
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x0/ |
D | phy.h |
|
/openbmc/linux/drivers/video/fbdev/matrox/ |
D | matroxfb_misc.c |
|
/openbmc/linux/drivers/video/fbdev/ |
D | asiliantfb.c |
|
/openbmc/qemu/tests/bench/ |
H A D | qht-bench.c | 40 static struct qht ht; variable
|
/openbmc/linux/drivers/net/wireless/broadcom/b43/ |
D | phy_common.h |
|
/openbmc/linux/drivers/media/pci/zoran/ |
D | videocodec.h |
|
/openbmc/qemu/hw/9pfs/ |
H A D | 9p.c | 796 static void qp_table_destroy(struct qht *ht) in qp_table_destroy() 805 static void qpd_table_init(struct qht *ht) in qpd_table_init() 810 static void qpp_table_init(struct qht *ht) in qpp_table_init() 815 static void qpf_table_init(struct qht *ht) in qpf_table_init()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
D | mt76x02.h |
|
/openbmc/linux/drivers/net/wireless/ti/wl18xx/ |
D | conf.h |
|
12