Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/trace/
A Dirq_vectors.h270 TP_PROTO(unsigned int irq, bool is_managed, bool can_reserve,
273 TP_ARGS(irq, is_managed, can_reserve, reserve),
278 __field( bool, can_reserve )
285 __entry->can_reserve = can_reserve;
290 __entry->irq, __entry->is_managed, __entry->can_reserve,
297 bool can_reserve, bool reserve), \
298 TP_ARGS(irq, is_managed, can_reserve, reserve), NULL, NULL); \
/linux/arch/x86/kernel/apic/
A Dvector.c36 can_reserve : 1, member
204 apicd->can_reserve = true; in reserve_irq_vector_locked()
370 apicd->can_reserve, false); in x86_vector_deactivate()
373 if (!apicd->is_managed && !apicd->can_reserve) in x86_vector_deactivate()
381 if (apicd->can_reserve) in x86_vector_deactivate()
404 apicd->can_reserve = false; in activate_reserved()
452 apicd->can_reserve, reserve); in x86_vector_activate()
455 if (!apicd->can_reserve && !apicd->is_managed) in x86_vector_activate()
522 apicd->can_reserve = true; in vector_configure_legacy()
645 seq_printf(m, "%*scan_reserve: %u\n", ind, "", apicd.can_reserve ? 1 : 0); in x86_vector_debug_show()
/linux/kernel/irq/
A Dmsi.c547 bool can_reserve; in __msi_domain_alloc_irqs() local
577 can_reserve = msi_check_reservation_mode(domain, info, dev); in __msi_domain_alloc_irqs()
595 if (!can_reserve) { in __msi_domain_alloc_irqs()
600 ret = irq_domain_activate_irq(irq_data, can_reserve); in __msi_domain_alloc_irqs()
610 if (can_reserve) { in __msi_domain_alloc_irqs()

Completed in 8 milliseconds