Home
last modified time | relevance | path

Searched defs:unlikely (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dcompiler.h124 # define unlikely(x) (__builtin_constant_p(x) ? !!(x) : __branch_check__(x, 0)) macro
153 # define unlikely(x) __builtin_expect(!!(x), 0) macro