Home
last modified time | relevance | path

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

/include/linux/
Dbuild_bug.h39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) macro
50 BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition)
59 #define BUILD_BUG() BUILD_BUG_ON_MSG(1, "BUILD_BUG failed")
Dbitfield.h62 BUILD_BUG_ON_MSG(!__builtin_constant_p(_mask), \
64 BUILD_BUG_ON_MSG((_mask) == 0, _pfx "mask is zero"); \
65 BUILD_BUG_ON_MSG(__builtin_constant_p(_val) ? \
68 BUILD_BUG_ON_MSG(__bf_cast_unsigned(_mask, _mask) > \
Dkernel.h499 BUILD_BUG_ON_MSG(!__same_type(*(ptr), ((type *)0)->member) && \
514 BUILD_BUG_ON_MSG(!__same_type(*(ptr), ((type *)0)->member) && \
Dstring.h181 BUILD_BUG_ON_MSG(!__same_type(*(a), *(b)), \
Dslab.h430 BUILD_BUG_ON_MSG(1, "unexpected size in kmalloc_index()"); in __kmalloc_index()