Searched defs:GEM_BUG_ON (Results 1 – 1 of 1) sorted by relevance
97 #define GEM_BUG_ON(condition) do { if (unlikely((condition))) { \ macro112 #define GEM_BUG_ON(expr) BUILD_BUG_ON_INVALID(expr) macro
Completed in 5 milliseconds