lateeoi_work
static DEFINE_PER_CPU(struct lateeoi_work, lateeoi);
struct lateeoi_work *eoi = &per_cpu(lateeoi, info->eoi_cpu);
struct lateeoi_work *eoi = &per_cpu(lateeoi, info->eoi_cpu);
struct lateeoi_work *eoi;
eoi = container_of(to_delayed_work(work), struct lateeoi_work, delayed);
struct lateeoi_work *eoi = &per_cpu(lateeoi, cpu);