Searched refs:BUILD_BUG_ON (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-xdr.c263 BUILD_BUG_ON(sizeof (char) != 1);
274 BUILD_BUG_ON(sizeof (char) != 1);
295 BUILD_BUG_ON(sizeof (unsigned short) != 2);
305 BUILD_BUG_ON(sizeof (unsigned short) != 2);
325 BUILD_BUG_ON(sizeof (unsigned) != 4);
333 BUILD_BUG_ON(sizeof (unsigned) != 4);
341 BUILD_BUG_ON(sizeof (u_longlong_t) != 8);
354 BUILD_BUG_ON(sizeof (u_longlong_t) != 8);
409 BUILD_BUG_ON(sizeof (uint_t) > sizeof (size_t));
466 BUILD_BUG_ON(sizeo
[all...]
/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/spl/rpc/
H A Dxdr.h102 BUILD_BUG_ON(sizeof (short) != 2);
113 BUILD_BUG_ON(sizeof (int) != 4);
124 BUILD_BUG_ON(sizeof (longlong_t) != 8);
/freebsd-13-stable/sys/dev/mlx5/
H A Ddevice.h74 BUILD_BUG_ON(__mlx5_st_sz_bits(typ) % 32); \
75 BUILD_BUG_ON(__mlx5_bit_sz(typ, fld) > 32); \
83 BUILD_BUG_ON(__mlx5_st_sz_bits(typ) % 32); \
84 BUILD_BUG_ON(__mlx5_bit_sz(typ, fld) > 32); \
102 BUILD_BUG_ON(__mlx5_bit_sz(typ, fld) != 64); \
107 BUILD_BUG_ON(__mlx5_bit_off(typ, fld) % 64); \
112 BUILD_BUG_ON(__mlx5_bit_off(typ, fld) % 64); \
124 BUILD_BUG_ON(__mlx5_st_sz_bits(typ) % 16); \
162 BUILD_BUG_ON(__mlx5_st_sz_bits(typ) % 32); \
163 BUILD_BUG_ON(__mlx5_bit_s
[all...]
/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dkmem.h111 BUILD_BUG_ON(SPL_FSTRANS == 0);
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h92 #define BUILD_BUG_ON(x) CTASSERT(!(x)) macro
93 #define BUILD_BUG_ON_MSG(x, msg) BUILD_BUG_ON(x)
94 #define BUILD_BUG_ON_NOT_POWER_OF_2(x) BUILD_BUG_ON(!powerof2(x))
/freebsd-13-stable/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_ipsec.c184 BUILD_BUG_ON((sizeof(struct mlx5_accel_ipsec_sa) & 3) != 0);
/freebsd-13-stable/sys/dev/drm2/
H A Ddrm_os_freebsd.h84 #define BUILD_BUG_ON(x) CTASSERT(!(x)) macro
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dbcm_osal.h141 #define BUILD_BUG_ON(cond) nothing macro
/freebsd-13-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c1128 BUILD_BUG_ON(MLX5_MAX_BFREGS % MLX5_NON_FP_BFREGS_IN_PAGE);
1129 BUILD_BUG_ON(MLX5_MAX_BFREGS < MLX5_NON_FP_BFREGS_IN_PAGE);
3186 BUILD_BUG_ON(ARRAY_SIZE(names) != ARRAY_SIZE(stats_offsets));
H A Dmlx5_ib_qp.c561 BUILD_BUG_ON(NUM_NON_BLUE_FLAME_BFREGS != 1);

Completed in 126 milliseconds