Searched refs:ISCSI_WAIT (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/iscsi/dist/include/
H A Discsiutil.h352 #define ISCSI_WAIT(C, M, ELSE) do { \ macro
/netbsd-current/external/bsd/iscsi/dist/src/lib/
H A Dinitiator.c308 ISCSI_WAIT(&s->tx_worker.exit_cond, &s->tx_worker.exit_mutex,
580 ISCSI_WAIT(&iwait.cond, &iwait.mutex, FFN_ERROR);
992 ISCSI_WAIT(&g_enqueue_worker.exit_cond, &g_enqueue_worker.exit_mutex,
1145 ISCSI_WAIT(&iwait.cond, &iwait.mutex, return -1);
1362 ISCSI_WAIT(&g_enqueue_worker.work_cond, &g_enqueue_worker.work_mutex, goto done);
1423 ISCSI_WAIT(&sess->rx_worker.exit_cond, &sess->rx_worker.exit_mutex,
1604 ISCSI_WAIT(&me->work_cond, &me->work_mutex, return -1);
1676 ISCSI_WAIT(&sess->rx_worker.work_cond, &sess->rx_worker.work_mutex, return -1);
1918 ISCSI_WAIT(&iwait.cond, &iwait.mutex, LO_ERROR);
2033 ISCSI_WAIT(
[all...]

Completed in 128 milliseconds