Searched refs:compiletime_assert (Results 1 – 7 of 7) sorted by relevance
39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
349 #define compiletime_assert(condition, msg) \ macro353 compiletime_assert(__native_word(t), \
229 compiletime_assert(u.val == 0, "__ARCH_SPIN_LOCK_UNLOCKED not 0"); in __bpf_spin_lock()
624 compiletime_assert(QMU_GPD_SIZE == 16, "QMU_GPD size SHOULD be 16B"); in mtu3_qmu_init()
1129 compiletime_assert(ARRAY_SIZE(applespi_controlcodes) == in applespi_handle_keyboard_event()
1121 compiletime_assert( in get_string()
631 compiletime_assert(__ETHTOOL_LINK_MODE_MASK_NU32 <= S8_MAX, in ethtool_get_link_ksettings()