tag | line | file | source code |
---|---|---|---|
host_wait | 280 | drivers/scsi/hosts.c | retval->host_wait = NULL; |
host_wait | 247 | drivers/scsi/hosts.h | struct wait_queue *host_wait; |
host_wait | 1247 | drivers/scsi/scsi.c | SCSI_SLEEP(&host->host_wait, SCSI_BLOCK(host)); |
host_wait | 1722 | drivers/scsi/scsi.c | wake_up(&next->host_wait); |
host_wait | 1727 | drivers/scsi/scsi.c | wake_up(&host->host_wait); |
host_wait | 609 | drivers/scsi/scsi.h | wake_up(&next->host_wait); |