Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/time/
Dtick-common.c512 static unsigned int tick_freeze_depth; variable
527 tick_freeze_depth++; in tick_freeze()
528 if (tick_freeze_depth == num_online_cpus()) { in tick_freeze()
554 if (tick_freeze_depth == num_online_cpus()) { in tick_unfreeze()
565 tick_freeze_depth--; in tick_unfreeze()