Searched refs:hk_type (Results 1 – 2 of 2) sorted by relevance
8 enum hk_type { enum41 extern int housekeeping_any_cpu(enum hk_type type);42 extern const struct cpumask *housekeeping_cpumask(enum hk_type type);43 extern bool housekeeping_enabled(enum hk_type type);44 extern void housekeeping_affine(struct task_struct *t, enum hk_type type);45 extern bool housekeeping_test_cpu(int cpu, enum hk_type type);51 static inline int housekeeping_any_cpu(enum hk_type type) in housekeeping_any_cpu()56 static inline const struct cpumask *housekeeping_cpumask(enum hk_type type) in housekeeping_cpumask()61 static inline bool housekeeping_enabled(enum hk_type type) in housekeeping_enabled()67 enum hk_type type) { } in housekeeping_affine()[all …]
33 bool housekeeping_enabled(enum hk_type type) in housekeeping_enabled() 39 static bool housekeeping_dereference_check(enum hk_type type) in housekeeping_dereference_check() 60 static inline struct cpumask *housekeeping_cpumask_dereference(enum hk_type type) in housekeeping_cpumask_dereference() 66 const struct cpumask *housekeeping_cpumask(enum hk_type type) in housekeeping_cpumask() 80 int housekeeping_any_cpu(enum hk_type type) in housekeeping_any_cpu() 106 void housekeeping_affine(struct task_struct *t, enum hk_type type) in housekeeping_affine() 114 bool housekeeping_test_cpu(int cpu, enum hk_type type) in housekeeping_test_cpu() 169 enum hk_type type; in housekeeping_init() 210 static void __init housekeeping_setup_type(enum hk_type type, in housekeeping_setup() 258 enum hk_type typ in housekeeping_setup() [all...]