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