Home
last modified time | relevance | path

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

/kernel/sched/
Disolation.c15 static unsigned int housekeeping_flags; variable
19 return !!(housekeeping_flags & flags); in housekeeping_enabled()
28 if (housekeeping_flags & flags) { in housekeeping_any_cpu()
43 if (housekeeping_flags & flags) in housekeeping_cpumask()
52 if (housekeeping_flags & flags) in housekeeping_affine()
60 if (housekeeping_flags & flags) in housekeeping_test_cpu()
68 if (!housekeeping_flags) in housekeeping_init()
73 if (housekeeping_flags & HK_FLAG_TICK) in housekeeping_init()
95 if (!housekeeping_flags) { in housekeeping_setup()
121 if ((flags & HK_FLAG_TICK) && !(housekeeping_flags & HK_FLAG_TICK)) { in housekeeping_setup()
[all …]