vector_cleanup
static void __vector_cleanup(struct vector_cleanup *cl, bool check_irr)
struct vector_cleanup *cl = container_of(tmr, typeof(*cl), timer);
struct vector_cleanup *cl = per_cpu_ptr(&vector_cleanup, cpu);
static DEFINE_PER_CPU(struct vector_cleanup, vector_cleanup) = {
static void __vector_cleanup(struct vector_cleanup *cl, bool check_irr);
struct vector_cleanup *cl = this_cpu_ptr(&vector_cleanup);