Home
last modified time | relevance | path

Searched refs:rseq_unlikely (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/tools/testing/selftests/rseq/
Drseq.h64 #define rseq_unlikely(x) __builtin_expect(!!(x), 0) macro
151 if (rseq_unlikely(cpu < 0)) in rseq_current_cpu()
Dparam_test.c478 } while (rseq_unlikely(ret)); in test_percpu_inc_thread()
1189 } while (rseq_unlikely(ret)); in test_membarrier_worker_thread()