Searched refs:percpu_list_ptr (Results 1 – 1 of 1) sorted by relevance
1253 intptr_t percpu_list_ptr; member1271 while (!__atomic_load_n(&args->percpu_list_ptr, __ATOMIC_ACQUIRE)) {} in test_membarrier_worker_thread()1280 &args->percpu_list_ptr, in test_membarrier_worker_thread()1339 __atomic_store_n(&args->percpu_list_ptr, (intptr_t)&list_a, __ATOMIC_RELEASE); in test_membarrier_manager_thread()1354 __atomic_store_n(&args->percpu_list_ptr, (intptr_t)&list_b, __ATOMIC_RELEASE); in test_membarrier_manager_thread()1377 __atomic_store_n(&args->percpu_list_ptr, (intptr_t)&list_a, __ATOMIC_RELEASE); in test_membarrier_manager_thread()1412 thread_args.percpu_list_ptr = 0; in test_membarrier()