pool_work
static struct pool_work *to_pool_work(struct work_struct *ws)
return container_of(ws, struct pool_work, worker);
static void pool_work_complete(struct pool_work *pw)
static void pool_work_wait(struct pool_work *pw, struct pool *pool,
struct pool_work pw;