Searched refs:spare_stack (Results 1 – 1 of 1) sorted by relevance
196 struct stack *spare_stack; in _thr_stack_alloc() local227 LIST_REMOVE(spare_stack, qe); in _thr_stack_alloc()237 LIST_FOREACH(spare_stack, &mstackq, qe) { in _thr_stack_alloc()238 if (spare_stack->stacksize == stacksize && in _thr_stack_alloc()239 spare_stack->guardsize == guardsize) { in _thr_stack_alloc()240 LIST_REMOVE(spare_stack, qe); in _thr_stack_alloc()299 struct stack *spare_stack; in _thr_stack_free() local303 spare_stack = (struct stack *) in _thr_stack_free()308 spare_stack->stackaddr = attr->stackaddr_attr; in _thr_stack_free()313 LIST_INSERT_HEAD(&dstackq, spare_stack, qe); in _thr_stack_free()[all …]