Searched refs:next_fault_buffer_index_ptr (Results 1 – 1 of 1) sorted by relevance
159 static inline _Atomic size_t *next_fault_buffer_index_ptr(test_globals_t *globals);336 …size_t index = atomic_fetch_add_explicit(next_fault_buffer_index_ptr(globals), 1UL, memory_order_a… in get_fault_buffer()434 atomic_store_explicit(next_fault_buffer_index_ptr(globals), 0, memory_order_release); in setup_memory()679 next_fault_buffer_index_ptr(test_globals_t *globals) in next_fault_buffer_index_ptr() function