Searched refs:cpu_b (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/lib/perf/
H A Dcpumap.c122 const struct perf_cpu *cpu_a = a, *cpu_b = b; local
124 return cpu_a->cpu - cpu_b->cpu;
/linux-master/tools/testing/selftests/rseq/
H A Dparam_test.c1300 int cpu_a = 0, cpu_b = 0; local
1321 if (expect_b != __atomic_load_n(&list_b.c[cpu_b].head->data, __ATOMIC_ACQUIRE)) {
1339 cpu_b = rand() % CPU_SETSIZE;
1351 if (rseq_membarrier_expedited(cpu_b) &&
1357 expect_b = __atomic_load_n(&list_b.c[cpu_b].head->data, __ATOMIC_ACQUIRE);

Completed in 111 milliseconds