Searched refs:percpu_list_ptr (Results 1 – 1 of 1) sorted by relevance
1226 intptr_t percpu_list_ptr; member1244 while (!__atomic_load_n(&args->percpu_list_ptr, __ATOMIC_ACQUIRE)) {} in test_membarrier_worker_thread()1253 &args->percpu_list_ptr, in test_membarrier_worker_thread()1312 __atomic_store_n(&args->percpu_list_ptr, (intptr_t)&list_a, __ATOMIC_RELEASE); in test_membarrier_manager_thread()1327 __atomic_store_n(&args->percpu_list_ptr, (intptr_t)&list_b, __ATOMIC_RELEASE); in test_membarrier_manager_thread()1350 __atomic_store_n(&args->percpu_list_ptr, (intptr_t)&list_a, __ATOMIC_RELEASE); in test_membarrier_manager_thread()1385 thread_args.percpu_list_ptr = 0; in test_membarrier()