Home
last modified time | relevance | path

Searched refs:qw (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/devtools/
H A Dtest-meson-builds.sh106 grep -qw debugoptimized; then
112 if echo $* | grep -qw -- '--default-library=shared' ; then
/f-stack/freebsd/amd64/include/
H A Dasmacros.h177 .macro MOVE_STACKS qw
179 .rept \qw
/f-stack/dpdk/lib/librte_sched/
H A Drte_sched.c86 uint16_t qw; member
1040 uint16_t qw = queue->qw & (qsize - 1); in rte_sched_subport_free() local
1042 for (; qr != qw; qr = (qr + 1) & (qsize - 1)) in rte_sched_subport_free()
1684 *qlen = q->qw - q->qr; in rte_sched_queue_read_stats()
1697 return queue->qr == queue->qw; in rte_sched_port_queue_is_empty()
1906 q_qw = qbase + (q->qw & (qsize - 1)); in rte_sched_port_enqueue_qwa_prefetch0()
1925 qlen = q->qw - q->qr; in rte_sched_port_enqueue_qwa()
1941 qbase[q->qw & (qsize - 1)] = pkt; in rte_sched_port_enqueue_qwa()
1942 q->qw++; in rte_sched_port_enqueue_qwa()
2419 if (queue->qr == queue->qw) { in grinder_schedule()