Searched refs:hk_type (Results 1 - 2 of 2) sorted by last modified time

/linux-master/kernel/sched/
H A Disolation.c33 bool housekeeping_enabled(enum hk_type type)
39 int housekeeping_any_cpu(enum hk_type type)
65 const struct cpumask *housekeeping_cpumask(enum hk_type type)
74 void housekeeping_affine(struct task_struct *t, enum hk_type type)
82 bool housekeeping_test_cpu(int cpu, enum hk_type type)
93 enum hk_type type;
109 static void __init housekeeping_setup_type(enum hk_type type,
157 enum hk_type type;
163 enum hk_type type;
/linux-master/include/linux/sched/
H A Disolation.h9 enum hk_type { enum
24 extern int housekeeping_any_cpu(enum hk_type type);
25 extern const struct cpumask *housekeeping_cpumask(enum hk_type type);
26 extern bool housekeeping_enabled(enum hk_type type);
27 extern void housekeeping_affine(struct task_struct *t, enum hk_type type);
28 extern bool housekeeping_test_cpu(int cpu, enum hk_type type);
33 static inline int housekeeping_any_cpu(enum hk_type type)
38 static inline const struct cpumask *housekeeping_cpumask(enum hk_type type)
43 static inline bool housekeeping_enabled(enum hk_type type)
49 enum hk_type typ
[all...]

Completed in 237 milliseconds