Home
last modified time | relevance | path

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

/kernel/sched/
Disolation.c17 bool housekeeping_enabled(enum hk_flags flags) in housekeeping_enabled()
23 int housekeeping_any_cpu(enum hk_flags flags) in housekeeping_any_cpu()
40 const struct cpumask *housekeeping_cpumask(enum hk_flags flags) in housekeeping_cpumask()
49 void housekeeping_affine(struct task_struct *t, enum hk_flags flags) in housekeeping_affine()
57 bool housekeeping_test_cpu(int cpu, enum hk_flags flags) in housekeeping_test_cpu()
80 static int __init housekeeping_setup(char *str, enum hk_flags flags) in housekeeping_setup()
/kernel/
Dworkqueue.c6056 int hk_flags = HK_FLAG_DOMAIN | HK_FLAG_WQ; in workqueue_init_early() local
6062 cpumask_copy(wq_unbound_cpumask, housekeeping_cpumask(hk_flags)); in workqueue_init_early()