work_for_cpu
struct work_for_cpu *wfc = container_of(work, struct work_for_cpu, work);
struct work_for_cpu wfc = { .fn = fn, .arg = arg };