/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | rwonce.h | 36 compiletime_assert(__native_word(t) || sizeof(t) == sizeof(long long), \ 77 compiletime_assert(sizeof(x) == sizeof(unsigned long), \
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | rwonce.h | 36 compiletime_assert(__native_word(t) || sizeof(t) == sizeof(long long), \ 77 compiletime_assert(sizeof(x) == sizeof(unsigned long), \
|
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | hwcap.h | 97 compiletime_assert(ext < RISCV_ISA_EXT_MAX, in riscv_has_extension_likely() 120 compiletime_assert(ext < RISCV_ISA_EXT_MAX,
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | alternative-macros.h | 229 compiletime_assert(cpucap < ARM64_NCAPS, in alternative_has_cap_likely() 247 compiletime_assert(cpucap < ARM64_NCAPS,
|
/kernel/linux/linux-5.10/tools/include/linux/ |
H A D | build_bug.h | 39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
|
H A D | compiler.h | 28 * compiletime_assert - break build and emit msg if condition is false 36 #define compiletime_assert(condition, msg) \ macro
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | build_bug.h | 39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
|
H A D | compiler_types.h | 308 * compiletime_assert - break build and emit msg if condition is false 316 #define compiletime_assert(condition, msg) \ macro 320 compiletime_assert(__native_word(t), \
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | build_bug.h | 39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
|
H A D | compiler_types.h | 423 * compiletime_assert - break build and emit msg if condition is false 431 #define compiletime_assert(condition, msg) \ macro 435 compiletime_assert(__native_word(t), \
|
/kernel/linux/linux-6.6/tools/include/linux/ |
H A D | build_bug.h | 39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
|
H A D | compiler.h | 26 * compiletime_assert - break build and emit msg if condition is false 34 #define compiletime_assert(condition, msg) \ macro
|
/kernel/linux/linux-6.6/drivers/input/misc/ |
H A D | ariel-pwrbutton.c | 43 compiletime_assert(sizeof(read_request) == sizeof(*response), in ec_input_read()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_netdev.c | 24 compiletime_assert(width <= 40, \
|
/kernel/linux/linux-5.10/drivers/staging/wfx/ |
H A D | data_tx.c | 409 compiletime_assert(sizeof(struct wfx_tx_priv) <= driver_data_room, in wfx_tx()
|
/kernel/linux/linux-5.10/drivers/usb/mtu3/ |
H A D | mtu3_qmu.c | 630 compiletime_assert(QMU_GPD_SIZE == 16, "QMU_GPD size SHOULD be 16B"); in mtu3_qmu_init()
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | helpers.c | 245 compiletime_assert(u.val == 0, "__ARCH_SPIN_LOCK_UNLOCKED not 0"); in __bpf_spin_lock()
|
/kernel/linux/linux-6.6/drivers/usb/mtu3/ |
H A D | mtu3_qmu.c | 672 compiletime_assert(QMU_GPD_SIZE == 16, "QMU_GPD size SHOULD be 16B"); in mtu3_qmu_init()
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | applespi.c | 1138 compiletime_assert(ARRAY_SIZE(applespi_controlcodes) == in applespi_handle_keyboard_event()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/ |
H A D | composite.c | 1186 compiletime_assert( in get_string()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/ |
H A D | composite.c | 1325 compiletime_assert( in get_string()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | helpers.c | 289 compiletime_assert(u.val == 0, "__ARCH_SPIN_LOCK_UNLOCKED not 0"); in __bpf_spin_lock()
|
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | applespi.c | 1153 compiletime_assert(ARRAY_SIZE(applespi_controlcodes) == in applespi_handle_keyboard_event()
|
/kernel/linux/linux-5.10/net/ethtool/ |
H A D | ioctl.c | 535 compiletime_assert(__ETHTOOL_LINK_MODE_MASK_NU32 <= S8_MAX, in ethtool_get_link_ksettings()
|
/kernel/linux/linux-6.6/net/ethtool/ |
H A D | ioctl.c | 538 compiletime_assert(__ETHTOOL_LINK_MODE_MASK_NU32 <= S8_MAX, in ethtool_get_link_ksettings()
|