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

/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c3724 bool do_prefetch; local
3731 do_prefetch = (txq->ift_ctx->ifc_flags & IFC_PREFETCH);
3734 if (do_prefetch) {
3853 bool do_prefetch, rang, ring; local
3898 do_prefetch = (ctx->ifc_flags & IFC_PREFETCH);
3901 int rem = do_prefetch ? count - i : 0;

Completed in 76 milliseconds