Searched refs:requeue (Results 1 - 25 of 49) sorted by relevance

12

/linux-master/kernel/futex/
H A DMakefile3 obj-y += core.o syscalls.o pi.o requeue.o waitwake.o
/linux-master/drivers/md/dm-vdo/
H A Dcompletion.c39 * the completion's "requeue" field should be set to true. Doing so will skip the current thread
83 * field) and not marked for requeue, the completion will be run immediately. Otherwise, the
91 if (completion->requeue || (callback_thread != vdo_get_callback_thread_id())) {
120 completion->requeue = false;
H A Dcompletion.h142 completion->requeue = true;
H A Dtypes.h305 bool requeue; member in struct:vdo_completion
H A Dblock-map.h304 vdo_action_fn error_handler, bool requeue);
H A Dflush.c256 flusher->completion.requeue = true;
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_gnss.c117 goto requeue;
121 goto requeue;
130 goto requeue;
155 requeue:
/linux-master/drivers/net/ethernet/ti/
H A Ddavinci_cpdma.h57 u32 requeue; member in struct:cpdma_chan_stats
H A Dcpsw.c376 * DMA engine, requeue page back to cpdma.
379 goto requeue;
391 goto requeue;
408 goto requeue;
421 goto requeue;
440 requeue:
H A Dcpsw_new.c321 * DMA engine, requeue page back to cpdma.
324 goto requeue;
336 goto requeue;
352 goto requeue;
365 goto requeue;
385 requeue:
/linux-master/block/
H A Dblk-rq-qos.c56 if (rqos->ops->requeue)
57 rqos->ops->requeue(rqos, rq);
H A Dblk-rq-qos.h42 void (*requeue)(struct rq_qos *, struct request *); member in struct:rq_qos_ops
H A Dbfq-wf2q.c1026 * entity here, 2) update the finish time and requeue
1061 * requeue or reposition
1074 * bfq_activate_requeue_entity - activate or requeue an entity representing a
1075 * bfq_queue, and activate, requeue or reposition
1080 * @requeue: true if this is a requeue, which implies that bfqq is
1088 bool requeue, bool expiration)
1093 expiration) && !requeue)
1232 * all. Otherwise, requeue remaining entities if they are
1240 * already active, to requeue/repositio
1086 bfq_activate_requeue_entity(struct bfq_entity *entity, bool non_blocking_wait_rq, bool requeue, bool expiration) argument
[all...]
/linux-master/drivers/block/drbd/
H A Ddrbd_worker.c594 int align, requeue = 0; local
625 goto requeue;
636 requeue = 1;
641 requeue = 1;
643 if (requeue)
644 goto requeue;
660 goto requeue;
724 goto requeue;
758 requeue:
796 goto requeue;
[all...]
/linux-master/kernel/locking/
H A Drtmutex.c687 bool requeue = true; local
810 requeue = false;
825 requeue = false;
878 * need to do all the requeue operations. To avoid a truckload
882 if (!requeue) {
884 * No requeue[7] here. Just release @task [8]
903 * No requeue [11] here. We just do deadlock detection.
925 * Store the current top waiter before doing the requeue
968 * If the requeue [7] above changed the top waiter,
988 /* [11] requeue th
[all...]
/linux-master/drivers/char/ipmi/
H A Dipmi_msghandler.c3714 /* This will never requeue, but it may ask us to free the message. */
3947 * message, so requeue it for handling
4038 * message, so requeue it for handling
4224 * message, so requeue it for handling later.
4332 * message, so requeue it for handling
4437 * message, so requeue it for handling
4468 * message, so requeue it for handling
4532 int requeue = 0; local
4611 requeue = 0;
4635 requeue
[all...]
/linux-master/drivers/md/
H A Ddm-raid1.c692 struct bio_list requeue; local
705 bio_list_init(&requeue);
718 bio_list_add(&requeue, bio);
745 if (unlikely(requeue.head)) {
747 bio_list_merge(&ms->writes, &requeue);
807 * If a 'noflush' suspend is in progress, we can requeue
816 * for us to treat them the same and requeue them
/linux-master/drivers/s390/block/
H A Dscm_blk.c389 goto requeue;
398 requeue:
/linux-master/drivers/auxdisplay/
H A Dht16k33.c239 goto requeue;
256 requeue:
/linux-master/include/scsi/
H A Dlibiscsi.h211 struct list_head requeue; /* tasks needing another run */ member in struct:iscsi_conn
/linux-master/sound/usb/caiaq/
H A Dinput.c503 goto requeue;
519 goto requeue;
525 requeue:
H A Daudio.c636 goto requeue;
672 requeue:
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_txrx.c1104 goto requeue;
1108 goto requeue;
1124 requeue:
/linux-master/net/sched/
H A Dsch_qfq.c200 * requeue: the aggregate finishes its budget, so it stops being served and
203 enum update_reason {enqueue, requeue}; enumerator in enum:update_reason
1075 if (reason != requeue)
1123 qfq_update_agg_ts(q, in_serv_agg, requeue);
/linux-master/drivers/net/wireless/silabs/wfx/
H A Dhif_api_cmd.h220 u8 requeue:1; member in struct:wfx_hif_cnf_tx

Completed in 314 milliseconds

12