dtl_worker
static DEFINE_PER_CPU(struct dtl_worker, dtl_workers);
struct dtl_worker *d = container_of(work, struct dtl_worker, work.work);
struct dtl_worker *d = &per_cpu(dtl_workers, cpu);
struct dtl_worker *d = &per_cpu(dtl_workers, cpu);