Searched refs:hlist_head (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Deswitch.h102 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 Dmlx5_eswitch.c345 struct hlist_head *hash = esw->l2_table.l2_hash;
381 struct hlist_head *hash = esw->l2_table.l2_hash;
408 struct hlist_head *hash = esw->mc_table;
439 struct hlist_head *hash = esw->mc_table;
483 struct hlist_head *hash;
517 struct hlist_head *hash;
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_linux_list.h183 struct hlist_head { struct
192 #define HLIST_HEAD(name) struct hlist_head name = HLIST_HEAD_INIT
208 hlist_empty(const struct hlist_head *h)
234 hlist_add_head(struct hlist_node *n, struct hlist_head *h)
266 hlist_move_list(struct hlist_head *old, struct hlist_head *new)
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dlist.h328 struct hlist_head { struct
337 #define HLIST_HEAD(name) struct hlist_head name = HLIST_HEAD_INIT
353 hlist_empty(const struct hlist_head *h)
379 hlist_add_head(struct hlist_node *n, struct hlist_head *h)
412 hlist_move_list(struct hlist_head *old, struct hlist_head *new)
H A Drculist.h121 hlist_add_head_rcu(struct hlist_node *n, struct hlist_head *h)
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_gem_execbuffer.c42 struct hlist_head buckets[0];
49 int count = PAGE_SIZE / sizeof(struct hlist_head) / 2;
50 BUILD_BUG_ON_NOT_POWER_OF_2(PAGE_SIZE / sizeof(struct hlist_head));
53 eb = malloc(count*sizeof(struct hlist_head) +
66 memset(eb->buckets, 0, (eb->and+1)*sizeof(struct hlist_head));
79 struct hlist_head *head;
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_fmr_pool.c98 struct hlist_head *cache_bucket;
124 struct hlist_head *bucket;
H A Dib_cma.c178 struct hlist_head owners;
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Den.h636 struct hlist_head filter_hash[1 << MLX4_EN_FILTER_HASH_SHIFT];
H A Dmlx4_en_netdev.c200 static inline struct hlist_head *

Completed in 216 milliseconds