tag | line | file | source code |
---|---|---|---|
host_wait | 254 | drivers/scsi/hosts.c | retval->host_wait = NULL; |
host_wait | 238 | drivers/scsi/hosts.h | struct wait_queue *host_wait; |
host_wait | 1021 | drivers/scsi/scsi.c | SCSI_SLEEP(&host->host_wait, SCSI_BLOCK(host)); |
host_wait | 1497 | drivers/scsi/scsi.c | wake_up(&next->host_wait); |
host_wait | 1502 | drivers/scsi/scsi.c | wake_up(&host->host_wait); |
host_wait | 589 | drivers/scsi/scsi.h | wake_up(&next->host_wait); |