Home
last modified time | relevance | path

Searched refs:housekeeping_enabled (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/sched/
H A Disolation.h25 extern bool housekeeping_enabled(enum hk_type type);
42 static inline bool housekeeping_enabled(enum hk_type type) in housekeeping_enabled() function
/openbmc/linux/kernel/sched/
H A Disolation.c33 bool housekeeping_enabled(enum hk_type type) in housekeeping_enabled() function
37 EXPORT_SYMBOL_GPL(housekeeping_enabled);
/openbmc/linux/kernel/irq/
H A Dcpuhotplug.c179 if (!housekeeping_enabled(HK_TYPE_MANAGED_IRQ)) in hk_should_isolate()
H A Dmanage.c252 housekeeping_enabled(HK_TYPE_MANAGED_IRQ)) { in irq_do_set_affinity()
/openbmc/linux/arch/x86/kvm/
H A Dx86.c9556 pi_inject_timer = housekeeping_enabled(HK_TYPE_TIMER); in __kvm_x86_vendor_init()