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

/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c292 #define CACHE_PTR_INCREMENT (CACHE_LINE_SIZE/sizeof(void*)) macro
2705 nextptr = (cidx + CACHE_PTR_INCREMENT) & (nrxd-1);
2743 next = (cidx + CACHE_PTR_INCREMENT) & (fl->ifl_size-1);
3535 next = (cidx + CACHE_PTR_INCREMENT) & (ntxd-1);
3739 prefetch(&ifsd_m[(cidx + CACHE_PTR_INCREMENT) & mask]);
3810 next = (cidx + CACHE_PTR_INCREMENT) & (size-1);

Completed in 94 milliseconds