/Linux-v5.15/security/integrity/ima/ |
D | ima_queue_keys.c | 18 * right away or should be queued for processing later. 29 * If custom IMA policy is not loaded then keys queued up 40 * queued up in case custom IMA policy was not loaded. 49 * This function sets up a worker to free queued keys in case 107 bool queued = false; in ima_queue_key() local 117 queued = true; in ima_queue_key() 121 if (!queued) in ima_queue_key() 124 return queued; in ima_queue_key() 128 * ima_process_queued_keys() - process keys queued for measurement 130 * This function sets ima_process_keys to true and processes queued keys. [all …]
|
/Linux-v5.15/include/asm-generic/ |
D | qspinlock.h | 3 * Queued spinlock 19 * @lock: Pointer to queued spinlock structure 34 * @lock: queued spinlock structure 49 * @lock : Pointer to queued spinlock structure 57 * queued_spin_trylock - try to acquire the queued spinlock 58 * @lock : Pointer to queued spinlock structure 75 * queued_spin_lock - acquire a queued spinlock 76 * @lock: Pointer to queued spinlock structure 91 * queued_spin_unlock - release a queued spinlock 92 * @lock : Pointer to queued spinlock structure [all …]
|
/Linux-v5.15/drivers/gpu/drm/ |
D | drm_flip_work.c | 63 list_add_tail(&task->node, &work->queued); in drm_flip_work_queue_task() 92 * drm_flip_work_commit - commit queued work 94 * @wq: the work-queue to run the queued work on 96 * Trigger work previously queued by drm_flip_work_queue() to run 99 * prior), and then from vblank irq commit the queued work. 107 list_splice_tail(&work->queued, &work->commited); in drm_flip_work_commit() 108 INIT_LIST_HEAD(&work->queued); in drm_flip_work_commit() 151 INIT_LIST_HEAD(&work->queued); in drm_flip_work_init() 168 WARN_ON(!list_empty(&work->queued) || !list_empty(&work->commited)); in drm_flip_work_cleanup()
|
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/ |
D | debugfs.c | 66 "%d: queued=%d head=%d tail=%d\n", in mt76_queues_read() 67 i, q->queued, q->head, q->tail); in mt76_queues_read() 77 int i, queued; in mt76_rx_queues_read() local 82 queued = mt76_is_usb(dev) ? q->ndesc - q->queued : q->queued; in mt76_rx_queues_read() 83 seq_printf(s, "%d: queued=%d head=%d tail=%d\n", in mt76_rx_queues_read() 84 i, queued, q->head, q->tail); in mt76_rx_queues_read()
|
D | sdio.c | 34 q->queued = 0; in mt76s_alloc_rx_queue() 101 if (q->queued > 0) { in mt76s_get_next_rx_entry() 104 q->queued--; in mt76s_get_next_rx_entry() 168 while (q->queued > 0) { in mt76s_process_tx_queue() 184 if (!q->queued) in mt76s_process_tx_queue() 255 if (q->queued == q->ndesc) in mt76s_tx_queue_skb() 270 q->queued++; in mt76s_tx_queue_skb() 281 if (q->queued == q->ndesc) in mt76s_tx_queue_skb_raw() 294 q->queued++; in mt76s_tx_queue_skb_raw()
|
/Linux-v5.15/Documentation/userspace-api/media/mediactl/ |
D | media-request-ioc-queue.rst | 34 If the request was successfully queued, then the file descriptor can be 37 If the request was already queued before, then ``EBUSY`` is returned. 42 Once a request is queued, then the driver is required to gracefully handle 49 queued directly and you next try to queue a request, or vice versa. 62 The request was already queued or the application queued the first
|
D | request-api.rst | 24 buffer queues since in practice only one buffer would be queued at a time. 59 instead of being immediately applied, and buffers queued to a request do not 60 enter the regular buffer queue until the request itself is queued. 66 queued by calling :ref:`MEDIA_REQUEST_IOC_QUEUE` on the request file descriptor. 68 A queued request cannot be modified anymore. 86 a buffer was queued via a request or vice versa will result in an ``EBUSY`` 109 request that has been queued but not yet completed will return ``EBUSY`` 121 longer in use by the kernel. That is, if the request is queued and then the 165 Once the request is fully prepared, it can be queued to the driver: 245 Once the request is fully prepared, it can be queued to the driver:
|
/Linux-v5.15/include/linux/ |
D | dynamic_queue_limits.h | 11 * 1) Objects are queued up to some limit specified as number of objects. 14 * 3) Starvation occurs when limit has been reached, all queued data has 17 * 4) Minimizing the amount of queued data is desirable. 24 * dql_avail - returns how many objects are available to be queued based 45 unsigned int num_queued; /* Total ever queued */ 72 * Record number of objects queued. Assumes that caller has already checked 91 /* Returns how many objects can be queued, < 0 indicates over limit. */
|
/Linux-v5.15/net/x25/ |
D | x25_in.c | 210 int queued = 0; in x25_state3_machine() local 277 queued = 1; in x25_state3_machine() 315 queued = !sock_queue_rcv_skb(sk, skb); in x25_state3_machine() 319 queued = 1; in x25_state3_machine() 330 return queued; in x25_state3_machine() 418 int queued = 0, frametype, ns, nr, q, d, m; in x25_process_rx_frame() local 427 queued = x25_state1_machine(sk, skb, frametype); in x25_process_rx_frame() 430 queued = x25_state2_machine(sk, skb, frametype); in x25_process_rx_frame() 433 queued = x25_state3_machine(sk, skb, frametype, ns, nr, q, d, m); in x25_process_rx_frame() 436 queued = x25_state4_machine(sk, skb, frametype); in x25_process_rx_frame() [all …]
|
/Linux-v5.15/net/rose/ |
D | rose_in.c | 104 int queued = 0; in rose_state3_machine() local 167 queued = 1; in rose_state3_machine() 204 return queued; in rose_state3_machine() 265 int queued = 0, frametype, ns, nr, q, d, m; in rose_process_rx_frame() local 274 queued = rose_state1_machine(sk, skb, frametype); in rose_process_rx_frame() 277 queued = rose_state2_machine(sk, skb, frametype); in rose_process_rx_frame() 280 queued = rose_state3_machine(sk, skb, frametype, ns, nr, q, d, m); in rose_process_rx_frame() 283 queued = rose_state4_machine(sk, skb, frametype); in rose_process_rx_frame() 286 queued = rose_state5_machine(sk, skb, frametype); in rose_process_rx_frame() 292 return queued; in rose_process_rx_frame()
|
/Linux-v5.15/net/ax25/ |
D | ax25_std_in.c | 143 int queued = 0; in ax25_std_state3_machine() local 225 queued = ax25_rx_iframe(ax25, skb); in ax25_std_state3_machine() 258 return queued; in ax25_std_state3_machine() 268 int queued = 0; in ax25_std_state4_machine() local 380 queued = ax25_rx_iframe(ax25, skb); in ax25_std_state4_machine() 413 return queued; in ax25_std_state4_machine() 421 int queued = 0, frametype, ns, nr, pf; in ax25_std_frame_in() local 427 queued = ax25_std_state1_machine(ax25, skb, frametype, pf, type); in ax25_std_frame_in() 430 queued = ax25_std_state2_machine(ax25, skb, frametype, pf, type); in ax25_std_frame_in() 433 queued = ax25_std_state3_machine(ax25, skb, frametype, ns, nr, pf, type); in ax25_std_frame_in() [all …]
|
D | ax25_ds_in.c | 147 int queued = 0; in ax25_ds_state3_machine() local 240 queued = ax25_rx_iframe(ax25, skb); in ax25_ds_state3_machine() 273 return queued; in ax25_ds_state3_machine() 281 int queued = 0, frametype, ns, nr, pf; in ax25_ds_frame_in() local 287 queued = ax25_ds_state1_machine(ax25, skb, frametype, pf, type); in ax25_ds_frame_in() 290 queued = ax25_ds_state2_machine(ax25, skb, frametype, pf, type); in ax25_ds_frame_in() 293 queued = ax25_ds_state3_machine(ax25, skb, frametype, ns, nr, pf, type); in ax25_ds_frame_in() 297 return queued; in ax25_ds_frame_in()
|
D | ax25_in.c | 103 int queued = 0; in ax25_rx_iframe() local 145 queued = 1; in ax25_rx_iframe() 151 return queued; in ax25_rx_iframe() 159 int queued = 0; in ax25_process_rx_frame() local 167 queued = ax25_std_frame_in(ax25, skb, type); in ax25_process_rx_frame() 173 queued = ax25_ds_frame_in(ax25, skb, type); in ax25_process_rx_frame() 175 queued = ax25_std_frame_in(ax25, skb, type); in ax25_process_rx_frame() 180 return queued; in ax25_process_rx_frame() 305 * Process the frame. If it is queued up internally it in ax25_rcv()
|
/Linux-v5.15/include/drm/ |
D | drm_flip_work.h | 47 * @val: value queued via drm_flip_work_queue() 69 * @queued: queued tasks 71 * @lock: lock to access queued and commited lists 77 struct list_head queued; member
|
/Linux-v5.15/Documentation/core-api/ |
D | workqueue.rst | 25 When a new work item gets queued, the worker begins executing again. 81 off of the queue, one after the other. If no work is queued, the 87 which manages worker-pools and processes the queued work items. 91 worker-pools to serve work items queued on unbound workqueues - the 102 When a work item is queued to a workqueue, the target worker-pool is 106 be queued on the worklist of either normal or highpri worker-pool that 143 on code paths that handle memory reclaim are required to be queued on 168 Work items queued to an unbound wq are served by the special 195 Work items of a highpri wq are queued to the highpri 247 achieve this behavior. Work items on such wq were always queued to the [all …]
|
/Linux-v5.15/drivers/media/platform/vsp1/ |
D | vsp1_dl.c | 208 * @lock: protects the free, active, queued, and pending lists 211 * @queued: list queued to the hardware (written to the DL registers) 212 * @pending: list waiting to be queued to the hardware 224 struct vsp1_dl_list *queued; member 791 * loop on the same list until a new one is queued. In singleshot mode in vsp1_dl_list_fill_header() 841 if (!dlm->queued) in vsp1_dl_list_hw_update_pending() 871 * If a previous display list has been queued to the hardware but not in vsp1_dl_list_commit_continuous() 873 * case we can't replace the queued list by the new one, as we could in vsp1_dl_list_commit_continuous() 875 * be queued up to the hardware by the frame end interrupt handler. in vsp1_dl_list_commit_continuous() 894 * Pass the new display list to the hardware and mark it as queued. It in vsp1_dl_list_commit_continuous() [all …]
|
/Linux-v5.15/block/ |
D | blk-throttle.c | 53 * To avoid such starvation, dispatched bios are queued separately 58 * throtl_qnode is used to keep the queued bios separated by their sources. 59 * Bios are queued to throtl_qnode which in turn is queued to 63 * belongs to a throtl_grp and gets queued on itself or the parent, so 65 * queued and decrementing when dequeued is enough to keep the whole blkg 69 struct list_head node; /* service_queue->queued[] */ 70 struct bio_list bios; /* queued bios */ 78 * Bios queued directly to this service_queue or dispatched from 81 struct list_head queued[2]; /* throtl_qnode [READ/WRITE] */ member 82 unsigned int nr_queued[2]; /* number of queued bios */ [all …]
|
/Linux-v5.15/kernel/locking/ |
D | qspinlock.c | 3 * Queued spinlock 27 * Include queued spinlock statistics code 40 * This queued spinlock implementation is based on the MCS lock, however to 144 * @lock: Pointer to queued spinlock structure 155 * @lock: Pointer to queued spinlock structure 168 * @lock : Pointer to queued spinlock structure 190 * @lock: Pointer to queued spinlock structure 201 * @lock: Pointer to queued spinlock structure 212 * @lock : Pointer to queued spinlock structure 243 * @lock : Pointer to queued spinlock structure [all …]
|
/Linux-v5.15/net/netrom/ |
D | nr_in.c | 153 int queued = 0; in nr_state3_machine() local 225 queued = 1; in nr_state3_machine() 272 return queued; in nr_state3_machine() 279 int queued = 0, frametype; in nr_process_rx_frame() local 288 queued = nr_state1_machine(sk, skb, frametype); in nr_process_rx_frame() 291 queued = nr_state2_machine(sk, skb, frametype); in nr_process_rx_frame() 294 queued = nr_state3_machine(sk, skb, frametype); in nr_process_rx_frame() 300 return queued; in nr_process_rx_frame()
|
/Linux-v5.15/net/dccp/ |
D | input.c | 45 int queued = 0; in dccp_rcv_close() local 76 queued = 1; in dccp_rcv_close() 86 return queued; in dccp_rcv_close() 91 int queued = 0; in dccp_rcv_closereq() local 101 return queued; in dccp_rcv_closereq() 113 queued = 1; in dccp_rcv_closereq() 120 return queued; in dccp_rcv_closereq() 524 int queued = 0; in dccp_rcv_respond_partopen_state_process() local 562 queued = 1; /* packet was queued in dccp_rcv_respond_partopen_state_process() 568 return queued; in dccp_rcv_respond_partopen_state_process() [all …]
|
/Linux-v5.15/Documentation/userspace-api/media/v4l/ |
D | vidioc-streamon.rst | 52 If ``VIDIOC_STREAMON`` fails then any already queued buffers will remain 53 queued. 64 If buffers have been queued with :ref:`VIDIOC_QBUF` and 66 ``VIDIOC_STREAMON``, then those queued buffers will also be removed from 78 but ``VIDIOC_STREAMOFF`` will return queued buffers to their starting
|
D | dev-encoder.rst | 309 fast raw frames are queued on the ``OUTPUT`` queue. 468 * a buffer queued to ``OUTPUT`` may result in more than one buffer produced on 473 * a buffer queued to ``OUTPUT`` may result in a buffer being produced on 479 buffers queued to ``OUTPUT`` (e.g. during drain or ``EOS``), because of the 480 ``OUTPUT`` buffers queued in the past whose encoding results are only 483 * buffers queued to ``OUTPUT`` may not become available to dequeue instantly 549 sequence to avoid losing the already queued/encoded frames. 559 To ensure that all the queued ``OUTPUT`` buffers have been processed and the 562 received all encoded frames for all ``OUTPUT`` buffers queued before the 586 2. Any ``OUTPUT`` buffers queued by the client before the [all …]
|
/Linux-v5.15/Documentation/networking/ |
D | rds.rst | 82 a socket. A message is queued when sendmsg is called, and 108 of queued bytes over the SO_SNDSIZE threshold will return 115 Receives a message that was queued to this socket. The sockets 132 incoming message queued to the socket, or a pending notification, 137 there's room on the send queue (ie the number of bytes queued 148 This allows the application to discard all messages queued to a 253 number of bytes queued equals or exceeds rcvbuf then the socket 296 This is then queued for the individual connection and sent by the 301 the transport to the general code and queued by the general code 331 Dropping a connection while packets are queued will cause queued or
|
/Linux-v5.15/include/trace/events/ |
D | workqueue.h | 14 * workqueue_queue_work - called when a work gets queued 19 * This event occurs when a work is queued immediately or once a 20 * delayed work is actually queued on a workqueue (ie: once the delay 55 * This event occurs when a queued work is put on the active queue,
|
/Linux-v5.15/Documentation/usb/ |
D | ohci.rst | 22 - interrupt transfers can be larger, and can be queued 28 types can be queued. That was also true in "usb-ohci", except for interrupt 30 to overhead in IRQ processing. When interrupt transfers are queued, those
|