Searched refs:list_a (Results 1 - 1 of 1) sorted by last modified time

/linux-master/tools/testing/selftests/rseq/
H A Dparam_test.c1298 struct percpu_list list_a, list_b; local
1309 test_membarrier_init_percpu_list(&list_a);
1312 __atomic_store_n(&args->percpu_list_ptr, (intptr_t)&list_a, __ATOMIC_RELEASE);
1315 /* list_a is "active". */
1335 * in list_a should be stable.
1337 expect_a = __atomic_load_n(&list_a.c[cpu_a].head->data, __ATOMIC_ACQUIRE);
1341 * As list_a is "inactive", we should never see changes
1342 * to list_a.
1344 if (expect_a != __atomic_load_n(&list_a.c[cpu_a].head->data, __ATOMIC_ACQUIRE)) {
1349 /* Make list_a "activ
[all...]

Completed in 158 milliseconds