Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/sched/
Disolation.h8 enum hk_flags { enum
20 extern int housekeeping_any_cpu(enum hk_flags flags);
21 extern const struct cpumask *housekeeping_cpumask(enum hk_flags flags);
22 extern void housekeeping_affine(struct task_struct *t, enum hk_flags flags);
23 extern bool housekeeping_test_cpu(int cpu, enum hk_flags flags);
28 static inline int housekeeping_any_cpu(enum hk_flags flags) in housekeeping_any_cpu()
33 static inline const struct cpumask *housekeeping_cpumask(enum hk_flags flags) in housekeeping_cpumask()
39 enum hk_flags flags) { } in housekeeping_affine()
43 static inline bool housekeeping_cpu(int cpu, enum hk_flags flags) in housekeeping_cpu()
/Linux-v4.19/kernel/sched/
Disolation.c16 int housekeeping_any_cpu(enum hk_flags flags) in housekeeping_any_cpu()
25 const struct cpumask *housekeeping_cpumask(enum hk_flags flags) in housekeeping_cpumask()
34 void housekeeping_affine(struct task_struct *t, enum hk_flags flags) in housekeeping_affine()
42 bool housekeeping_test_cpu(int cpu, enum hk_flags flags) in housekeeping_test_cpu()
65 static int __init housekeeping_setup(char *str, enum hk_flags flags) in housekeeping_setup()
/Linux-v4.19/kernel/
Dworkqueue.c5690 int hk_flags = HK_FLAG_DOMAIN | HK_FLAG_WQ; in workqueue_init_early() local
5696 cpumask_copy(wq_unbound_cpumask, housekeeping_cpumask(hk_flags)); in workqueue_init_early()