Lines Matching defs:work
182 struct work_struct work;
493 schedule_work(&rinfo->work);
1228 /* No more gnttab callback work. */
1231 /* Flush gnttab callback work. Must be done with no locks held. */
1232 flush_work(&rinfo->work);
1265 static void blkif_restart_queue(struct work_struct *work)
1267 struct blkfront_ring_info *rinfo = container_of(work, struct blkfront_ring_info, work);
1352 /* No more gnttab callback work. */
1355 /* Flush gnttab callback work. Must be done with no locks held. */
1356 flush_work(&rinfo->work);
2024 INIT_WORK(&rinfo->work, blkif_restart_queue);
2773 static void blkfront_delay_work(struct work_struct *work)