Home
last modified time | relevance | path

Searched refs:__branch_check__ (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/
A Dcompiler.h23 #define __branch_check__(x, expect, is_constant) ({ \ macro
45 # define likely(x) (__branch_check__(x, 1, __builtin_constant_p(x)))
48 # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x)))

Completed in 3 milliseconds