Home
last modified time | relevance | path

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

/linux/drivers/base/
H A Dcpu.c306 const struct cpumask *hk_mask; in housekeeping_show() local
308 hk_mask = housekeeping_cpumask(HK_TYPE_KERNEL_NOISE); in housekeeping_show()
311 return sysfs_emit(buf, "%*pbl\n", cpumask_pr_args(hk_mask)); in housekeeping_show()
/linux/kernel/irq/
H A Dmanage.c265 const struct cpumask *hk_mask; in irq_do_set_affinity() local
267 hk_mask = housekeeping_cpumask(HK_TYPE_MANAGED_IRQ); in irq_do_set_affinity()
269 cpumask_and(tmp_mask, mask, hk_mask); in irq_do_set_affinity()
/linux/kernel/sched/
H A Dcore.c1296 const struct cpumask *hk_mask; in get_nohz_timer_target() local
1304 hk_mask = housekeeping_cpumask(HK_TYPE_KERNEL_NOISE); in get_nohz_timer_target()
1309 for_each_cpu_and(i, sched_domain_span(sd), hk_mask) { in get_nohz_timer_target()