Lines Matching refs:can_reserve
36 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()
784 (apicd->is_managed || apicd->can_reserve)) in apic_set_affinity()