Searched refs:BUILD_BUG_ON (Results 651 - 675 of 1335) sorted by relevance

<<21222324252627282930>>

/linux-master/net/ipv4/
H A Dtcp_cubic.c506 BUILD_BUG_ON(sizeof(struct bictcp) > ICSK_CA_PRIV_SIZE);
H A Dudp_tunnel_nic.c766 BUILD_BUG_ON(sizeof(utn->missed) * BITS_PER_BYTE <
769 BUILD_BUG_ON(UDP_TUNNEL_NIC_USE_CNT_MAX <
/linux-master/fs/efivarfs/
H A Dvars.c399 BUILD_BUG_ON(EFI_VAR_NAME_LEN < 512);
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dops.c1002 BUILD_BUG_ON(offsetof(struct iwl_mvm_mgmt_mcast_key_cmd, igtk) !=
1006 BUILD_BUG_ON(offsetof(struct iwl_mvm_mgmt_mcast_key_cmd, igtk) <
1040 BUILD_BUG_ON(sizeof(mvm->fw->dump_excl) !=
1220 BUILD_BUG_ON(ARRAY_SIZE(mvm->fw_id_to_mac_id) !=
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-nvm-parse.c1113 BUILD_BUG_ON(sizeof(data->iftd.low) != sizeof(iwl_he_eht_capa));
1114 BUILD_BUG_ON(sizeof(data->iftd.high) != sizeof(iwl_he_eht_capa));
1115 BUILD_BUG_ON(sizeof(data->iftd.uhb) != sizeof(iwl_he_eht_capa));
1470 BUILD_BUG_ON(ARRAY_SIZE(mei_nvm->channels) !=
/linux-master/drivers/net/wwan/t7xx/
H A Dt7xx_netdev.c228 BUILD_BUG_ON(CCMNI_MTU_MAX > DPMAIF_HW_MTU_SIZE);
/linux-master/include/net/
H A Droute.h264 BUILD_BUG_ON(offsetof(struct rtable, dst) != 0);
/linux-master/include/linux/
H A Drcupdate.h991 * The BUILD_BUG_ON check must not involve any function calls, hence the
1022 BUILD_BUG_ON(!__is_kvfree_rcu_offset(offsetof(typeof(*(ptr)), rhf))); \
/linux-master/tools/testing/selftests/bpf/
H A Ddisasm.c20 BUILD_BUG_ON(ARRAY_SIZE(func_id_str) != __BPF_FUNC_MAX_ID);
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_fw_trace.c88 BUILD_BUG_ON(ARRAY_SIZE(fw_trace->tracebuf_ctrl->tracebuf) !=
/linux-master/arch/x86/kvm/
H A Dx86.h348 BUILD_BUG_ON(XFEATURE_MASK_USER_DYNAMIC != XFEATURE_MASK_XTILE_DATA);
/linux-master/arch/mips/mm/
H A Dinit.c470 BUILD_BUG_ON(IS_ENABLED(CONFIG_32BIT) && (PFN_PTE_SHIFT > PAGE_SHIFT));
/linux-master/kernel/
H A Dpanic.c511 BUILD_BUG_ON(ARRAY_SIZE(taint_flags) != TAINT_FLAGS_COUNT);
H A Dcrash_core.c468 BUILD_BUG_ON(size > PAGE_SIZE);
/linux-master/fs/
H A Duserfaultfd.c198 BUILD_BUG_ON(sizeof(struct uffd_msg) != 32);
2209 BUILD_BUG_ON(UFFD_USER_MODE_ONLY & UFFD_SHARED_FCNTL_FLAGS);
2210 BUILD_BUG_ON(UFFD_CLOEXEC != O_CLOEXEC);
2211 BUILD_BUG_ON(UFFD_NONBLOCK != O_NONBLOCK);
/linux-master/drivers/xen/
H A Dswiotlb-xen.c115 BUILD_BUG_ON(IO_TLB_SEGSIZE & (IO_TLB_SEGSIZE - 1));
/linux-master/fs/xfs/
H A Dxfs_error.c355 BUILD_BUG_ON(ARRAY_SIZE(xfs_errortag_random_default) != XFS_ERRTAG_MAX);
/linux-master/drivers/usb/host/
H A Dxhci.c5417 BUILD_BUG_ON(sizeof(struct xhci_doorbell_array) != 256*32/8);
5418 BUILD_BUG_ON(sizeof(struct xhci_slot_ctx) != 8*32/8);
5419 BUILD_BUG_ON(sizeof(struct xhci_ep_ctx) != 8*32/8);
5423 BUILD_BUG_ON(sizeof(struct xhci_stream_ctx) != 4*32/8);
5424 BUILD_BUG_ON(sizeof(union xhci_trb) != 4*32/8);
5425 BUILD_BUG_ON(sizeof(struct xhci_erst_entry) != 4*32/8);
5426 BUILD_BUG_ON(sizeof(struct xhci_cap_regs) != 8*32/8);
5427 BUILD_BUG_ON(sizeof(struct xhci_intr_reg) != 8*32/8);
5429 BUILD_BUG_ON(sizeof(struct xhci_run_regs) != (8+8*128)*32/8);
/linux-master/fs/bcachefs/
H A Dbuckets.h71 BUILD_BUG_ON(!((union ulong_byte_assert) { .ulong = 1UL << BUCKET_LOCK_BITNR }).byte);
/linux-master/arch/powerpc/platforms/ps3/
H A Dmm.c164 BUILD_BUG_ON(CONFIG_PS3_HTAB_SIZE > HTAB_SIZE_MAX);
165 BUILD_BUG_ON(CONFIG_PS3_HTAB_SIZE < HTAB_SIZE_MIN);
/linux-master/drivers/staging/media/rkvdec/
H A Drkvdec-h264.c828 BUILD_BUG_ON(sizeof(tbl->scaling_list.scaling_list_4x4) !=
830 BUILD_BUG_ON(sizeof(tbl->scaling_list.scaling_list_8x8) !=
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_ring_submission.c943 BUILD_BUG_ON(HSW_MI_RS_SAVE_STATE_EN != MI_SAVE_EXT_STATE_EN);
944 BUILD_BUG_ON(HSW_MI_RS_RESTORE_STATE_EN != MI_RESTORE_EXT_STATE_EN);
/linux-master/drivers/regulator/
H A Dtps65910-regulator.c1107 BUILD_BUG_ON(TPS65910_NUM_REGS < ARRAY_SIZE(tps65910_regs));
1120 BUILD_BUG_ON(TPS65910_NUM_REGS < ARRAY_SIZE(tps65911_regs));
/linux-master/arch/sparc/kernel/
H A Dsignal32.c429 BUILD_BUG_ON(_NSIG_WORDS != 1);
430 BUILD_BUG_ON(_COMPAT_NSIG_WORDS != 2);
/linux-master/arch/loongarch/kernel/
H A Dptrace.c132 BUILD_BUG_ON(sizeof(fpr_val) != sizeof(elf_fpreg_t));
180 BUILD_BUG_ON(sizeof(fpr_val) != sizeof(elf_fpreg_t));

Completed in 574 milliseconds

<<21222324252627282930>>