retrieve_from_waiting_list 1944 drivers/scsi/ncr53c8xx.c static struct scsi_cmnd *retrieve_from_waiting_list(int to_remove, struct ncb *np, struct scsi_cmnd *cmd);
retrieve_from_waiting_list 1948 drivers/scsi/ncr53c8xx.c 		retrieve_from_waiting_list(1, (np), (cmd))
retrieve_from_waiting_list 4588 drivers/scsi/ncr53c8xx.c 	if (!found && retrieve_from_waiting_list(0, np, cmd))
retrieve_from_waiting_list 4604 drivers/scsi/ncr53c8xx.c 	if (!found && sync_reset && !retrieve_from_waiting_list(0, np, cmd)) {