| /f-stack/dpdk/drivers/net/thunderx/base/ |
| H A D | nicvf_bsvf.c | 28 assert(!STAILQ_EMPTY(&head)); in nicvf_bsvf_pop() 43 return STAILQ_EMPTY(&head); in nicvf_bsvf_empty()
|
| /f-stack/freebsd/contrib/rdma/krping/ |
| H A D | krping_dev.c | 138 if (STAILQ_EMPTY(&list)) in krping_read() 145 while (!STAILQ_EMPTY(&list)) { in krping_read()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | queue.h | 293 if (!STAILQ_EMPTY((head2))) { \ 300 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro 348 (STAILQ_EMPTY((head)) ? NULL : \ 387 if (STAILQ_EMPTY(head1)) \ 389 if (STAILQ_EMPTY(head2)) \
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | dn_sched_fq_codel.c | 369 if (STAILQ_EMPTY(&si->newflows)) in fq_codel_dequeue() 375 if (STAILQ_EMPTY(fq_codel_flowlist)) in fq_codel_dequeue() 396 if (STAILQ_EMPTY(fq_codel_flowlist)) in fq_codel_dequeue()
|
| H A D | dn_sched_fq_pie.c | 938 if (STAILQ_EMPTY(&si->newflows)) in fq_pie_dequeue() 944 if (STAILQ_EMPTY(fq_pie_flowlist)) in fq_pie_dequeue() 965 if (STAILQ_EMPTY(fq_pie_flowlist)) in fq_pie_dequeue()
|
| /f-stack/dpdk/lib/librte_eal/windows/include/sys/ |
| H A D | queue.h | 310 if (!STAILQ_EMPTY((head2))) { \ 317 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro 365 (STAILQ_EMPTY((head)) ? NULL : \ 404 if (STAILQ_EMPTY(head1)) \ 406 if (STAILQ_EMPTY(head2)) \
|
| /f-stack/freebsd/sys/ |
| H A D | queue.h | 340 if (!STAILQ_EMPTY((head2))) { \ 347 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro 395 (STAILQ_EMPTY((head)) ? NULL : \ 434 if (STAILQ_EMPTY(head1)) \ 436 if (STAILQ_EMPTY(head2)) \
|
| H A D | ktrace.h | 74 #define KTRCHECKDRAIN(td) (!(STAILQ_EMPTY(&(td)->td_proc->p_ktr)))
|
| /f-stack/dpdk/lib/librte_mempool/ |
| H A D | rte_mempool.c | 274 while (!STAILQ_EMPTY(&mp->elt_list)) { in rte_mempool_free_memchunks() 281 while (!STAILQ_EMPTY(&mp->mem_list)) { in rte_mempool_free_memchunks() 656 if ((!STAILQ_EMPTY(&mp->mem_list)) || mp->nb_mem_chunks != 0) { in rte_mempool_populate_anon()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_taskqueue.c | 368 if (STAILQ_EMPTY(&queue->tq_queue)) in taskqueue_drain_tq_queue() 442 if (!STAILQ_EMPTY(&queue->tq_queue)) in taskqueue_unblock()
|
| H A D | subr_gtaskqueue.c | 266 if (STAILQ_EMPTY(&queue->tq_queue)) in gtaskqueue_drain_tq_queue() 337 if (!STAILQ_EMPTY(&queue->tq_queue)) in gtaskqueue_unblock()
|
| H A D | sys_socket.c | 489 while (!STAILQ_EMPTY(&soaio_jobs)) { in soaio_kproc_loop() 514 if (error == EWOULDBLOCK && STAILQ_EMPTY(&soaio_jobs) && in soaio_kproc_loop()
|
| H A D | sys_generic.c | 1894 MPASS(STAILQ_EMPTY(&stp->st_selq)); in seltdinit() 1946 MPASS(STAILQ_EMPTY(&stp->st_selq)); in seltdfini()
|
| H A D | uipc_ktls.c | 2149 while (STAILQ_EMPTY(&wq->m_head) && in ktls_work_thread() 2150 STAILQ_EMPTY(&wq->so_head)) { in ktls_work_thread()
|
| H A D | kern_ktrace.c | 373 if (!STAILQ_EMPTY(&td->td_proc->p_ktr)) { in ktr_drain()
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_trace_utils.c | 165 while (!STAILQ_EMPTY(&trace->args)) { in eal_trace_args_free()
|
| H A D | eal_common_trace.c | 51 if (!STAILQ_EMPTY(&trace.args)) in eal_trace_init()
|
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_flow.c | 1455 if (vnic && STAILQ_EMPTY(&vnic->filter)) in bnxt_validate_and_parse_flow() 1516 if (STAILQ_EMPTY(&vnic->filter)) { in bnxt_flow_validate() 1972 STAILQ_EMPTY(&vnic->flow_list)) { in _bnxt_flow_destroy() 2040 while (!STAILQ_EMPTY(&vnic->flow_list)) { in bnxt_flow_flush()
|
| H A D | bnxt_stats.c | 686 if (STAILQ_EMPTY(&vnic->flow_list)) in bnxt_dev_xstats_get_op() 923 if (STAILQ_EMPTY(&vnic->flow_list)) in bnxt_flow_stats_req()
|
| /f-stack/dpdk/lib/librte_graph/ |
| H A D | graph.c | 168 while (!STAILQ_EMPTY(&graph->node_list)) { in graph_cleanup()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_nat.c | 914 while (!STAILQ_EMPTY(&priv->redirhead)) { in ng_nat_shutdown()
|
| H A D | ng_base.c | 2000 if (STAILQ_EMPTY(&ngq->queue)) in ng_dequeue() 2135 if (STAILQ_EMPTY(&ngq->queue)) { 2180 if (STAILQ_EMPTY(&ngq->queue)) in ng_flush_input_queue()
|
| /f-stack/dpdk/drivers/net/liquidio/ |
| H A D | lio_rxtx.c | 1314 if (STAILQ_EMPTY(&ordered_sc_list->head)) { in lio_process_ordered_list() 1402 if (STAILQ_EMPTY(head)) in list_delete_first_node()
|
| /f-stack/lib/ |
| H A D | ff_ng_base.c | 2007 if (STAILQ_EMPTY(&ngq->queue)) in ng_dequeue() 2142 if (STAILQ_EMPTY(&ngq->queue)) { 2187 if (STAILQ_EMPTY(&ngq->queue)) in ng_flush_input_queue()
|
| /f-stack/freebsd/netinet/ |
| H A D | siftr.c | 611 KASSERT(STAILQ_EMPTY(&tmp_pkt_queue), in siftr_pkt_manager_thread()
|