noflush_work
static struct noflush_work *to_noflush(struct work_struct *ws)
return container_of(to_pool_work(ws), struct noflush_work, pw);
struct noflush_work *w = to_noflush(ws);
struct noflush_work *w = to_noflush(ws);
struct noflush_work w;
noflush_work(tc, do_noflush_start);
noflush_work(tc, do_noflush_stop);