Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
CI_BUG_ON
drivers/gpu/drm/i915/i915_memcpy.c
35
#define CI_BUG_ON(expr) BUG_ON(expr)
drivers/gpu/drm/i915/i915_memcpy.c
37
#define CI_BUG_ON(expr) BUILD_BUG_ON_INVALID(expr)