Home
last modified time | relevance | path

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

/include/linux/
A Dkconfig.h24 #define __or(x, y) ___or(x, y) macro
65 #define IS_REACHABLE(option) __or(IS_BUILTIN(option), \
73 #define IS_ENABLED(option) __or(IS_BUILTIN(option), IS_MODULE(option))

Completed in 2 milliseconds