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

/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c293 #define CACHE_PTR_NEXT(ptr) ((void *)(((uintptr_t)(ptr)+CACHE_LINE_SIZE-1) & (CACHE_LINE_SIZE-1))) macro
2694 next = CACHE_PTR_NEXT(cur);
3458 next = CACHE_PTR_NEXT(cur);

Completed in 76 milliseconds