Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/apic/
H A Dvector.c50 struct vector_cleanup { struct
55 static DEFINE_PER_CPU(struct vector_cleanup, vector_cleanup) = { argument
855 static void __vector_cleanup(struct vector_cleanup *cl, bool check_irr);
859 struct vector_cleanup *cl = this_cpu_ptr(&vector_cleanup); in lapic_offline()
959 static void __vector_cleanup(struct vector_cleanup *cl, bool check_irr) in __vector_cleanup()
1001 struct vector_cleanup *cl = container_of(tmr, typeof(*cl), timer); in vector_cleanup_callback()
1016 struct vector_cleanup *cl = per_cpu_ptr(&vector_cleanup, cpu); in __vector_schedule_cleanup()