Home
last modified time | relevance | path

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

/include/linux/
Dcompiler.h48 # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) macro
78 # define unlikely(x) __builtin_expect(!!(x), 0) macro