| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | dn_sched_qfq.c | 243 NO(uint32_t queued;) /* debugging */ 559 NO(if (q->queued) in qfq_dequeue() 574 NO(q->queued--;) in qfq_dequeue() 604 NO(if (!q->bitmaps[ER] && q->queued) in qfq_dequeue() 669 NO(q->queued++;) in qfq_enqueue() 879 D("loops %d queued %d V 0x%llx", q->loops, q->queued, (_P64)q->V); in dump_sched()
|
| /f-stack/freebsd/opencrypto/ |
| H A D | cryptodev_if.m | 127 * queues are full so the operation should be queued in the crypto 137 * crypto operations are queued for this driver; 159 * queues are full so the operation should be queued in the crypto 169 * crypto operations are queued for this driver;
|
| /f-stack/freebsd/netgraph/ |
| H A D | NOTES | 97 Every node has a queue, plus there is a list of nodes that have queued work. 103 be queued.
|
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2_filter_module.c | 656 stream->queued++; in ngx_http_v2_header_filter() 1065 stream->queued++; in ngx_http_v2_push_resource() 1447 if (stream->queued) { in ngx_http_v2_send_chain() 1586 stream->queued++; in ngx_http_v2_send_chain() 1593 stream->queued++; in ngx_http_v2_send_chain() 1815 if (stream->queued) { in ngx_http_v2_filter_send() 2046 stream->queued--; in ngx_http_v2_handle_frame() 2096 if (stream->queued == 0) { in ngx_http_v2_filter_cleanup() 2116 if (--stream->queued == 0) { in ngx_http_v2_filter_cleanup()
|
| H A D | ngx_http_v2.h | 185 ngx_uint_t queued; member
|
| H A D | ngx_http_v2.c | 4310 node->id, stream->queued, h2c->processing, h2c->pushing); in ngx_http_v2_close_stream() 4314 if (stream->queued) { in ngx_http_v2_close_stream() 4611 if (stream->queued) { in ngx_http_v2_finalize_connection() 4612 stream->queued = 0; in ngx_http_v2_finalize_connection()
|
| /f-stack/freebsd/arm/allwinner/ |
| H A D | if_awg.c | 172 u_int cur, next, queued; member 646 if (sc->tx.queued + nsegs > TX_DESC_COUNT) { in awg_encap() 688 ++sc->tx.queued; in awg_encap() 714 --sc->tx.queued; in awg_clean_txbuf() 852 sc->tx.queued = 0; in awg_setup_dma() 1073 for (i = sc->tx.next; sc->tx.queued > 0; i = TX_NEXT(i)) { in awg_stop() 1080 for (; sc->tx.queued > 0; i = TX_NEXT(i)) { in awg_stop() 1297 for (i = sc->tx.next; sc->tx.queued > 0; i = TX_NEXT(i)) { in awg_txeof()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | packet_distrib_lib.rst | 39 then that packet will be queued up for processing by that worker 45 or been queued up for a worker which is processing a given tag,
|
| H A D | graph_lib.rst | 277 * Secondly, each packet needs to be queued to its next node.
|
| H A D | member_lib.rst | 165 should be queued for an existing thread to guarantee in-order processing (i.e.
|
| /f-stack/freebsd/arm64/broadcom/genet/ |
| H A D | if_genet.c | 141 u_int queued; /* or avail? */ member 668 q->queued = 0; in gen_init_txring() 1093 if (q->queued + nsegs > q->nentries) { in gen_encap() 1122 ++q->queued; in gen_encap() 1400 for (i = q->next; q->queued > 0 && total > 0; in gen_txintr() 1415 --q->queued; in gen_txintr()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/soc/ti/ |
| H A D | keystone-navigator-qmss.txt | 9 management of the packet queues. Packets are queued/de-queued by writing or
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/agents/ |
| H A D | README.md | 98 consumes events queued to the modules. These events are sourced from
|
| /f-stack/freebsd/kern/ |
| H A D | subr_bus.c | 405 int queued; member 516 devsoftc.queued--; in devread() 595 kn->kn_data = devsoftc.queued; in filt_devctl_read() 628 if (devsoftc.queued == 0) in devctl_alloc_dei() 632 devsoftc.queued--; in devctl_alloc_dei() 663 devsoftc.queued++; in devctl_queue()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mailbox/ |
| H A D | omap-mailbox.txt | 5 using a queued mailbox interrupt mechanism. The IP block is external to the
|
| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | README.md | 299 the command is initially queued for execution.
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | server.c | 1443 shared.queued = createObject(OBJ_STRING,sdsnew("+QUEUED\r\n")); in createSharedObjects() 2737 addReply(c,shared.queued); in processCommand()
|
| H A D | server.h | 787 *colon, *nullbulk, *nullmultibulk, *queued, member
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_log_buf.c | 142 SYSCTL_COUNTER_U64(_net_inet_tcp_bb, OID_AUTO, queued, CTLFLAG_RD,
|