Home
last modified time | relevance | path

Searched refs:stalls (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/net/
H A Dmp_ring.c120 counter_u64_add(r->stalls, 1); in drain_ring_locked()
123 counter_u64_add(r->stalls, 1); in drain_ring_locked()
199 counter_u64_add(r->stalls, 1); in drain_ring_lockless()
202 counter_u64_add(r->stalls, 1); in drain_ring_lockless()
274 r->stalls = counter_u64_alloc(flags); in ifmp_ring_alloc()
278 r->stalls == NULL || r->restarts == NULL || in ifmp_ring_alloc()
304 if (r->stalls != NULL) in ifmp_ring_free()
305 counter_u64_free(r->stalls); in ifmp_ring_free()
520 counter_u64_zero(r->stalls); in ifmp_ring_reset_stats()
H A Dmp_ring.h58 counter_u64_t stalls; member
H A Diflib.c6802 CTLFLAG_RD, &txq->ift_br->stalls, in iflib_add_device_sysctl_post()
/f-stack/dpdk/doc/guides/howto/
H A Ddebug_troubleshoot.rst165 * Extreme stalls in dequeue stage of the pipeline will cause
215 * Packet buffer copy in fast path also results in stalls in MBUF release if
232 stalls.
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt15327 called for "long stalls".
15494 Correctly handle NMI watchdog during long stalls (Andrew Morton)