Searched refs:hk_type (Results 1 – 3 of 3) sorted by relevance
8 enum hk_type { enum37 extern int housekeeping_any_cpu(enum hk_type type);38 extern const struct cpumask *housekeeping_cpumask(enum hk_type type);39 extern bool housekeeping_enabled(enum hk_type type);40 extern void housekeeping_affine(struct task_struct *t, enum hk_type type);41 extern bool housekeeping_test_cpu(int cpu, enum hk_type type);47 static inline int housekeeping_any_cpu(enum hk_type type) in housekeeping_any_cpu()52 static inline const struct cpumask *housekeeping_cpumask(enum hk_type type) in housekeeping_cpumask()57 static inline bool housekeeping_enabled(enum hk_type type) in housekeeping_enabled()63 enum hk_type type) { } in housekeeping_affine()[all …]
31 bool housekeeping_enabled(enum hk_type type) in housekeeping_enabled()37 static bool housekeeping_dereference_check(enum hk_type type) in housekeeping_dereference_check()58 static inline struct cpumask *housekeeping_cpumask_dereference(enum hk_type type) in housekeeping_cpumask_dereference()64 const struct cpumask *housekeeping_cpumask(enum hk_type type) in housekeeping_cpumask()78 int housekeeping_any_cpu(enum hk_type type) in housekeeping_any_cpu()104 void housekeeping_affine(struct task_struct *t, enum hk_type type) in housekeeping_affine()112 bool housekeeping_test_cpu(int cpu, enum hk_type type) in housekeeping_test_cpu()167 enum hk_type type; in housekeeping_init()196 static void __init housekeeping_setup_type(enum hk_type type, in housekeeping_setup_type()244 enum hk_type type; in housekeeping_setup()[all …]
27 by the ``enum hk_type type``:55 const struct cpumask *housekeeping_cpumask(enum hk_type type)