Home
last modified time | relevance | path

Searched refs:enqueued (Results 1 – 25 of 27) sorted by relevance

12

/Linux-v4.19/kernel/sched/
Dpelt.h30 unsigned int enqueued; in cfs_se_util_change() local
36 enqueued = avg->util_est.enqueued; in cfs_se_util_change()
37 if (!(enqueued & UTIL_AVG_UNCHANGED)) in cfs_se_util_change()
41 enqueued &= ~UTIL_AVG_UNCHANGED; in cfs_se_util_change()
42 WRITE_ONCE(avg->util_est.enqueued, enqueued); in cfs_se_util_change()
Dfair.c3629 return max(ue.ewma, ue.enqueued); in _task_util_est()
3640 unsigned int enqueued; in util_est_enqueue() local
3646 enqueued = cfs_rq->avg.util_est.enqueued; in util_est_enqueue()
3647 enqueued += (_task_util_est(p) | UTIL_AVG_UNCHANGED); in util_est_enqueue()
3648 WRITE_ONCE(cfs_rq->avg.util_est.enqueued, enqueued); in util_est_enqueue()
3674 ue.enqueued = cfs_rq->avg.util_est.enqueued; in util_est_dequeue()
3675 ue.enqueued -= min_t(unsigned int, ue.enqueued, in util_est_dequeue()
3677 WRITE_ONCE(cfs_rq->avg.util_est.enqueued, ue.enqueued); in util_est_dequeue()
3691 if (ue.enqueued & UTIL_AVG_UNCHANGED) in util_est_dequeue()
3698 ue.enqueued = (task_util(p) | UTIL_AVG_UNCHANGED); in util_est_dequeue()
[all …]
Ddebug.c548 cfs_rq->avg.util_est.enqueued); in print_cfs_rq()
973 P(se.avg.util_est.enqueued); in proc_sched_show_task()
Dsched.h2208 READ_ONCE(rq->cfs.avg.util_est.enqueued)); in cpu_util_cfs()
/Linux-v4.19/Documentation/filesystems/nfs/
Dknfsd-stats.txt60 sockets-enqueued
61 Counts how many times an NFS transport is enqueued to wait for
108 this case), or the transport can be enqueued for later attention
109 (sockets-enqueued counts this case), or the packet can be temporarily
114 packets-deferred = packets-arrived - ( sockets-enqueued + threads-woken )
/Linux-v4.19/fs/btrfs/
Dreada.c744 u64 enqueued; in __reada_start_machine() local
749 enqueued = 0; in __reada_start_machine()
754 enqueued += reada_start_machine_dev(device); in __reada_start_machine()
757 total += enqueued; in __reada_start_machine()
758 } while (enqueued && total < 10000); in __reada_start_machine()
760 if (enqueued == 0) in __reada_start_machine()
/Linux-v4.19/Documentation/media/uapi/v4l/
Dvidioc-streamon.rst58 all images enqueued for output but not transmitted yet. I/O returns to
97 allocated (memory mapping) or enqueued (output) yet.
Dmmap.rst213 as FIFOs, buffers will be output in the order enqueued in the incoming
216 The driver may require a minimum number of buffers enqueued at all times
220 the driver can *fill* enqueued *empty* buffers in any order. [#f2]_ The
236 being mapped, enqueued, full or empty can be determined at any time
Duserp.rst111 a buffer will be soon enqueued again. On the other hand, to optimize
/Linux-v4.19/drivers/firewire/
Dnet.c200 u8 enqueued; member
838 free = (ptask->outstanding_pkts == 0 && ptask->enqueued); in fwnet_transmit_packet_done()
915 free = ptask->enqueued; in fwnet_transmit_packet_failed()
1016 free = (ptask->outstanding_pkts == 0 && !ptask->enqueued); in fwnet_send_packet()
1018 ptask->enqueued = true; in fwnet_send_packet()
1035 free = (ptask->outstanding_pkts == 0 && !ptask->enqueued); in fwnet_send_packet()
1037 ptask->enqueued = true; in fwnet_send_packet()
1341 ptask->enqueued = 0; in fwnet_tx()
/Linux-v4.19/Documentation/locking/
Drt-mutex.txt33 rtmutex, only the top priority waiter is enqueued into the owner's
/Linux-v4.19/Documentation/driver-api/usb/
Dbulk-streams.rst51 Do NOT call this function if you have URBs enqueued for any of the endpoints
/Linux-v4.19/Documentation/scheduler/
Dcompletion.txt77 enqueued tasks could get "lost" - use reinit_completion() in that case.
214 wakeup order is the same in which they were enqueued (FIFO order).
Dsched-deadline.txt196 it has been enqueued.
/Linux-v4.19/Documentation/networking/
Dscaling.txt259 for this flow are enqueued for further kernel processing. Ideally, kernel
263 enqueued for kernel processing on the old CPU.
266 CPU's backlog when a packet in this flow was last enqueued. Each backlog
270 been enqueued onto the currently designated CPU for flow i (of course,
279 table), the packet is enqueued onto that CPU’s backlog. If they differ,
/Linux-v4.19/Documentation/media/v4l-drivers/
Dpxa_camera.rst79 - arrow "Q" means : a buffer was enqueued
/Linux-v4.19/Documentation/filesystems/caching/
Doperations.txt181 enqueued for further immediate asynchronous processing by adjusting the
Dbackend-api.txt173 an operation needs more processing time, it should be enqueued again.
438 retrieval routine could be enqueued upon the completion of a disk read.
/Linux-v4.19/arch/arc/kernel/
Dentry-compact.S213 ; off to "C" code where SIGBUS in enqueued
/Linux-v4.19/Documentation/sparc/oradax/
Ddax-hv-api.txt1209 … EOK One or more CCBs have been accepted and enqueued in the virtual machine
1211 … CCBs may not have been enqueued due to internal virtual machine limitations,
1222 successfully enqueued prior to the block, and all remaining CCBs may be
1227 CCBs, is not valid for the guest. Some CCBs may have been enqueued prior
1237 enqueued prior to the error being detected.
1241 completion area instead. Some CCBs may have been enqueued prior to the
1251 CCBs may have been enqueued prior to the error being detected.
1368 … DEQUEUED 1 The requested CCB was still enqueued when the kill request was
/Linux-v4.19/Documentation/timers/
Dhrtimers.txt110 be enqueued again. The time-ordered enqueueing and the storage of the
/Linux-v4.19/include/linux/
Dsched.h341 unsigned int enqueued; member
/Linux-v4.19/Documentation/input/devices/
Datarikbd.rst432 matrix activity is still monitored and scan codes or ASCII characters enqueued
450 monitoring process (i.e. the samples are not enqueued for transmission).
/Linux-v4.19/drivers/block/
Dskd_main.c1452 int limit, int *enqueued) in skd_isr_completion_posted() argument
/Linux-v4.19/net/netfilter/
DKconfig396 the enqueued via NFNETLINK.

12