Searched defs:requeue (Results 1 - 5 of 5) sorted by relevance
/drivers/net/ethernet/ti/ |
H A D | davinci_cpdma.h | 60 u32 requeue; member in struct:cpdma_chan_stats
|
/drivers/md/ |
H A D | dm-raid1.c | 661 struct bio_list requeue; local 674 bio_list_init(&requeue); 687 bio_list_add(&requeue, bio); 714 if (unlikely(requeue.head)) { 716 bio_list_merge(&ms->writes, &requeue); 776 * If a 'noflush' suspend is in progress, we can requeue 785 * for us to treat them the same and requeue them
|
/drivers/scsi/ |
H A D | scsi_lib.c | 103 * @reason: The reason for the requeue 109 * for a requeue after completion, which should only occur in this 531 * requeue - indicates whether we should requeue leftovers. 535 * Returns: cmd if requeue required, NULL otherwise. 545 int bytes, int requeue) 559 if (requeue) { 975 * If sg table allocation fails, requeue request later. 1593 * lock q, handle tag, requeue req, and decrement device_busy. We 544 scsi_end_request(struct scsi_cmnd *cmd, int error, int bytes, int requeue) argument
|
H A D | aic7xxx_old.c | 390 * What we want to do is have the higher level scsi driver requeue 392 * condition, but the higher level scsi driver will requeue the 2979 * requeue. Returns the number of matching SCBs. 2983 int lun, unsigned char tag, int flags, int requeue, 3004 if (requeue && (queue != NULL)) 3024 else if (requeue) 3195 SCB_RESET | SCB_QUEUED_FOR_DONE, /* requeue */ FALSE, NULL); 10466 * need to requeue the command. 10474 * Actually requeue this SCB in case we can select the 2982 aic7xxx_search_qinfifo(struct aic7xxx_host *p, int target, int channel, int lun, unsigned char tag, int flags, int requeue, volatile scb_queue_type *queue) argument
|
/drivers/char/ipmi/ |
H A D | ipmi_msghandler.c | 3149 * message, so requeue it for handling 3308 * message, so requeue it for handling later. 3417 * message, so requeue it for handling 3521 * message, so requeue it for handling 3552 * message, so requeue it for handling 3632 int requeue; local 3680 requeue = 0; 3708 requeue = 0; 3719 requeue = 0; /* Throw the message away */ 3730 requeue [all...] |
Completed in 243 milliseconds