Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/trace/
Dirq_vectors.h285 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-v5.4/arch/x86/kernel/apic/
Dvector.c36 can_reserve : 1, member
203 apicd->can_reserve = true; in reserve_irq_vector_locked()
365 apicd->can_reserve, false); in x86_vector_deactivate()
368 if (!apicd->is_managed && !apicd->can_reserve) in x86_vector_deactivate()
376 if (apicd->can_reserve) in x86_vector_deactivate()
399 apicd->can_reserve = false; in activate_reserved()
447 apicd->can_reserve, reserve); in x86_vector_activate()
450 if (!apicd->can_reserve && !apicd->is_managed) in x86_vector_activate()
519 apicd->can_reserve = true; in vector_configure_legacy()
624 seq_printf(m, "%*scan_reserve: %u\n", ind, "", apicd.can_reserve ? 1 : 0); in x86_vector_debug_show()
[all …]
/Linux-v5.4/kernel/irq/
Dmsi.c408 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()