Home
last modified time | relevance | path

Searched refs:HK_TYPE_MANAGED_IRQ (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/kernel/irq/
H A Dcpuhotplug.c195 if (!housekeeping_enabled(HK_TYPE_MANAGED_IRQ)) in hk_should_isolate()
198 hk_mask = housekeeping_cpumask(HK_TYPE_MANAGED_IRQ); in hk_should_isolate()
H A Dmanage.c252 housekeeping_enabled(HK_TYPE_MANAGED_IRQ)) { in irq_do_set_affinity()
255 hk_mask = housekeeping_cpumask(HK_TYPE_MANAGED_IRQ); in irq_do_set_affinity()
/openbmc/linux/include/linux/sched/
H A Disolation.h16 HK_TYPE_MANAGED_IRQ, enumerator
/openbmc/linux/kernel/sched/
H A Disolation.c19 HK_FLAG_MANAGED_IRQ = BIT(HK_TYPE_MANAGED_IRQ),
/openbmc/linux/drivers/hv/
H A Dchannel_mgmt.c737 const struct cpumask *hk_mask = housekeeping_cpumask(HK_TYPE_MANAGED_IRQ); in init_vp_index()
H A Dvmbus_drv.c1612 if (!cpumask_test_cpu(target_cpu, housekeeping_cpumask(HK_TYPE_MANAGED_IRQ))) in target_cpu_store()