Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/time/
Dtick-common.c444 static unsigned int tick_freeze_depth; variable
459 tick_freeze_depth++; in tick_freeze()
460 if (tick_freeze_depth == num_online_cpus()) in tick_freeze()
481 if (tick_freeze_depth == num_online_cpus()) in tick_unfreeze()
486 tick_freeze_depth--; in tick_unfreeze()