MCPcopy Create free account
hub / github.com/F-Stack/f-stack / iflib_txq_check_drain

Function iflib_txq_check_drain

freebsd/net/iflib.c:3705–3710  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3703}
3704
3705static void
3706iflib_txq_check_drain(iflib_txq_t txq, int budget)
3707{
3708
3709 ifmp_ring_check_drainage(txq->ift_br, budget);
3710}
3711
3712static uint32_t
3713iflib_txq_can_drain(struct ifmp_ring *r)

Callers 3

_task_fn_adminFunction · 0.85
iflib_if_qflushFunction · 0.85
iflib_device_resumeFunction · 0.85

Calls 1

ifmp_ring_check_drainageFunction · 0.85

Tested by

no test coverage detected