Searched refs:BUILD_BUG_ON_MSG (Results 1 – 5 of 5) sorted by relevance
/include/linux/ |
D | build_bug.h | 39 #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")
|
D | bitfield.h | 62 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) > \
|
D | kernel.h | 499 BUILD_BUG_ON_MSG(!__same_type(*(ptr), ((type *)0)->member) && \ 514 BUILD_BUG_ON_MSG(!__same_type(*(ptr), ((type *)0)->member) && \
|
D | string.h | 181 BUILD_BUG_ON_MSG(!__same_type(*(a), *(b)), \
|
D | slab.h | 430 BUILD_BUG_ON_MSG(1, "unexpected size in kmalloc_index()"); in __kmalloc_index()
|