Searched refs:percpu_list_ptr (Results 1 – 1 of 1) sorted by relevance
1250 intptr_t percpu_list_ptr; member1268 while (!__atomic_load_n(&args->percpu_list_ptr, __ATOMIC_ACQUIRE)) {} in test_membarrier_worker_thread()1277 &args->percpu_list_ptr, in test_membarrier_worker_thread()1336 __atomic_store_n(&args->percpu_list_ptr, (intptr_t)&list_a, __ATOMIC_RELEASE); in test_membarrier_manager_thread()1351 __atomic_store_n(&args->percpu_list_ptr, (intptr_t)&list_b, __ATOMIC_RELEASE); in test_membarrier_manager_thread()1374 __atomic_store_n(&args->percpu_list_ptr, (intptr_t)&list_a, __ATOMIC_RELEASE); in test_membarrier_manager_thread()1409 thread_args.percpu_list_ptr = 0; in test_membarrier()