Home
last modified time | relevance | path

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

/kernel/sched/
Disolation.c16 HK_FLAG_TICK = BIT(HK_TYPE_TICK), enumerator
91 if (housekeeping.flags & HK_FLAG_TICK) in housekeeping_init()
114 if ((flags & HK_FLAG_TICK) && !(housekeeping.flags & HK_FLAG_TICK)) { in housekeeping_setup()
166 if ((flags & HK_FLAG_TICK) && !(housekeeping.flags & HK_FLAG_TICK)) in housekeeping_setup()
184 flags = HK_FLAG_TICK | HK_FLAG_WQ | HK_FLAG_TIMER | HK_FLAG_RCU | in housekeeping_nohz_full_setup()
201 flags |= HK_FLAG_TICK; in housekeeping_isolcpus_setup()