Home
last modified time | relevance | path

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

/freebsd-12-stable/tools/tools/sysbuild/
Dsysbuild.sh347 do_prefetch=false
391 do_prefetch=true
437 if $do_prefetch ; then
/freebsd-12-stable/sys/net/
Diflib.c3665 bool do_prefetch; in iflib_tx_desc_free() local
3672 do_prefetch = (txq->ift_ctx->ifc_flags & IFC_PREFETCH); in iflib_tx_desc_free()
3675 if (do_prefetch) { in iflib_tx_desc_free()
3795 bool do_prefetch, rang, ring; in iflib_txq_drain() local
3840 do_prefetch = (ctx->ifc_flags & IFC_PREFETCH); in iflib_txq_drain()
3843 int rem = do_prefetch ? count - i : 0; in iflib_txq_drain()