Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/time/
Dtick-common.c474 static unsigned int tick_freeze_depth; variable
489 tick_freeze_depth++; in tick_freeze()
490 if (tick_freeze_depth == num_online_cpus()) { in tick_freeze()
514 if (tick_freeze_depth == num_online_cpus()) { in tick_unfreeze()
522 tick_freeze_depth--; in tick_unfreeze()