Home
last modified time | relevance | path

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

/freebsd-13.1/tools/tools/sysbuild/
H A Dsysbuild.sh350 do_prefetch=false
394 do_prefetch=true
440 if $do_prefetch ; then
/freebsd-13.1/sys/net/
H A Diflib.c3647 bool do_prefetch; in iflib_tx_desc_free() local
3654 do_prefetch = (txq->ift_ctx->ifc_flags & IFC_PREFETCH); in iflib_tx_desc_free()
3657 if (do_prefetch) { in iflib_tx_desc_free()
3776 bool do_prefetch, rang, ring; in iflib_txq_drain() local
3821 do_prefetch = (ctx->ifc_flags & IFC_PREFETCH); in iflib_txq_drain()
3824 int rem = do_prefetch ? count - i : 0; in iflib_txq_drain()