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

/linux-master/arch/x86/include/asm/trace/
H 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;
289 TP_printk("irq=%u is_managed=%d can_reserve=%d reserve=%d",
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-master/arch/x86/kernel/apic/
H A Dvector.c36 can_reserve : 1, member in struct:apic_chip_data
215 apicd->can_reserve = true;
381 apicd->can_reserve, false);
384 if (!apicd->is_managed && !apicd->can_reserve)
392 if (apicd->can_reserve)
415 apicd->can_reserve = false;
463 apicd->can_reserve, reserve);
466 if (!apicd->can_reserve && !apicd->is_managed)
533 apicd->can_reserve = true;
652 seq_printf(m, "%*scan_reserve: %u\n", ind, "", apicd.can_reserve
[all...]

Completed in 112 milliseconds