Searched refs:remove_wait (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/fnic/
H A Dfnic_scsi.c512 if (fnic->remove_wait)
513 complete(fnic->remove_wait);
519 if (fnic->remove_wait || ret) {
1733 DECLARE_COMPLETION_ONSTACK(remove_wait);
1737 fnic->remove_wait = &remove_wait;
1748 fnic->remove_wait = NULL;
1754 wait_for_completion_timeout(&remove_wait,
1758 fnic->remove_wait = NULL;
H A Dfnic.h171 struct completion *remove_wait; /* device remove thread blocks */ member in struct:fnic
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/fnic/
H A Dfnic_scsi.c512 if (fnic->remove_wait)
513 complete(fnic->remove_wait);
519 if (fnic->remove_wait || ret) {
1733 DECLARE_COMPLETION_ONSTACK(remove_wait);
1737 fnic->remove_wait = &remove_wait;
1748 fnic->remove_wait = NULL;
1754 wait_for_completion_timeout(&remove_wait,
1758 fnic->remove_wait = NULL;
H A Dfnic.h171 struct completion *remove_wait; /* device remove thread blocks */ member in struct:fnic

Completed in 158 milliseconds