Home | History | Annotate | Download | only in vendor

Lines Matching refs:CACHELINE

511 #define	CACHELINE		((size_t)(1U << CACHELINE_2POW))
755 # define MALLOC_RTREE_NODESIZE CACHELINE
1123 * pages are carved up in cacheline-size quanta, so that there is no chance of
1645 /* Return the smallest cacheline multiple that is >= s. */
1647 (((s) + (CACHELINE - 1)) & ~(CACHELINE - 1))
1870 /* Round size up to nearest multiple of the cacheline size. */