Searched refs:unlikely (Results 1 – 8 of 8) sorted by relevance
7 #define unlikely(expr) __builtin_expect (expr, 0) macro13 if (unlikely(cond)) { \22 if (unlikely(!(x))) { \33 if (unlikely(cond)) { \83 if(unlikely(verbose_flag)) \
21 #define IS_ERR_VALUE(x) unlikely((x) >= (unsigned long)-MAX_ERRNO)
20 #define DEBUG_LOCKS_WARN_ON(c) ({ int __ret = 0; if (unlikely(c)) { if (debug_locks_off())…
438 #define end_io_error(uptodate) (unlikely((uptodate) <= 0))
29 #define WARN_ON_ONCE(condition) ({ static int __warn_once = 1; int __ret = 0; if (unlikely…
24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address)…
56 … int __ret_pu; __typeof__(*(ptr)) __pus_tmp = x; __ret_pu=0; if(unlikely(__copy_to_user_ll…62 …,errret) do { __typeof__(*(ptr)) __pus_tmp = x; retval = 0; if(unlikely(__copy_to_user_ll…
39 …ess(l, a, u) ({ long c, old; c = local_read(l); for (;;) { if (unlikely(c == (u))) brea…