tag | line | file | source code |
---|---|---|---|
host_wait | 280 | drivers/scsi/hosts.c | retval->host_wait = NULL; |
host_wait | 250 | drivers/scsi/hosts.h | struct wait_queue *host_wait; |
host_wait | 1254 | drivers/scsi/scsi.c | SCSI_SLEEP(&host->host_wait, SCSI_BLOCK(host)); |
host_wait | 1729 | drivers/scsi/scsi.c | wake_up(&next->host_wait); |
host_wait | 1734 | drivers/scsi/scsi.c | wake_up(&host->host_wait); |
host_wait | 498 | drivers/scsi/scsi.h | wake_up(&next->host_wait); |