Home
last modified time | relevance | path

Searched refs:STALLED (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/sys/net/
HDmp_ring.c52 STALLED, /* consumer stopped due to lack of resources. */ enumerator
115 ns.flags = STALLED; in drain_ring_locked()
117 if (prev != STALLED) in drain_ring_locked()
146 MPASS(ns.flags != STALLED); in drain_ring_locked()
147 if (prev == STALLED) { in drain_ring_locked()
192 ns.flags = STALLED; in drain_ring_lockless()
196 if (prev != STALLED) in drain_ring_lockless()
229 MPASS(ns.flags != STALLED); in drain_ring_lockless()
230 if (prev == STALLED) { in drain_ring_lockless()
338 if (os.flags == STALLED) in ifmp_ring_enqueue()
[all …]
/freebsd-13-stable/sys/dev/cxgbe/
HDt4_mp_ring.c79 STALLED, /* consumer stopped due to lack of resources. */ enumerator
154 ns.flags = STALLED; in drain_ring()
160 else if (ns.flags == STALLED) in drain_ring()
222 ns.flags == STALLED); in drain_ring()
374 if (os.flags == STALLED) in mp_ring_enqueue()
451 (os.flags == STALLED && r->can_drain(r))) { in mp_ring_enqueue()
482 if (os.flags == STALLED && r->can_drain(r)) { in mp_ring_check_drainage()