Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dmp_ring.c55 ABDICATED, /* consumer stopped even though there was work to be enumerator
89 return (ABDICATED); in state_to_flags()
144 if (ns.flags == ABDICATED) in drain_ring_locked()
227 if (ns.flags == ABDICATED) in drain_ring_lockless()
376 ns.flags = ABDICATED; in ifmp_ring_enqueue()
457 ns.flags = ABDICATED; in ifmp_ring_enqueue()
483 if ((os.flags != STALLED && os.flags != ABDICATED) || // Only continue in STALLED and ABDICATED in ifmp_ring_check_drainage()
485 (os.flags != ABDICATED && r->can_drain(r) == 0)) // Can either drain, or everyone left in ifmp_ring_check_drainage()