Searched full:free_stacks (Results 1 – 1 of 1) sorted by relevance
75 static __guarded_by(&pool_lock) LIST_HEAD(free_stacks);403 if (list_empty(&free_stacks)) in depot_pop_free()412 stack = list_first_entry(&free_stacks, struct stack_record, free_list); in depot_pop_free()558 list_add_tail(&stack->free_list, &free_stacks); in depot_free_stack()