Searched refs:compiletime_assert (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.10/include/asm-generic/ |
D | rwonce.h | 36 compiletime_assert(__native_word(t) || sizeof(t) == sizeof(long long), \ 77 compiletime_assert(sizeof(x) == sizeof(unsigned long), \
|
/Linux-v5.10/tools/include/linux/ |
D | build_bug.h | 39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
|
D | compiler.h | 36 #define compiletime_assert(condition, msg) \ macro
|
/Linux-v5.10/include/linux/ |
D | build_bug.h | 39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
|
D | compiler_types.h | 314 #define compiletime_assert(condition, msg) \ macro 318 compiletime_assert(__native_word(t), \
|
/Linux-v5.10/kernel/bpf/ |
D | helpers.c | 244 compiletime_assert(u.val == 0, "__ARCH_SPIN_LOCK_UNLOCKED not 0"); in __bpf_spin_lock()
|
/Linux-v5.10/drivers/staging/wfx/ |
D | data_tx.c | 405 compiletime_assert(sizeof(struct wfx_tx_priv) <= driver_data_room, in wfx_tx()
|
/Linux-v5.10/drivers/usb/mtu3/ |
D | mtu3_qmu.c | 624 compiletime_assert(QMU_GPD_SIZE == 16, "QMU_GPD size SHOULD be 16B"); in mtu3_qmu_init()
|
/Linux-v5.10/drivers/input/keyboard/ |
D | applespi.c | 1129 compiletime_assert(ARRAY_SIZE(applespi_controlcodes) == in applespi_handle_keyboard_event()
|
/Linux-v5.10/drivers/usb/gadget/ |
D | composite.c | 1176 compiletime_assert( in get_string()
|
/Linux-v5.10/net/ethtool/ |
D | ioctl.c | 531 compiletime_assert(__ETHTOOL_LINK_MODE_MASK_NU32 <= S8_MAX, in ethtool_get_link_ksettings()
|