Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Disolation.c16 HK_FLAG_TICK = BIT(HK_TYPE_TICK), enumerator
91 if (housekeeping.flags & HK_FLAG_TICK) in housekeeping_init()
115 if ((flags & HK_FLAG_TICK) && !(housekeeping.flags & HK_FLAG_TICK)) { in housekeeping_setup()
171 if ((flags & HK_FLAG_TICK) && !(housekeeping.flags & HK_FLAG_TICK)) in housekeeping_setup()
189 flags = HK_FLAG_TICK | HK_FLAG_WQ | HK_FLAG_TIMER | HK_FLAG_RCU | in housekeeping_nohz_full_setup()
206 flags |= HK_FLAG_TICK; in housekeeping_isolcpus_setup()