Searched refs:BUILD_BUG_ON (Results 201 - 225 of 1323) sorted by last modified time

1234567891011>>

/linux-master/fs/ubifs/
H A Dsuper.c2380 BUILD_BUG_ON(sizeof(struct ubifs_ch) != 24);
2383 BUILD_BUG_ON(UBIFS_CH_SZ & 7);
2384 BUILD_BUG_ON(UBIFS_INO_NODE_SZ & 7);
2385 BUILD_BUG_ON(UBIFS_DENT_NODE_SZ & 7);
2386 BUILD_BUG_ON(UBIFS_XENT_NODE_SZ & 7);
2387 BUILD_BUG_ON(UBIFS_DATA_NODE_SZ & 7);
2388 BUILD_BUG_ON(UBIFS_TRUN_NODE_SZ & 7);
2389 BUILD_BUG_ON(UBIFS_SB_NODE_SZ & 7);
2390 BUILD_BUG_ON(UBIFS_MST_NODE_SZ & 7);
2391 BUILD_BUG_ON(UBIFS_REF_NODE_S
[all...]
/linux-master/drivers/usb/host/
H A Dxhci.c5439 BUILD_BUG_ON(sizeof(struct xhci_doorbell_array) != 256*32/8);
5440 BUILD_BUG_ON(sizeof(struct xhci_slot_ctx) != 8*32/8);
5441 BUILD_BUG_ON(sizeof(struct xhci_ep_ctx) != 8*32/8);
5445 BUILD_BUG_ON(sizeof(struct xhci_stream_ctx) != 4*32/8);
5446 BUILD_BUG_ON(sizeof(union xhci_trb) != 4*32/8);
5447 BUILD_BUG_ON(sizeof(struct xhci_erst_entry) != 4*32/8);
5448 BUILD_BUG_ON(sizeof(struct xhci_cap_regs) != 8*32/8);
5449 BUILD_BUG_ON(sizeof(struct xhci_intr_reg) != 8*32/8);
5451 BUILD_BUG_ON(sizeof(struct xhci_run_regs) != (8+8*128)*32/8);
/linux-master/drivers/tty/serial/
H A Dsh-sci.c3338 BUILD_BUG_ON(SCI_NPORTS > sizeof(sci_ports_in_use) * 8);
/linux-master/drivers/thunderbolt/
H A Ddomain.c381 BUILD_BUG_ON(sizeof(struct tb_regs_switch_header) != 5 * 4);
382 BUILD_BUG_ON(sizeof(struct tb_regs_port_header) != 8 * 4);
383 BUILD_BUG_ON(sizeof(struct tb_regs_hop) != 2 * 4);
/linux-master/drivers/scsi/
H A Dscsi_debug.c2598 BUILD_BUG_ON(sizeof(struct grouping_m_pg) !=
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu.c821 BUILD_BUG_ON(offsetof(struct rvu_fwdata, cgx_fw_data) > FWDATA_CGX_LMAC_OFFSET);
/linux-master/drivers/mtd/ubi/
H A Dbuild.c1337 BUILD_BUG_ON(sizeof(struct ubi_ec_hdr) != 64);
1338 BUILD_BUG_ON(sizeof(struct ubi_vid_hdr) != 64);
/linux-master/drivers/hv/
H A Dhv_common.c104 BUILD_BUG_ON(PAGE_SIZE < HV_HYP_PAGE_SIZE);
/linux-master/drivers/greybus/
H A Dcore.c335 BUILD_BUG_ON(CPORT_ID_MAX >= (long)CPORT_ID_BAD);
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_hdmi.c2716 BUILD_BUG_ON(offsetof(struct vc4_hdmi_audio, card) != 0);
2717 BUILD_BUG_ON(offsetof(struct vc4_hdmi, audio) != 0);
/linux-master/drivers/firewire/
H A Dcore-device.c792 BUILD_BUG_ON(ARRAY_SIZE(unit->attribute_group.attrs) <
1116 BUILD_BUG_ON(ARRAY_SIZE(device->attribute_group.attrs) <
/linux-master/drivers/block/
H A Dfloppy.c3669 BUILD_BUG_ON(offsetof(struct floppy_struct, name) !=
/linux-master/arch/riscv/include/asm/
H A Dcmpxchg.h150 BUILD_BUG_ON(sizeof(*(ptr)) != 4); \
156 BUILD_BUG_ON(sizeof(*(ptr)) != 8); \
352 BUILD_BUG_ON(sizeof(*(ptr)) != 8); \
358 BUILD_BUG_ON(sizeof(*(ptr)) != 8); \
/linux-master/arch/riscv/crypto/
H A Dsha512-riscv64-glue.c34 BUILD_BUG_ON(offsetof(struct sha512_state, state) != 0);
H A Dsm3-riscv64-glue.c34 BUILD_BUG_ON(offsetof(struct sm3_state, state) != 0);
H A Dsha256-riscv64-glue.c34 BUILD_BUG_ON(offsetof(struct sha256_state, state) != 0);
/linux-master/arch/arm/mm/
H A Dinit.c294 BUILD_BUG_ON(TASK_SIZE > MODULES_VADDR);
299 BUILD_BUG_ON(PKMAP_BASE + LAST_PKMAP * PAGE_SIZE > PAGE_OFFSET);
/linux-master/drivers/s390/virtio/
H A Dvirtio_ccw.c438 BUILD_BUG_ON(sizeof(struct subchannel_id) != sizeof(unsigned int));
/linux-master/drivers/s390/scsi/
H A Dzfcp_fsf.c2498 BUILD_BUG_ON(sizeof(struct fcp_resp_with_ext) > FSF_FCP_RSP_SIZE);
2593 BUILD_BUG_ON(sizeof(scsi_cmnd->host_scribble) < sizeof(req->req_id));
2613 BUILD_BUG_ON(sizeof(struct fcp_cmnd) > FSF_FCP_CMND_SIZE);
/linux-master/kernel/trace/
H A Dtrace.c10246 BUILD_BUG_ON(TRACE_ITER_LAST_BIT > TRACE_FLAGS_MAX_SIZE);
/linux-master/fs/overlayfs/
H A Dcopy_up.c222 BUILD_BUG_ON(OVL_COPY_FS_FLAGS_MASK & ~FS_COMMON_FL);
226 BUILD_BUG_ON(OVL_COPY_FSX_FLAGS_MASK & ~FS_XFLAG_COMMON);
412 BUILD_BUG_ON(OVL_FH_FID_OFFSET % 4);
413 BUILD_BUG_ON(MAX_HANDLE_SZ + OVL_FH_FID_OFFSET > 255);
/linux-master/fs/dlm/
H A Ddlm_internal.h778 BUILD_BUG_ON(BIT(__DLM_SBF_MAX_BIT) != DLM_SBF_ALTMODE);
/linux-master/fs/afs/
H A Ddir.c256 BUILD_BUG_ON(sizeof(union afs_xdr_dir_block) != 2048);
257 BUILD_BUG_ON(sizeof(union afs_xdr_dirent) != 32);
587 BUILD_BUG_ON(sizeof(union afs_xdr_dir_block) != 2048);
588 BUILD_BUG_ON(sizeof(union afs_xdr_dirent) != 32);
655 BUILD_BUG_ON(sizeof(union afs_xdr_dir_block) != 2048);
656 BUILD_BUG_ON(sizeof(union afs_xdr_dirent) != 32);
/linux-master/drivers/xen/
H A Dballoon.c289 BUILD_BUG_ON(XEN_PAGE_SIZE != PAGE_SIZE);
618 BUILD_BUG_ON(XEN_PAGE_SIZE != PAGE_SIZE);
/linux-master/drivers/input/
H A Dinput.c1144 BUILD_BUG_ON(sizeof(union input_seq_state) != sizeof(seq->private));
1267 BUILD_BUG_ON(sizeof(union input_seq_state) != sizeof(seq->private));

Completed in 409 milliseconds

1234567891011>>