Lines Matching defs:work
463 struct work_struct work;
469 static void storvsc_device_scan(struct work_struct *work)
474 wrk = container_of(work, struct storvsc_scan_work, work);
486 static void storvsc_host_scan(struct work_struct *work)
491 container_of(work, struct hv_host_device, host_scan_work);
515 static void storvsc_remove_lun(struct work_struct *work)
520 wrk = container_of(work, struct storvsc_scan_work, work);
980 void (*process_err_fn)(struct work_struct *work);
1057 * We need to schedule work to process this error; schedule it.
1068 INIT_WORK(&wrk->work, process_err_fn);
1069 queue_work(host_dev->handle_error_wq, &wrk->work);
2050 * Set the error handler work queue.