Searched refs:fence_context_counter (Results 1 – 1 of 1) sorted by relevance
38 static atomic_t fence_context_counter = ATOMIC_INIT(0); variable50 return atomic_add_return(num, &fence_context_counter) - num; in fence_context_alloc()