Symbol: BUILD_BUG_ON
sys/compat/linuxkpi/common/include/linux/build_bug.h
57
#define BUILD_BUG_ON_MSG(x, msg) BUILD_BUG_ON(x)
sys/compat/linuxkpi/common/include/linux/build_bug.h
58
#define BUILD_BUG_ON_NOT_POWER_OF_2(x) BUILD_BUG_ON(!powerof2(x))
sys/compat/linuxkpi/common/include/linux/sort.h
37
BUILD_BUG_ON(swap); \
sys/dev/mlx5/device.h
100
BUILD_BUG_ON(__mlx5_bit_sz(typ, fld) != 64); \
sys/dev/mlx5/device.h
105
BUILD_BUG_ON(__mlx5_bit_off(typ, fld) % 64); \
sys/dev/mlx5/device.h
110
BUILD_BUG_ON(__mlx5_bit_off(typ, fld) % 64); \
sys/dev/mlx5/device.h
122
BUILD_BUG_ON(__mlx5_st_sz_bits(typ) % 16); \
sys/dev/mlx5/device.h
162
BUILD_BUG_ON(__mlx5_st_sz_bits(typ) % 32); \
sys/dev/mlx5/device.h
163
BUILD_BUG_ON(__mlx5_bit_sz(typ, fld) > 32); \
sys/dev/mlx5/device.h
72
BUILD_BUG_ON(__mlx5_st_sz_bits(typ) % 32); \
sys/dev/mlx5/device.h
73
BUILD_BUG_ON(__mlx5_bit_sz(typ, fld) > 32); \
sys/dev/mlx5/device.h
81
BUILD_BUG_ON(__mlx5_st_sz_bits(typ) % 32); \
sys/dev/mlx5/device.h
82
BUILD_BUG_ON(__mlx5_bit_sz(typ, fld) > 32); \
sys/dev/mlx5/mlx5_fpga/mlx5fpga_ipsec.c
182
BUILD_BUG_ON((sizeof(struct mlx5_accel_ipsec_sa) & 3) != 0);
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
1140
BUILD_BUG_ON(MLX5_MAX_BFREGS % MLX5_NON_FP_BFREGS_IN_PAGE);
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
1141
BUILD_BUG_ON(MLX5_MAX_BFREGS < MLX5_NON_FP_BFREGS_IN_PAGE);
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
3276
BUILD_BUG_ON(ARRAY_SIZE(names) != ARRAY_SIZE(stats_offsets));
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
563
BUILD_BUG_ON(NUM_NON_BLUE_FLAME_BFREGS != 1);
sys/dev/qat/qat_common/adf_pfvf_vf_msg.c
63
BUILD_BUG_ON(ADF_PFVF_COMPAT_THIS_VERSION > 255);
sys/dev/qat/qat_common/qat_uclo.c
2150
BUILD_BUG_ON(ICP_QAT_UCLO_MAX_AE >
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
1952
BUILD_BUG_ON(IB_USER_LAST_QP_ATTR_MASK == (1 << 31));
sys/ofed/drivers/infiniband/core/ib_uverbs_std_types_flow_action.c
150
BUILD_BUG_ON(offsetof(struct ib_uverbs_flow_ipv4_filter, flags) +
sys/ofed/drivers/infiniband/core/ib_uverbs_std_types_flow_action.c
152
BUILD_BUG_ON(offsetof(struct ib_uverbs_flow_ipv6_filter, reserved) +