Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dstack.c301 static unsigned int stack_collect_tick, last_stack_tick; variable
312 if (stack_collect_tick != last_stack_tick) { in stack_collect()
352 last_stack_tick = stack_collect_tick; in stack_collect()
386 stack_collect_tick++; in compute_stack_target()