Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dstack.c82 struct stack_cache { struct
86 static struct stack_cache PERCPU_DATA(stack_cache); argument
242 struct stack_cache *cache; in stack_free_stack()
251 cache = PERCPU_GET(stack_cache); in stack_free_stack()
283 struct stack_cache *cache; in stack_alloc_try()
286 cache = PERCPU_GET(stack_cache); in stack_alloc_try()