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

/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_types.h78 #define CACHELINE_MASK (CACHELINE - 1) macro
82 (((s) + CACHELINE_MASK) & ~CACHELINE_MASK)
/freebsd-current/sys/dev/aic7xxx/
H A Daic79xx_reg.h3809 #define CACHELINE_MASK 0x07 macro
H A Daic79xx.c8640 download_consts[CACHELINE_MASK] = cacheline_mask;

Completed in 194 milliseconds