Searched refs:cache_line_offset (Results 1 – 1 of 1) sorted by relevance
61 auto cache_line_offset = reinterpret_cast<uintptr_t>(raw) % CACHE_LINE_SIZE; in SetTotalBits() local62 if (kNumBlocks > 0 && cache_line_offset > 0) { in SetTotalBits()63 raw += CACHE_LINE_SIZE - cache_line_offset; in SetTotalBits()