Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_dense_alloc.h103 uptr fillpos = atomic_load_relaxed(&fillpos_); in ForEach() local
104 for (uptr l1 = 0; l1 < fillpos; l1++) { in ForEach()
172 uptr fillpos = atomic_load_relaxed(&fillpos_); in AllocSuperBlock() local
173 if (fillpos == kL1Size) { in AllocSuperBlock()
179 fillpos, kL1Size, kL2Size); in AllocSuperBlock()
181 map_[fillpos] = batch; in AllocSuperBlock()
183 for (IndexT i = fillpos ? 0 : 1; i < kL2Size; i++) { in AllocSuperBlock()
185 c->cache[c->pos++] = i + fillpos * kL2Size; in AllocSuperBlock()
189 atomic_store_relaxed(&fillpos_, fillpos + 1); in AllocSuperBlock()