Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/sched/
Disolation.c58 if (housekeeping_flags & HK_FLAG_TICK) in housekeeping_init()
98 if ((flags & HK_FLAG_TICK) && !(housekeeping_flags & HK_FLAG_TICK)) { in housekeeping_setup()
120 flags = HK_FLAG_TICK | HK_FLAG_WQ | HK_FLAG_TIMER | HK_FLAG_RCU | HK_FLAG_MISC; in housekeeping_nohz_full_setup()
133 flags |= HK_FLAG_TICK; in housekeeping_isolcpus_setup()
Dcore.c3124 if (housekeeping_cpu(cpu, HK_FLAG_TICK)) in sched_tick_start()
3140 if (housekeeping_cpu(cpu, HK_FLAG_TICK)) in sched_tick_stop()
/Linux-v4.19/include/linux/sched/
Disolation.h13 HK_FLAG_TICK = (1 << 4), enumerator