Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/mlx4/mlx4_core/
H A Dmlx4_alloc.c214 struct list_head prio_list; member
269 list_for_each_entry(it, &zone_alloc->prios, prio_list) in mlx4_zone_add_one()
274 list_add_tail(&zone->prio_list, &it->prio_list); in mlx4_zone_add_one()
289 if (!list_empty(&entry->prio_list)) { in __mlx4_zone_remove_one_entry()
297 list_add_tail(&next->prio_list, &entry->prio_list); in __mlx4_zone_remove_one_entry()
300 list_del(&entry->prio_list); in __mlx4_zone_remove_one_entry()
309 list_for_each_entry(it, &zone_alloc->prios, prio_list) { in __mlx4_zone_remove_one_entry()
329 list_del(&zone->prio_list); in mlx4_zone_allocator_destroy()
395 if (list_is_last(&curr_node->prio_list, &zone_alloc->prios)) in __mlx4_alloc_from_zone()
398 curr_node = list_first_entry(&curr_node->prio_list, in __mlx4_alloc_from_zone()
[all …]