Searched refs:hk_flags (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/include/linux/sched/ |
D | isolation.h | 8 enum hk_flags { enum 22 extern int housekeeping_any_cpu(enum hk_flags flags); 23 extern const struct cpumask *housekeeping_cpumask(enum hk_flags flags); 24 extern bool housekeeping_enabled(enum hk_flags flags); 25 extern void housekeeping_affine(struct task_struct *t, enum hk_flags flags); 26 extern bool housekeeping_test_cpu(int cpu, enum hk_flags flags); 31 static inline int housekeeping_any_cpu(enum hk_flags flags) in housekeeping_any_cpu() 36 static inline const struct cpumask *housekeeping_cpumask(enum hk_flags flags) in housekeeping_cpumask() 41 static inline bool housekeeping_enabled(enum hk_flags flags) in housekeeping_enabled() 47 enum hk_flags flags) { } in housekeeping_affine() [all …]
|
/Linux-v5.10/kernel/sched/ |
D | isolation.c | 17 bool housekeeping_enabled(enum hk_flags flags) in housekeeping_enabled() 23 int housekeeping_any_cpu(enum hk_flags flags) in housekeeping_any_cpu() 40 const struct cpumask *housekeeping_cpumask(enum hk_flags flags) in housekeeping_cpumask() 49 void housekeeping_affine(struct task_struct *t, enum hk_flags flags) in housekeeping_affine() 57 bool housekeeping_test_cpu(int cpu, enum hk_flags flags) in housekeeping_test_cpu() 80 static int __init housekeeping_setup(char *str, enum hk_flags flags) in housekeeping_setup()
|
/Linux-v5.10/lib/ |
D | cpumask.c | 209 int cpu, hk_flags; in cpumask_local_spread() local 212 hk_flags = HK_FLAG_DOMAIN | HK_FLAG_MANAGED_IRQ; in cpumask_local_spread() 213 mask = housekeeping_cpumask(hk_flags); in cpumask_local_spread()
|
/Linux-v5.10/net/core/ |
D | net-sysfs.c | 745 int err, cpu, i, hk_flags; in store_rps_map() local 761 hk_flags = HK_FLAG_DOMAIN | HK_FLAG_WQ; in store_rps_map() 762 cpumask_and(mask, mask, housekeeping_cpumask(hk_flags)); in store_rps_map()
|
/Linux-v5.10/drivers/pci/ |
D | pci-driver.c | 338 int hk_flags = HK_FLAG_DOMAIN | HK_FLAG_WQ; in pci_call_probe() local 360 housekeeping_cpumask(hk_flags)); in pci_call_probe()
|
/Linux-v5.10/kernel/ |
D | workqueue.c | 5920 int hk_flags = HK_FLAG_DOMAIN | HK_FLAG_WQ; in workqueue_init_early() local 5926 cpumask_copy(wq_unbound_cpumask, housekeeping_cpumask(hk_flags)); in workqueue_init_early()
|