Symbol: hlist_head
lib/libpmc/pmu-events/list.h
302
#define HLIST_HEAD(name) struct hlist_head name = HLIST_HEAD_INIT
lib/libpmc/pmu-events/list.h
318
hlist_empty(const struct hlist_head *h)
lib/libpmc/pmu-events/list.h
344
hlist_add_head(struct hlist_node *n, struct hlist_head *h)
lib/libpmc/pmu-events/list.h
376
hlist_move_list(struct hlist_head *old, struct hlist_head *new)
sys/compat/linuxkpi/common/include/linux/list.h
349
#define HLIST_HEAD(name) struct hlist_head name = HLIST_HEAD_INIT
sys/compat/linuxkpi/common/include/linux/list.h
365
hlist_empty(const struct hlist_head *h)
sys/compat/linuxkpi/common/include/linux/list.h
391
hlist_add_head(struct hlist_node *n, struct hlist_head *h)
sys/compat/linuxkpi/common/include/linux/list.h
424
hlist_move_list(struct hlist_head *old, struct hlist_head *new)
sys/compat/linuxkpi/common/include/linux/rculist.h
127
hlist_add_head_rcu(struct hlist_node *n, struct hlist_head *h)
sys/dev/drm2/drm_linux_list.h
190
#define HLIST_HEAD(name) struct hlist_head name = HLIST_HEAD_INIT
sys/dev/drm2/drm_linux_list.h
206
hlist_empty(const struct hlist_head *h)
sys/dev/drm2/drm_linux_list.h
232
hlist_add_head(struct hlist_node *n, struct hlist_head *h)
sys/dev/drm2/drm_linux_list.h
264
hlist_move_list(struct hlist_head *old, struct hlist_head *new)
sys/dev/irdma/osdep.h
62
#define DECLARE_HASHTABLE(n, b) struct hlist_head (n)[1 << (b)]
sys/dev/mlx4/mlx4_en/en.h
644
struct hlist_head filter_hash[1 << MLX4_EN_FILTER_HASH_SHIFT];
sys/dev/mlx4/mlx4_en/mlx4_en_netdev.c
203
static inline struct hlist_head *
sys/dev/mlx5/mlx5_core/eswitch.h
102
struct hlist_head uc_list[MLX5_L2_ADDR_HASH_SIZE];
sys/dev/mlx5/mlx5_core/eswitch.h
103
struct hlist_head mc_list[MLX5_L2_ADDR_HASH_SIZE];
sys/dev/mlx5/mlx5_core/eswitch.h
122
struct hlist_head l2_hash[MLX5_L2_ADDR_HASH_SIZE];
sys/dev/mlx5/mlx5_core/eswitch.h
136
struct hlist_head mc_table[MLX5_L2_ADDR_HASH_SIZE];
sys/dev/mlx5/mlx5_core/mlx5_eswitch.c
344
struct hlist_head *hash = esw->l2_table.l2_hash;
sys/dev/mlx5/mlx5_core/mlx5_eswitch.c
380
struct hlist_head *hash = esw->l2_table.l2_hash;
sys/dev/mlx5/mlx5_core/mlx5_eswitch.c
405
struct hlist_head *hash = esw->mc_table;
sys/dev/mlx5/mlx5_core/mlx5_eswitch.c
436
struct hlist_head *hash = esw->mc_table;
sys/dev/mlx5/mlx5_core/mlx5_eswitch.c
477
struct hlist_head *hash;
sys/dev/mlx5/mlx5_core/mlx5_eswitch.c
511
struct hlist_head *hash;
sys/ofed/drivers/infiniband/core/ib_cma.c
201
struct hlist_head owners;
sys/ofed/drivers/infiniband/core/ib_fmr_pool.c
122
struct hlist_head *bucket;
sys/ofed/drivers/infiniband/core/ib_fmr_pool.c
96
struct hlist_head *cache_bucket;