Searched refs:stack_cache_actsize (Results 1 – 2 of 2) sorted by relevance
103 static size_t stack_cache_actsize; variable222 stack_cache_actsize -= result->stackblock_size; in get_cached_stack()270 stack_cache_actsize -= curr->stackblock_size; in __free_stacks()281 if (stack_cache_actsize <= limit) in __free_stacks()299 stack_cache_actsize += stack->stackblock_size; in queue_stack()300 if (__builtin_expect (stack_cache_actsize > stack_cache_maxsize, 0)) in queue_stack()836 stack_cache_actsize += curp->stackblock_size; in __reclaim_stacks()
10944 size of the stacks to stack_cache_actsize.
Completed in 14 milliseconds