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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_thread.h109 iscsi_thread_wait(
H A Discsi_thread.c300 * iscsi_thread_wait -
303 iscsi_thread_wait( function
H A Discsid.c1691 while (iscsi_thread_wait(thread, -1) != 0) {
1741 while (iscsi_thread_wait(thread, -1) != 0) {
1789 } while (iscsi_thread_wait(thread, -1) != 0);
1801 while (iscsi_thread_wait(thread, -1) != 0) {
2414 rc = iscsi_thread_wait(thread, SEC_TO_TICK(1));
H A Discsi_io.c1836 ret = iscsi_thread_wait(thread, tout);
3266 ret = iscsi_thread_wait(thread, -1);
3402 rc = iscsi_thread_wait(thread, SEC_TO_TICK(1));

Completed in 69 milliseconds