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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/scsi/
H A Dlibiscsi.h171 wait_queue_head_t ehwait; /* used in eh_abort() */ member in struct:iscsi_conn
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dlibiscsi.c323 wake_up(&conn->ehwait);
958 wake_up(&conn->ehwait);
995 wait_event_interruptible(conn->ehwait,
1025 wake_up(&conn->ehwait);
1085 wait_event_interruptible(conn->ehwait,
1531 init_waitqueue_head(&conn->ehwait);
1571 wake_up(&conn->ehwait);
1595 wake_up(&conn->ehwait);
1654 wake_up(&conn->ehwait);

Completed in 96 milliseconds