Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kernel/apic/
Dmsi.c65 if (!irqd_can_reserve(irqd) || in msi_set_affinity()
Dvector.c414 if (!irqd_can_reserve(irqd)) in activate_reserved()
/linux-6.6.21/include/linux/
Dirq.h421 static inline bool irqd_can_reserve(struct irq_data *d) in irqd_can_reserve() function