Home
last modified time | relevance | path

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

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