Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/trace/
H A Dirq_vectors.h269 TP_PROTO(unsigned int irq, bool is_managed, bool can_reserve,
272 TP_ARGS(irq, is_managed, can_reserve, reserve),
277 __field( bool, can_reserve )
284 __entry->can_reserve = can_reserve;
289 __entry->irq, __entry->is_managed, __entry->can_reserve,
296 bool can_reserve, bool reserve), \
297 TP_ARGS(irq, is_managed, can_reserve, reserve), NULL, NULL); \
/linux/arch/x86/kernel/apic/
H A Dvector.c36 can_reserve : 1, member
222 apicd->can_reserve = true; in reserve_irq_vector_locked()
387 apicd->can_reserve, false); in x86_vector_deactivate()
390 if (!apicd->is_managed && !apicd->can_reserve) in x86_vector_deactivate()
398 if (apicd->can_reserve) in x86_vector_deactivate()
421 apicd->can_reserve = false; in activate_reserved()
469 apicd->can_reserve, reserve); in x86_vector_activate()
472 if (!apicd->can_reserve && !apicd->is_managed) in x86_vector_activate()
539 apicd->can_reserve = true; in vector_configure_legacy()
658 seq_printf(m, "%*scan_reserve: %u\n", ind, "", apicd.can_reserve ? 1 : 0); in x86_vector_debug_show()