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

/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dalloc.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 void __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;
321 struct mlx4_zone_entry *zone, *tmp;
336 static u32 __mlx4_alloc_from_zone(struct mlx4_zone_entry *zone, int count,
342 struct mlx4_zone_entry *curr_node;
359 struct mlx4_zone_entry *i
[all...]

Completed in 214 milliseconds