Searched refs:compiletime_assert (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.15/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.15/tools/include/linux/ |
D | build_bug.h | 39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
|
D | compiler.h | 34 #define compiletime_assert(condition, msg) \ macro
|
/Linux-v5.15/include/linux/ |
D | build_bug.h | 39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
|
D | compiler_types.h | 321 #define compiletime_assert(condition, msg) \ macro 325 compiletime_assert(__native_word(t), \
|
/Linux-v5.15/drivers/input/misc/ |
D | ariel-pwrbutton.c | 43 compiletime_assert(sizeof(read_request) == sizeof(*response), in ec_input_read()
|
/Linux-v5.15/lib/ |
D | test_stackinit.c | 52 #define compiletime_assert(condition, msg) \ macro 54 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
|
/Linux-v5.15/drivers/net/ethernet/microchip/sparx5/ |
D | sparx5_netdev.c | 23 compiletime_assert(width <= 40, \
|
/Linux-v5.15/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.15/drivers/staging/wfx/ |
D | data_tx.c | 409 compiletime_assert(sizeof(struct wfx_tx_priv) <= driver_data_room, in wfx_tx()
|
/Linux-v5.15/kernel/bpf/ |
D | helpers.c | 256 compiletime_assert(u.val == 0, "__ARCH_SPIN_LOCK_UNLOCKED not 0"); in __bpf_spin_lock()
|
/Linux-v5.15/drivers/input/keyboard/ |
D | applespi.c | 1153 compiletime_assert(ARRAY_SIZE(applespi_controlcodes) == in applespi_handle_keyboard_event()
|
/Linux-v5.15/drivers/usb/gadget/ |
D | composite.c | 1217 compiletime_assert( in get_string()
|
/Linux-v5.15/net/ethtool/ |
D | ioctl.c | 533 compiletime_assert(__ETHTOOL_LINK_MODE_MASK_NU32 <= S8_MAX, in ethtool_get_link_ksettings()
|