Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_gem.h46 #define GEM_BUG_ON(condition) KASSERT(!(condition)) macro
48 #define GEM_BUG_ON(condition) BUILD_BUG_ON_INVALID(condition) macro
51 #define GEM_BUG_ON(condition) do { if (unlikely((condition))) { \ macro
70 #define GEM_BUG_ON(expr) BUILD_BUG_ON_INVALID(expr) macro