Searched refs:can_reserve (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/x86/include/asm/trace/ |
D | irq_vectors.h | 285 TP_PROTO(unsigned int irq, bool is_managed, bool can_reserve, 288 TP_ARGS(irq, is_managed, can_reserve, reserve), 293 __field( bool, can_reserve ) 300 __entry->can_reserve = can_reserve; 305 __entry->irq, __entry->is_managed, __entry->can_reserve, 312 bool can_reserve, bool reserve), \ 313 TP_ARGS(irq, is_managed, can_reserve, reserve), NULL, NULL); \
|
/Linux-v4.19/arch/x86/kernel/apic/ |
D | vector.c | 38 can_reserve : 1, member 205 apicd->can_reserve = true; in reserve_irq_vector_locked() 368 apicd->can_reserve, false); in x86_vector_deactivate() 371 if (!apicd->is_managed && !apicd->can_reserve) in x86_vector_deactivate() 379 if (apicd->can_reserve) in x86_vector_deactivate() 402 apicd->can_reserve = false; in activate_reserved() 439 apicd->can_reserve, reserve); in x86_vector_activate() 442 if (!apicd->can_reserve && !apicd->is_managed) in x86_vector_activate() 511 apicd->can_reserve = true; in vector_configure_legacy() 616 seq_printf(m, "%*scan_reserve: %u\n", ind, "", apicd.can_reserve ? 1 : 0); in x86_vector_debug_show() [all …]
|
/Linux-v4.19/kernel/irq/ |
D | msi.c | 408 bool can_reserve; in msi_domain_alloc_irqs() local 438 can_reserve = msi_check_reservation_mode(domain, info, dev); in msi_domain_alloc_irqs() 456 if (!can_reserve) in msi_domain_alloc_irqs() 458 ret = irq_domain_activate_irq(irq_data, can_reserve); in msi_domain_alloc_irqs() 467 if (can_reserve) { in msi_domain_alloc_irqs()
|