Lines Matching defs:work
3235 static void ipr_add_remove_thread(struct work_struct *work)
3241 container_of(work, struct ipr_ioa_cfg, scsi_add_work_q);
3296 * @work: ioa config struct
3298 * Called at task level from a work thread. This function takes care
3305 static void ipr_worker_thread(struct work_struct *work)
3310 container_of(work, struct ipr_ioa_cfg, work_q);
5004 * to the device first. If that does not work, a target reset
5044 * not work, a target reset will be sent.
6431 * Adapters that use Gemstone revision < 3.1 do not work reliably on
8033 * @work: work struct
8038 static void ipr_reset_reset_work(struct work_struct *work)
8040 struct ipr_cmnd *ipr_cmd = container_of(work, struct ipr_cmnd, work);
8071 INIT_WORK(&ipr_cmd->work, ipr_reset_reset_work);
8072 queue_work(ioa_cfg->reset_work_q, &ipr_cmd->work);