search for: do_callback

Displaying 2 results from an estimated 2 matches for "do_callback".

2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...elete(struct work_struct *work) { struct fc_rport *rport = container_of(work, struct fc_rport, rport_delete_work); struct device *dev = &rport->dev; struct Scsi_Host *shost = rport_to_shost(rport); struct fc_internal *i = to_fc_internal(shost->transportt); unsigned long flags; int do_callback = 0; fc_terminate_rport_io(rport); /* * if a scan is pending, flush the SCSI Host work_q so that * that we can reclaim the rport scan work element. */ if (rport->flags & FC_RPORT_SCAN_PENDING) scsi_flush_work(shost); /* * Cancel any outstanding timers. These should really ex...
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...elete(struct work_struct *work) { struct fc_rport *rport = container_of(work, struct fc_rport, rport_delete_work); struct device *dev = &rport->dev; struct Scsi_Host *shost = rport_to_shost(rport); struct fc_internal *i = to_fc_internal(shost->transportt); unsigned long flags; int do_callback = 0; fc_terminate_rport_io(rport); /* * if a scan is pending, flush the SCSI Host work_q so that * that we can reclaim the rport scan work element. */ if (rport->flags & FC_RPORT_SCAN_PENDING) scsi_flush_work(shost); /* * Cancel any outstanding timers. These should really ex...