Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Disolation.h9 enum hk_type { enum
29 extern int housekeeping_any_cpu(enum hk_type type);
30 extern const struct cpumask *housekeeping_cpumask(enum hk_type type);
31 extern bool housekeeping_enabled(enum hk_type type);
32 extern void housekeeping_affine(struct task_struct *t, enum hk_type type);
33 extern bool housekeeping_test_cpu(int cpu, enum hk_type type);
38 static inline int housekeeping_any_cpu(enum hk_type type) in housekeeping_any_cpu()
43 static inline const struct cpumask *housekeeping_cpumask(enum hk_type type) in housekeeping_cpumask()
48 static inline bool housekeeping_enabled(enum hk_type type) in housekeeping_enabled()
54 enum hk_type type) { } in housekeeping_affine()
[all …]
/linux/kernel/sched/
H A Disolation.c29 bool housekeeping_enabled(enum hk_type type) in housekeeping_enabled()
35 int housekeeping_any_cpu(enum hk_type type) in housekeeping_any_cpu()
61 const struct cpumask *housekeeping_cpumask(enum hk_type type) in housekeeping_cpumask()
70 void housekeeping_affine(struct task_struct *t, enum hk_type type) in housekeeping_affine()
78 bool housekeeping_test_cpu(int cpu, enum hk_type type) in housekeeping_test_cpu()
89 enum hk_type type; in housekeeping_init()
105 static void __init housekeeping_setup_type(enum hk_type type, in housekeeping_setup_type()
153 enum hk_type type; in housekeeping_setup()
159 enum hk_type type; in housekeeping_setup()