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

/linux-master/arch/x86/kernel/apic/
H A Dvector.c50 struct vector_cleanup { struct
55 static DEFINE_PER_CPU(struct vector_cleanup, vector_cleanup) = {
855 static void __vector_cleanup(struct vector_cleanup *cl, bool check_irr);
859 struct vector_cleanup *cl = this_cpu_ptr(&vector_cleanup);
959 static void __vector_cleanup(struct vector_cleanup *cl, bool check_irr)
1001 struct vector_cleanup *cl = container_of(tmr, typeof(*cl), timer);
1016 struct vector_cleanup *cl = per_cpu_ptr(&vector_cleanup, cp
[all...]

Completed in 115 milliseconds