/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | eswitch.h | 102 struct hlist_head uc_list[MLX5_L2_ADDR_HASH_SIZE]; 103 struct hlist_head mc_list[MLX5_L2_ADDR_HASH_SIZE]; 122 struct hlist_head l2_hash[MLX5_L2_ADDR_HASH_SIZE]; 136 struct hlist_head mc_table[MLX5_L2_ADDR_HASH_SIZE];
|
H A D | mlx5_eswitch.c | 344 struct hlist_head *hash = esw->l2_table.l2_hash; 380 struct hlist_head *hash = esw->l2_table.l2_hash; 405 struct hlist_head *hash = esw->mc_table; 436 struct hlist_head *hash = esw->mc_table; 477 struct hlist_head *hash; in esw_apply_vport_addr_list() 511 struct hlist_head *hash; in esw_update_vport_addr_list()
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | ccompat.h | 35 struct hlist_head { struct 56 hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head() argument 74 #define HLIST_HEAD(name) struct hlist_head name = HLIST_HEAD_INIT
|
/freebsd/sys/dev/drm2/ |
H A D | drm_linux_list.h | 181 struct hlist_head { struct 190 #define HLIST_HEAD(name) struct hlist_head name = HLIST_HEAD_INIT argument 206 hlist_empty(const struct hlist_head *h) in hlist_empty() 232 hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head() 264 hlist_move_list(struct hlist_head *old, struct hlist_head *new) in hlist_move_list()
|
/freebsd/lib/libpmc/pmu-events/ |
H A D | list.h | 293 struct hlist_head { struct 302 #define HLIST_HEAD(name) struct hlist_head name = HLIST_HEAD_INIT argument 318 hlist_empty(const struct hlist_head *h) in hlist_empty() 344 hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head() 376 hlist_move_list(struct hlist_head *old, struct hlist_head *new) in hlist_move_list()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | list.h | 336 struct hlist_head { struct 344 #define HLIST_HEAD(name) struct hlist_head name = HLIST_HEAD_INIT argument 360 hlist_empty(const struct hlist_head *h) in hlist_empty() 386 hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head() 419 hlist_move_list(struct hlist_head *old, struct hlist_head *new) in hlist_move_list()
|
H A D | rculist.h | 127 hlist_add_head_rcu(struct hlist_node *n, struct hlist_head *h) in hlist_add_head_rcu()
|
/freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
H A D | spl-kmem.c | 371 static struct hlist_head kmem_table[KMEM_TABLE_SIZE]; 375 kmem_del_init(spinlock_t *lock, struct hlist_head *table, 378 struct hlist_head *head;
|
H A D | spl-tsd.c | 68 struct hlist_head hb_head; 128 tsd_hash_dtor(struct hlist_head *work) in tsd_hash_dtor()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | zvol_impl.h | 65 extern struct hlist_head *zvol_htable;
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_fmr_pool.c | 96 struct hlist_head *cache_bucket; 122 struct hlist_head *bucket; in ib_fmr_cache_lookup()
|
H A D | ib_cma.c | 201 struct hlist_head owners;
|
/freebsd/contrib/ofed/libirdma/ |
H A D | osdep.h | 55 #define DECLARE_HASHTABLE(n, b) struct hlist_head (n)[1 << (b)]
|
/freebsd/sys/dev/irdma/ |
H A D | osdep.h | 62 #define DECLARE_HASHTABLE(n, b) struct hlist_head (n)[1 << (b)]
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zvol.c | 93 struct hlist_head *zvol_htable; 1742 zvol_htable = kmem_alloc(ZVOL_HT_SIZE * sizeof (struct hlist_head), in zvol_init_impl() 1763 kmem_free(zvol_htable, ZVOL_HT_SIZE * sizeof (struct hlist_head)); in zvol_fini_impl()
|
/freebsd/sys/dev/mlx4/mlx4_en/ |
H A D | en.h | 644 struct hlist_head filter_hash[1 << MLX4_EN_FILTER_HASH_SHIFT];
|
H A D | mlx4_en_netdev.c | 203 static inline struct hlist_head *
|