/linux-6.1.9/kernel/sched/ |
D | pelt.h | 49 unsigned int enqueued; in cfs_se_util_change() local 55 enqueued = avg->util_est.enqueued; in cfs_se_util_change() 56 if (!(enqueued & UTIL_AVG_UNCHANGED)) in cfs_se_util_change() 60 enqueued &= ~UTIL_AVG_UNCHANGED; in cfs_se_util_change() 61 WRITE_ONCE(avg->util_est.enqueued, enqueued); in cfs_se_util_change()
|
D | fair.c | 4274 return max(ue.ewma, (ue.enqueued & ~UTIL_AVG_UNCHANGED)); in _task_util_est() 4301 unsigned int enqueued; in util_est_enqueue() local 4307 enqueued = cfs_rq->avg.util_est.enqueued; in util_est_enqueue() 4308 enqueued += _task_util_est(p); in util_est_enqueue() 4309 WRITE_ONCE(cfs_rq->avg.util_est.enqueued, enqueued); in util_est_enqueue() 4317 unsigned int enqueued; in util_est_dequeue() local 4323 enqueued = cfs_rq->avg.util_est.enqueued; in util_est_dequeue() 4324 enqueued -= min_t(unsigned int, enqueued, _task_util_est(p)); in util_est_dequeue() 4325 WRITE_ONCE(cfs_rq->avg.util_est.enqueued, enqueued); in util_est_dequeue() 4367 if (ue.enqueued & UTIL_AVG_UNCHANGED) in util_est_update() [all …]
|
D | debug.c | 637 cfs_rq->avg.util_est.enqueued); in print_cfs_rq() 1036 PM(se.avg.util_est.enqueued, ~UTIL_AVG_UNCHANGED); in proc_sched_show_task()
|
D | sched.h | 2967 READ_ONCE(cfs_rq->avg.util_est.enqueued)); in cpu_util_cfs()
|
/linux-6.1.9/Documentation/filesystems/nfs/ |
D | knfsd-stats.rst | 62 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-6.1.9/Documentation/userspace-api/media/v4l/ |
D | vidioc-streamon.rst | 58 all images enqueued for output but not transmitted yet. I/O returns to 96 allocated (memory mapping) or enqueued (output) yet.
|
D | mmap.rst | 213 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
|
D | userp.rst | 112 a buffer will be soon enqueued again. On the other hand, to optimize
|
D | vidioc-qbuf.rst | 138 when the buffer was enqueued. No new file descriptor is created at dequeue time
|
/linux-6.1.9/drivers/firewire/ |
D | net.c | 201 u8 enqueued; member 830 free = (ptask->outstanding_pkts == 0 && ptask->enqueued); in fwnet_transmit_packet_done() 907 free = ptask->enqueued; in fwnet_transmit_packet_failed() 1008 free = (ptask->outstanding_pkts == 0 && !ptask->enqueued); in fwnet_send_packet() 1010 ptask->enqueued = true; in fwnet_send_packet() 1027 free = (ptask->outstanding_pkts == 0 && !ptask->enqueued); in fwnet_send_packet() 1029 ptask->enqueued = true; in fwnet_send_packet() 1333 ptask->enqueued = 0; in fwnet_tx()
|
/linux-6.1.9/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-eth.c | 327 int total_enqueued = 0, retries = 0, enqueued; in dpaa2_eth_xdp_flush() local 340 0, num_fds - total_enqueued, &enqueued); in dpaa2_eth_xdp_flush() 345 total_enqueued += enqueued; in dpaa2_eth_xdp_flush() 358 int enqueued, i; in dpaa2_eth_xdp_tx_flush() local 363 enqueued = dpaa2_eth_xdp_flush(priv, fq, &fq->xdp_tx_fds); in dpaa2_eth_xdp_tx_flush() 366 percpu_stats->tx_packets += enqueued; in dpaa2_eth_xdp_tx_flush() 368 for (i = 0; i < enqueued; i++) { in dpaa2_eth_xdp_tx_flush() 372 for (i = enqueued; i < fq->xdp_tx_fds.num; i++) { in dpaa2_eth_xdp_tx_flush() 1356 int total_enqueued = 0, retries = 0, enqueued; in __dpaa2_eth_tx() local 1450 prio, num_fds - total_enqueued, &enqueued); in __dpaa2_eth_tx() [all …]
|
/linux-6.1.9/Documentation/filesystems/ |
D | virtiofs.rst | 72 it is not possible to change the order of requests that have been enqueued.
|
/linux-6.1.9/Documentation/driver-api/usb/ |
D | bulk-streams.rst | 51 Do NOT call this function if you have URBs enqueued for any of the endpoints
|
/linux-6.1.9/Documentation/locking/ |
D | rt-mutex.rst | 34 rtmutex, only the top priority waiter is enqueued into the owner's
|
/linux-6.1.9/Documentation/userspace-api/ |
D | futex2.rst | 81 properly enqueued. This is the default behavior, and it works with both private
|
/linux-6.1.9/Documentation/networking/ |
D | scaling.rst | 281 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-6.1.9/Documentation/driver-api/media/drivers/ |
D | pxa_camera.rst | 81 - arrow "Q" means : a buffer was enqueued
|
/linux-6.1.9/Documentation/scheduler/ |
D | completion.rst | 99 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-6.1.9/arch/arc/kernel/ |
D | entry-compact.S | 210 ; off to "C" code where SIGBUS in enqueued
|
/linux-6.1.9/Documentation/sparc/oradax/ |
D | dax-hv-api.txt | 1209 … 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-6.1.9/Documentation/timers/ |
D | hrtimers.rst | 110 be enqueued again. The time-ordered enqueueing and the storage of the
|
/linux-6.1.9/Documentation/admin-guide/hw-vuln/ |
D | core-scheduling.rst | 107 the sibling has the task enqueued. For rest of the siblings in the core,
|
/linux-6.1.9/Documentation/input/devices/ |
D | atarikbd.rst | 432 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-6.1.9/include/linux/ |
D | sched.h | 442 unsigned int enqueued; member
|
/linux-6.1.9/Documentation/networking/devlink/ |
D | devlink-trap.rst | 172 enqueued to a transmission queue which is full
|