Home
last modified time | relevance | path

Searched refs:compiletime_assert (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.10/include/asm-generic/
Drwonce.h36 compiletime_assert(__native_word(t) || sizeof(t) == sizeof(long long), \
77 compiletime_assert(sizeof(x) == sizeof(unsigned long), \
/Linux-v5.10/tools/include/linux/
Dbuild_bug.h39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
Dcompiler.h36 #define compiletime_assert(condition, msg) \ macro
/Linux-v5.10/include/linux/
Dbuild_bug.h39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
Dcompiler_types.h314 #define compiletime_assert(condition, msg) \ macro
318 compiletime_assert(__native_word(t), \
/Linux-v5.10/kernel/bpf/
Dhelpers.c244 compiletime_assert(u.val == 0, "__ARCH_SPIN_LOCK_UNLOCKED not 0"); in __bpf_spin_lock()
/Linux-v5.10/drivers/staging/wfx/
Ddata_tx.c405 compiletime_assert(sizeof(struct wfx_tx_priv) <= driver_data_room, in wfx_tx()
/Linux-v5.10/drivers/usb/mtu3/
Dmtu3_qmu.c624 compiletime_assert(QMU_GPD_SIZE == 16, "QMU_GPD size SHOULD be 16B"); in mtu3_qmu_init()
/Linux-v5.10/drivers/input/keyboard/
Dapplespi.c1129 compiletime_assert(ARRAY_SIZE(applespi_controlcodes) == in applespi_handle_keyboard_event()
/Linux-v5.10/drivers/usb/gadget/
Dcomposite.c1176 compiletime_assert( in get_string()
/Linux-v5.10/net/ethtool/
Dioctl.c531 compiletime_assert(__ETHTOOL_LINK_MODE_MASK_NU32 <= S8_MAX, in ethtool_get_link_ksettings()