Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Disolation.h8 enum hk_type { enum
37 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 …]
/linux/kernel/sched/
H A Disolation.c31 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 …]
/linux/Documentation/core-api/
H A Dhousekeeping.rst27 by the ``enum hk_type type``:
55 const struct cpumask *housekeeping_cpumask(enum hk_type type)