Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/sched/
Disolation.c14 static unsigned int housekeeping_flags; variable
19 if (housekeeping_flags & flags) in housekeeping_any_cpu()
28 if (housekeeping_flags & flags) in housekeeping_cpumask()
37 if (housekeeping_flags & flags) in housekeeping_affine()
45 if (housekeeping_flags & flags) in housekeeping_test_cpu()
53 if (!housekeeping_flags) in housekeeping_init()
58 if (housekeeping_flags & HK_FLAG_TICK) in housekeeping_init()
78 if (!housekeeping_flags) { in housekeeping_setup()
98 if ((flags & HK_FLAG_TICK) && !(housekeeping_flags & HK_FLAG_TICK)) { in housekeeping_setup()
109 housekeeping_flags |= flags; in housekeeping_setup()