Home
last modified time | relevance | path

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

12

/linux/kernel/sched/
A Dpelt.h47 unsigned int enqueued; in cfs_se_util_change() local
53 enqueued = avg->util_est.enqueued; in cfs_se_util_change()
54 if (!(enqueued & UTIL_AVG_UNCHANGED)) in cfs_se_util_change()
58 enqueued &= ~UTIL_AVG_UNCHANGED; in cfs_se_util_change()
59 WRITE_ONCE(avg->util_est.enqueued, enqueued); in cfs_se_util_change()
A Dcore_sched.c62 bool enqueued; in sched_core_update_cookie() local
74 enqueued = sched_core_enqueued(p); in sched_core_update_cookie()
75 if (enqueued) in sched_core_update_cookie()
81 if (enqueued) in sched_core_update_cookie()
A Dfair.c3943 unsigned int enqueued; in util_est_enqueue() local
3949 enqueued = cfs_rq->avg.util_est.enqueued; in util_est_enqueue()
3950 enqueued += _task_util_est(p); in util_est_enqueue()
3951 WRITE_ONCE(cfs_rq->avg.util_est.enqueued, enqueued); in util_est_enqueue()
3959 unsigned int enqueued; in util_est_dequeue() local
3965 enqueued = cfs_rq->avg.util_est.enqueued; in util_est_dequeue()
3966 enqueued -= min_t(unsigned int, enqueued, _task_util_est(p)); in util_est_dequeue()
3967 WRITE_ONCE(cfs_rq->avg.util_est.enqueued, enqueued); in util_est_dequeue()
4018 ue.enqueued = task_util(p); in util_est_update()
4020 if (ue.ewma < ue.enqueued) { in util_est_update()
[all …]
A Ddebug.c637 cfs_rq->avg.util_est.enqueued); in print_cfs_rq()
1042 PM(se.avg.util_est.enqueued, ~UTIL_AVG_UNCHANGED); in proc_sched_show_task()
/linux/fs/btrfs/
A Dreada.c792 u64 enqueued; in reada_start_for_fsdevs() local
797 enqueued = 0; in reada_start_for_fsdevs()
801 enqueued += reada_start_machine_dev(device); in reada_start_for_fsdevs()
803 total += enqueued; in reada_start_for_fsdevs()
804 } while (enqueued && total < 10000); in reada_start_for_fsdevs()
813 u64 enqueued = 0; in __reada_start_machine() local
817 enqueued += reada_start_for_fsdevs(fs_devices); in __reada_start_machine()
819 enqueued += reada_start_for_fsdevs(seed_devs); in __reada_start_machine()
822 if (enqueued == 0) in __reada_start_machine()
/linux/Documentation/filesystems/nfs/
A Dknfsd-stats.rst62 sockets-enqueued
63 Counts how many times an NFS transport is enqueued to wait for
110 this case), or the transport can be enqueued for later attention
111 (sockets-enqueued counts this case), or the packet can be temporarily
116 packets-deferred = packets-arrived - ( sockets-enqueued + threads-woken )
/linux/drivers/firewire/
A Dnet.c201 u8 enqueued; member
839 free = (ptask->outstanding_pkts == 0 && ptask->enqueued); in fwnet_transmit_packet_done()
916 free = ptask->enqueued; in fwnet_transmit_packet_failed()
1017 free = (ptask->outstanding_pkts == 0 && !ptask->enqueued); in fwnet_send_packet()
1019 ptask->enqueued = true; in fwnet_send_packet()
1036 free = (ptask->outstanding_pkts == 0 && !ptask->enqueued); in fwnet_send_packet()
1038 ptask->enqueued = true; in fwnet_send_packet()
1342 ptask->enqueued = 0; in fwnet_tx()
/linux/Documentation/userspace-api/media/v4l/
A Dvidioc-streamon.rst59 all images enqueued for output but not transmitted yet. I/O returns to
97 allocated (memory mapping) or enqueued (output) yet.
A 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 ioctl. The status of a buffer being mapped, enqueued, full or empty can
A Duserp.rst112 a buffer will be soon enqueued again. On the other hand, to optimize
A Dvidioc-qbuf.rst138 when the buffer was enqueued. No new file descriptor is created at dequeue time
/linux/drivers/net/ethernet/freescale/dpaa2/
A Ddpaa2-eth.c257 int total_enqueued = 0, retries = 0, enqueued; in dpaa2_eth_xdp_flush() local
270 0, num_fds - total_enqueued, &enqueued); in dpaa2_eth_xdp_flush()
275 total_enqueued += enqueued; in dpaa2_eth_xdp_flush()
288 int enqueued, i; in dpaa2_eth_xdp_tx_flush() local
296 percpu_stats->tx_packets += enqueued; in dpaa2_eth_xdp_tx_flush()
298 for (i = 0; i < enqueued; i++) { in dpaa2_eth_xdp_tx_flush()
302 for (i = enqueued; i < fq->xdp_tx_fds.num; i++) { in dpaa2_eth_xdp_tx_flush()
2443 int enqueued, i, err; in dpaa2_eth_xdp_xmit() local
2469 percpu_stats->tx_packets += enqueued; in dpaa2_eth_xdp_xmit()
2470 for (i = 0; i < enqueued; i++) in dpaa2_eth_xdp_xmit()
[all …]
/linux/Documentation/filesystems/
A Dvirtiofs.rst72 it is not possible to change the order of requests that have been enqueued.
/linux/Documentation/locking/
A Drt-mutex.rst34 rtmutex, only the top priority waiter is enqueued into the owner's
/linux/Documentation/driver-api/usb/
A Dbulk-streams.rst51 Do NOT call this function if you have URBs enqueued for any of the endpoints
/linux/Documentation/userspace-api/
A Dfutex2.rst81 properly enqueued. This is the default behavior, and it works with both private
/linux/Documentation/networking/
A Dscaling.rst281 for this flow are enqueued for further kernel processing. Ideally, kernel
285 enqueued for kernel processing on the old CPU.
288 CPU's backlog when a packet in this flow was last enqueued. Each backlog
292 been enqueued onto the currently designated CPU for flow i (of course,
301 table), the packet is enqueued onto that CPU’s backlog. If they differ,
/linux/Documentation/scheduler/
A Dcompletion.rst99 enqueued tasks could get "lost" - use reinit_completion() in that case,
259 wakeup order is the same in which they were enqueued (FIFO order).
/linux/Documentation/driver-api/media/drivers/
A Dpxa_camera.rst81 - arrow "Q" means : a buffer was enqueued
/linux/Documentation/sparc/oradax/
A 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/Documentation/filesystems/caching/
A Doperations.rst179 enqueued for further immediate asynchronous processing by adjusting the
A Dbackend-api.rst170 an operation needs more processing time, it should be enqueued again.
436 retrieval routine could be enqueued upon the completion of a disk read.
/linux/arch/arc/kernel/
A Dentry-compact.S210 ; off to "C" code where SIGBUS in enqueued
/linux/Documentation/timers/
A Dhrtimers.rst110 be enqueued again. The time-ordered enqueueing and the storage of the
/linux/Documentation/input/devices/
A 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).

Completed in 59 milliseconds

12