Lines Matching defs:work
1172 * do the copy work.
1447 static void ublk_daemon_monitor_work(struct work_struct *work)
1450 container_of(work, struct ublk_device, monitor_work.work);
1468 * We can't schedule monitor work after ub's state is not UBLK_S_DEV_LIVE.
1471 * No need ub->mutex, monitor work are canceled after state is marked
1563 static void ublk_quiesce_work_fn(struct work_struct *work)
1566 container_of(work, struct ublk_device, quiesce_work);
2091 static void ublk_stop_work_fn(struct work_struct *work)
2094 container_of(work, struct ublk_device, stop_work);