Searched refs:BUILD_BUG_ON (Results 101 - 125 of 1323) sorted by last modified time

1234567891011>>

/linux-master/include/net/netfilter/
H A Dnf_tables.h1598 BUILD_BUG_ON(offsetof(struct nft_set_ext, genmask) != 0);
1606 BUILD_BUG_ON(offsetof(struct nft_set_ext, genmask) != 0);
/linux-master/include/linux/
H A Dswapops.h522 BUILD_BUG_ON(SWP_TYPE_SHIFT < SWP_PFN_BITS);
H A Dio_uring_types.h592 BUILD_BUG_ON(cmd_sz > sizeof(struct io_cmd_data));
/linux-master/fs/fuse/
H A Dcuse.c437 BUILD_BUG_ON(CUSE_INIT_INFO_MAX > PAGE_SIZE);
/linux-master/drivers/net/
H A Dtun.c2350 BUILD_BUG_ON(sizeof(u32) != sizeof(uid_t));
2351 BUILD_BUG_ON(sizeof(u32) != sizeof(gid_t));
/linux-master/drivers/infiniband/core/
H A Dcm.c1009 BUILD_BUG_ON(offsetof(struct cm_timewait_info, work) != 0);
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c2077 BUILD_BUG_ON(ARRAY_SIZE(display_unit_names) != (vmw_du_max + 1));
H A Dvmwgfx_drv.c372 BUILD_BUG_ON(ARRAY_SIZE(names) != (VMW_SM_MAX + 1));
/linux-master/drivers/char/
H A Drandom.c456 BUILD_BUG_ON(PAGE_SIZE % sizeof(block) != 0);
1415 BUILD_BUG_ON(PAGE_SIZE % sizeof(block) != 0);
/linux-master/fs/bcachefs/
H A Dbuckets.h72 BUILD_BUG_ON(!((union ulong_byte_assert) { .ulong = 1UL << BUCKET_LOCK_BITNR }).byte);
/linux-master/drivers/vhost/
H A Dvhost.c1819 BUILD_BUG_ON(__alignof__ *vq->avail > VRING_AVAIL_ALIGN_SIZE);
1820 BUILD_BUG_ON(__alignof__ *vq->used > VRING_USED_ALIGN_SIZE);
/linux-master/io_uring/
H A Dnet.c813 BUILD_BUG_ON(offsetof(struct io_recvmsg_multishot_hdr, addr) !=
H A Dio_uring.c1300 BUILD_BUG_ON(IO_CQ_WAKE_FORCE <= IORING_MAX_CQ_ENTRIES);
4101 BUILD_BUG_ON(offsetof(stype, ename) != eoffset); \
4102 BUILD_BUG_ON(sizeof_field(stype, ename) != esize); \
4109 BUILD_BUG_ON(sizeof(struct io_uring_sqe) != 64);
4153 BUILD_BUG_ON(sizeof(struct io_uring_files_update) !=
4155 BUILD_BUG_ON(sizeof(struct io_uring_rsrc_update) >
4159 BUILD_BUG_ON(offsetof(struct io_uring_buf_ring, bufs) != 0);
4160 BUILD_BUG_ON(offsetof(struct io_uring_buf, resv) !=
4164 BUILD_BUG_ON(SQE_VALID_FLAGS >= (1 << 8));
4165 BUILD_BUG_ON(SQE_COMMON_FLAG
[all...]
/linux-master/fs/zonefs/
H A Dsuper.c1446 BUILD_BUG_ON(sizeof(struct zonefs_super) != ZONEFS_SUPER_SIZE);
/linux-master/drivers/iommu/amd/
H A Dinit.c1549 BUILD_BUG_ON(sizeof(e->ext_hid) != ACPIHID_HID_LEN - 1);
/linux-master/block/
H A Dblk-core.c1237 BUILD_BUG_ON((__force u32)REQ_OP_LAST >= (1 << REQ_OP_BITS));
1238 BUILD_BUG_ON(REQ_OP_BITS + REQ_FLAG_BITS > 8 *
1240 BUILD_BUG_ON(REQ_OP_BITS + REQ_FLAG_BITS > 8 *
/linux-master/net/ipv6/
H A Daddrconf.c3361 BUILD_BUG_ON(sizeof(data.__data) != sizeof(data));
5906 BUILD_BUG_ON(sizeof(token->s6_addr) != 16);
/linux-master/net/bluetooth/rfcomm/
H A Dsock.c1038 BUILD_BUG_ON(sizeof(struct sockaddr_rc) > sizeof(struct sockaddr));
/linux-master/net/bluetooth/
H A Diso.c2289 BUILD_BUG_ON(sizeof(struct sockaddr_iso) > sizeof(struct sockaddr));
H A Dhci_sock.c2227 BUILD_BUG_ON(sizeof(struct sockaddr_hci) > sizeof(struct sockaddr));
/linux-master/net/batman-adv/
H A Dtranslation-table.c4157 BUILD_BUG_ON(!(BATADV_TT_SYNC_MASK & BATADV_TT_REMOTE_MASK));
/linux-master/drivers/target/
H A Dtarget_core_configfs.c675 BUILD_BUG_ON(sizeof(dev->t10_wwn.model) != INQUIRY_MODEL_LEN + 1);
1466 BUILD_BUG_ON(sizeof(dev->t10_wwn.vendor) != INQUIRY_VENDOR_LEN + 1);
1522 BUILD_BUG_ON(sizeof(dev->t10_wwn.model) != INQUIRY_MODEL_LEN + 1);
1578 BUILD_BUG_ON(sizeof(dev->t10_wwn.revision) != INQUIRY_REVISION_LEN + 1);
/linux-master/drivers/net/ethernet/realtek/
H A Dr8169_main.c1636 BUILD_BUG_ON(sizeof(info->fw_version) < sizeof(rtl_fw->version));
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c4027 BUILD_BUG_ON((int)NPC_LT_LD_TCP !=
4029 BUILD_BUG_ON((int)NPC_LT_LD_UDP !=
4031 BUILD_BUG_ON((int)NPC_LT_LD_SCTP !=
/linux-master/drivers/hv/
H A Dvmbus_drv.c1036 BUILD_BUG_ON(sizeof(enum vmbus_channel_message_type) != sizeof(u32));

Completed in 716 milliseconds

1234567891011>>