Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/sched/
Disolation.c73 if (housekeeping_flags & HK_FLAG_TICK) in housekeeping_init()
121 if ((flags & HK_FLAG_TICK) && !(housekeeping_flags & HK_FLAG_TICK)) { in housekeeping_setup()
143 flags = HK_FLAG_TICK | HK_FLAG_WQ | HK_FLAG_TIMER | HK_FLAG_RCU | HK_FLAG_MISC; in housekeeping_nohz_full_setup()
156 flags |= HK_FLAG_TICK; in housekeeping_isolcpus_setup()
Dcore.c3709 if (housekeeping_cpu(cpu, HK_FLAG_TICK)) in sched_tick_start()
3730 if (housekeeping_cpu(cpu, HK_FLAG_TICK)) in sched_tick_stop()
/Linux-v5.4/include/linux/sched/
Disolation.h13 HK_FLAG_TICK = (1 << 4), enumerator