Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Diflib.c278 #define CACHE_PTR_NEXT(ptr) ((void *)(roundup2(ptr, CACHE_LINE_SIZE))) macro
2675 next = CACHE_PTR_NEXT(cur); in calc_next_rxd()
3549 next = CACHE_PTR_NEXT(cur); in calc_next_txd()