Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dstack.c312 static unsigned int stack_collect_tick, last_stack_tick; variable
323 if (stack_collect_tick != last_stack_tick) { in stack_collect()
370 last_stack_tick = stack_collect_tick; in stack_collect()