Lines Matching defs:work
1301 sg_rq_end_io_usercontext(struct work_struct *work)
1303 struct sg_request *srp = container_of(work, struct sg_request, ew.work);
1407 INIT_WORK(&srp->ew.work, sg_rq_end_io_usercontext);
1408 schedule_work(&srp->ew.work);
2207 sg_remove_sfp_usercontext(struct work_struct *work)
2209 struct sg_fd *sfp = container_of(work, struct sg_fd, ew.work);
2252 INIT_WORK(&sfp->ew.work, sg_remove_sfp_usercontext);
2253 schedule_work(&sfp->ew.work);