Searched refs:fio_unlikely (Results 1 - 3 of 3) sorted by relevance

/external/fio/compiler/
H A Dcompiler.h23 #define fio_unlikely(x) __builtin_expect(!!(x), 0) macro
/external/fio/lib/
H A Dlfsr.c138 } while (fio_unlikely(fl->last_val > fl->max_val));
/external/fio/
H A Dgettime.c212 if (fio_unlikely(fio_tv)) {

Completed in 81 milliseconds