Lines Matching full:enum
9 enum hk_type {
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) in housekeeping_any_cpu()
38 static inline const struct cpumask *housekeeping_cpumask(enum hk_type type) in housekeeping_cpumask()
43 static inline bool housekeeping_enabled(enum hk_type type) in housekeeping_enabled()
49 enum hk_type type) { } in housekeeping_affine()
51 static inline bool housekeeping_test_cpu(int cpu, enum hk_type type) in housekeeping_test_cpu()
59 static inline bool housekeeping_cpu(int cpu, enum hk_type type) in housekeeping_cpu()