Home
last modified time | relevance | path

Searched refs:queued (Results 1 – 19 of 19) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Ddn_sched_qfq.c243 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 Dcryptodev_if.m127 * 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 DNOTES97 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 Dngx_http_v2_filter_module.c656 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 Dngx_http_v2.h185 ngx_uint_t queued; member
H A Dngx_http_v2.c4310 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 Dif_awg.c172 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 Dpacket_distrib_lib.rst39 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 Dgraph_lib.rst277 * Secondly, each packet needs to be queued to its next node.
H A Dmember_lib.rst165 should be queued for an existing thread to guarantee in-order processing (i.e.
/f-stack/freebsd/arm64/broadcom/genet/
H A Dif_genet.c141 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 Dkeystone-navigator-qmss.txt9 management of the packet queues. Packets are queued/de-queued by writing or
/f-stack/freebsd/contrib/openzfs/cmd/zed/agents/
H A DREADME.md98 consumes events queued to the modules. These events are sourced from
/f-stack/freebsd/kern/
H A Dsubr_bus.c405 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 Domap-mailbox.txt5 using a queued mailbox interrupt mechanism. The IP block is external to the
/f-stack/app/redis-5.0.5/deps/hiredis/
H A DREADME.md299 the command is initially queued for execution.
/f-stack/app/redis-5.0.5/src/
H A Dserver.c1443 shared.queued = createObject(OBJ_STRING,sdsnew("+QUEUED\r\n")); in createSharedObjects()
2737 addReply(c,shared.queued); in processCommand()
H A Dserver.h787 *colon, *nullbulk, *nullmultibulk, *queued, member
/f-stack/freebsd/netinet/
H A Dtcp_log_buf.c142 SYSCTL_COUNTER_U64(_net_inet_tcp_bb, OID_AUTO, queued, CTLFLAG_RD,