Searched defs:requeue (Results 1 - 5 of 5) sorted by relevance

/drivers/net/ethernet/ti/
H A Ddavinci_cpdma.h60 u32 requeue; member in struct:cpdma_chan_stats
/drivers/md/
H A Ddm-raid1.c661 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 Dscsi_lib.c103 * @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) {
976 * If sg table allocation fails, requeue request later.
1597 * 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 Daic7xxx_old.c390 * 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 Dipmi_msghandler.c3165 * message, so requeue it for handling
3324 * message, so requeue it for handling later.
3433 * message, so requeue it for handling
3537 * message, so requeue it for handling
3568 * message, so requeue it for handling
3648 int requeue; local
3696 requeue = 0;
3724 requeue = 0;
3735 requeue = 0; /* Throw the message away */
3746 requeue
[all...]

Completed in 962 milliseconds