Searched refs:UNLIKELY (Results 1 – 6 of 6) sorted by relevance
27 #ifndef UNLIKELY28 #define UNLIKELY(x) __builtin_expect(!!(x), 0) macro55 if (UNLIKELY(g_fd < 0)) { in SelinuxKmsg()
79 #ifndef UNLIKELY80 #define UNLIKELY(x) __builtin_expect(!!(x), 0) macro
78 if (UNLIKELY(g_fd < 0)) { in LogToDmesg()
63 #define UNLIKELY(exp) (__builtin_expect(!!(exp), false)) macro
42 if (UNLIKELY(g_dmesgFd < 0)) { in LogToDmesg()
62 if (UNLIKELY(errInfo == NULL)) { // Should not happen. in SendErrorInfo()