HomeSort by relevance Sort by last modified time
    Searched refs:rseq_unlikely (Results 1 - 2 of 2) sorted by null

  /external/linux-kselftest/tools/testing/selftests/rseq/
rseq.h 50 #define rseq_unlikely(x) __builtin_expect(!!(x), 0) macro
135 if (rseq_unlikely(cpu < 0))
param_test.c 454 } while (rseq_unlikely(ret));

Completed in 4959 milliseconds