/kernel/linux/linux-5.10/net/dccp/ |
H A 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() 578 int queued = 0; dccp_rcv_state_process() local [all...] |
/kernel/linux/linux-6.6/net/dccp/ |
H A 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() 578 int queued = 0; dccp_rcv_state_process() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/ |
H A D | debugfs.c | 40 "%d: queued=%d head=%d tail=%d\n", in mt76_queues_read() 41 i, q->queued, q->head, q->tail); in mt76_queues_read() 51 int i, queued; in mt76_rx_queues_read() local 56 queued = mt76_is_usb(dev) ? q->ndesc - q->queued : q->queued; in mt76_rx_queues_read() 57 seq_printf(s, "%d: queued=%d head=%d tail=%d\n", in mt76_rx_queues_read() 58 i, queued, q->head, q->tail); in mt76_rx_queues_read()
|
H A D | sdio.c | 34 q->queued = 0; in mt76s_alloc_rx_queue() 98 if (q->queued > 0) { in mt76s_get_next_rx_entry() 101 q->queued--; in mt76s_get_next_rx_entry() 140 while (q->queued > 0) { in mt76s_process_tx_queue() 155 wake = q->stopped && q->queued < q->ndesc - 8; in mt76s_process_tx_queue() 159 if (!q->queued) in mt76s_process_tx_queue() 208 if (q->queued == q->ndesc) in mt76s_tx_queue_skb() 222 q->queued++; in mt76s_tx_queue_skb() 234 if (q->queued == q->ndesc) in mt76s_tx_queue_skb_raw() 247 q->queued in mt76s_tx_queue_skb_raw() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/ |
H A D | debugfs.c | 59 seq_puts(s, " queue | hw-queued | head | tail |\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 79 seq_puts(s, " queue | hw-queued | head | tail |\n"); in mt76_rx_queues_read() 83 queued = mt76_is_usb(dev) ? q->ndesc - q->queued : q->queued; in mt76_rx_queues_read() 85 i, queued, q->head, q->tail); in mt76_rx_queues_read()
|
/kernel/linux/linux-5.10/net/rose/ |
H A 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() [all...] |
/kernel/linux/linux-6.6/net/rose/ |
H A D | rose_in.c | 105 int queued = 0; in rose_state3_machine() local 168 queued = 1; in rose_state3_machine() 205 return queued; in rose_state3_machine() 266 int queued = 0, frametype, ns, nr, q, d, m; in rose_process_rx_frame() local 275 queued = rose_state1_machine(sk, skb, frametype); in rose_process_rx_frame() 278 queued = rose_state2_machine(sk, skb, frametype); in rose_process_rx_frame() 281 queued = rose_state3_machine(sk, skb, frametype, ns, nr, q, d, m); in rose_process_rx_frame() 284 queued = rose_state4_machine(sk, skb, frametype); in rose_process_rx_frame() 287 queued = rose_state5_machine(sk, skb, frametype); in rose_process_rx_frame() 293 return queued; in rose_process_rx_frame() [all...] |
/kernel/linux/linux-5.10/net/x25/ |
H A 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 in x25_process_rx_frame() 450 int queued = x25_process_rx_frame(sk, skb); x25_backlog_rcv() local [all...] |
/kernel/linux/linux-6.6/net/x25/ |
H A 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 in x25_process_rx_frame() 450 int queued = x25_process_rx_frame(sk, skb); x25_backlog_rcv() local [all...] |
H A D | x25_dev.c | 51 int queued = 1; in x25_receive_data() local 56 queued = x25_process_rx_frame(sk, skb); in x25_receive_data() 58 queued = !sk_add_backlog(sk, skb, READ_ONCE(sk->sk_rcvbuf)); in x25_receive_data() 62 return queued; in x25_receive_data()
|
/kernel/linux/linux-5.10/security/integrity/ima/ |
H A D | ima_asymmetric_keys.c | 31 bool queued = false; in ima_post_key_create_or_update() local 41 queued = ima_queue_key(keyring, payload, payload_len); in ima_post_key_create_or_update() 43 if (queued) in ima_post_key_create_or_update()
|
H A D | ima_queue_keys.c | 17 * right away or should be queued for processing later. 28 * If custom IMA policy is not loaded then keys queued up 39 * queued up in case custom IMA policy was not loaded. 48 * This function sets up a worker to free queued keys in case 106 bool queued = false; in ima_queue_key() local 116 queued = true; in ima_queue_key() 120 if (!queued) in ima_queue_key() 123 return queued; in ima_queue_key() 127 * ima_process_queued_keys() - process keys queued for measurement 129 * This function sets ima_process_keys to true and processes queued key [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A 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()
|
/kernel/linux/linux-5.10/net/ax25/ |
H A 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 in ax25_std_frame_in() [all...] |
H A 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()
|
/kernel/linux/linux-6.6/net/ax25/ |
H A 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 in ax25_std_frame_in() [all...] |
H A 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()
|
/kernel/linux/linux-6.6/security/integrity/ima/ |
H A D | ima_asymmetric_keys.c | 33 bool queued = false; in ima_post_key_create_or_update() local 43 queued = ima_queue_key(keyring, payload, payload_len); in ima_post_key_create_or_update() 45 if (queued) in ima_post_key_create_or_update()
|
H A 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 key [all...] |
/kernel/linux/linux-5.10/net/netrom/ |
H A D | nr_in.c | 153 int queued = 0; in nr_state3_machine() local 226 queued = 1; in nr_state3_machine() 273 return queued; in nr_state3_machine() 280 int queued = 0, frametype; in nr_process_rx_frame() local 289 queued = nr_state1_machine(sk, skb, frametype); in nr_process_rx_frame() 292 queued = nr_state2_machine(sk, skb, frametype); in nr_process_rx_frame() 295 queued = nr_state3_machine(sk, skb, frametype); in nr_process_rx_frame() 301 return queued; in nr_process_rx_frame()
|
/kernel/linux/linux-6.6/net/netrom/ |
H A 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()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_inq.c | 208 int nsd, ret, queued = -1; in wait_for_ack() local 211 ret = ioctl(fd, TIOCOUTQ, &queued); in wait_for_ack() 219 if ((size_t)queued > total) in wait_for_ack() 220 xerror("TIOCOUTQ %u, but only %zu expected\n", queued, total); in wait_for_ack() 221 assert(nsd <= queued); in wait_for_ack() 223 if (queued == 0) in wait_for_ack() 232 xerror("still tx data queued after %u ms\n", timeout); in wait_for_ack() 356 unsigned int queued; in process_one_client() local 358 ret = ioctl(fd, FIONREAD, &queued); in process_one_client() 361 if (queued > expect_le in process_one_client() [all...] |
/kernel/linux/linux-5.10/drivers/dma/idxd/ |
H A D | irq.c | 180 int queued = 0; in irq_process_pending_llist() local 194 queued++; in irq_process_pending_llist() 198 return queued; in irq_process_pending_llist() 205 int queued = 0; in irq_process_work_list() local 222 queued++; in irq_process_work_list() 226 return queued; in irq_process_work_list()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-cache-background-tracker.c | 27 struct list_head queued; member 48 INIT_LIST_HEAD(&b->queued); in btracker_create() 67 list_for_each_entry_safe (w, tmp, &b->queued, list) { in btracker_destroy() 214 list_add(&w->list, &b->queued); in btracker_queue() 228 if (list_empty(&b->queued)) in btracker_issue() 231 w = list_first_entry(&b->queued, struct bt_work, list); in btracker_issue()
|