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

/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_alloc.c212 struct mlx4_zone_entry { struct
249 struct mlx4_zone_entry *it;
250 struct mlx4_zone_entry *zone = kmalloc(sizeof(*zone), GFP_KERNEL);
285 static int __mlx4_zone_remove_one_entry(struct mlx4_zone_entry *entry)
292 struct mlx4_zone_entry *next = list_first_entry(&entry->list,
307 struct mlx4_zone_entry *it;
323 struct mlx4_zone_entry *zone, *tmp;
338 static u32 __mlx4_alloc_from_zone(struct mlx4_zone_entry *zone, int count,
344 struct mlx4_zone_entry *curr_node;
361 struct mlx4_zone_entry *i
[all...]

Completed in 190 milliseconds