tag | line | file | source code |
---|---|---|---|
host_wait | 110 | kernel/blk_drv/scsi/hosts.c | struct wait_queue *host_wait[MAX_SCSI_HOSTS] = {NULL,}; /* For waiting until host available*/ |
host_wait | 191 | kernel/blk_drv/scsi/hosts.h | extern struct wait_queue *host_wait[]; /* For waiting until host available*/ |
host_wait | 646 | kernel/blk_drv/scsi/scsi.c | SCSI_SLEEP(&host_wait[host], |
host_wait | 1022 | kernel/blk_drv/scsi/scsi.c | wake_up(&host_wait[host]); |