Searched refs:BUG_ON (Results 126 - 150 of 2201) sorted by relevance

1234567891011>>

/linux-master/include/linux/
H A Dio-mapping.h70 BUG_ON(offset >= mapping->size);
96 BUG_ON(offset >= mapping->size);
113 BUG_ON(offset >= mapping->size);
/linux-master/arch/riscv/kernel/
H A Dkernel_mode_vector.c31 BUG_ON((orig & flags) != 0);
42 BUG_ON((orig & flags) == 0);
214 BUG_ON(!may_use_simd());
H A Dsmpboot.c97 BUG_ON(found_boot_cpu);
137 BUG_ON(found_boot_cpu);
153 BUG_ON(!found_boot_cpu);
/linux-master/security/selinux/ss/
H A Debitmap.h96 BUG_ON(index >= EBITMAP_UNIT_NUMS);
108 BUG_ON(index >= EBITMAP_UNIT_NUMS);
118 BUG_ON(index >= EBITMAP_UNIT_NUMS);
/linux-master/tools/perf/bench/
H A Dmem-functions.c89 BUG_ON(ret != sizeof(u64));
163 BUG_ON(1);
262 BUG_ON(gettimeofday(&tv_start, NULL));
265 BUG_ON(gettimeofday(&tv_end, NULL));
336 BUG_ON(gettimeofday(&tv_start, NULL));
339 BUG_ON(gettimeofday(&tv_end, NULL));
/linux-master/drivers/target/tcm_fc/
H A Dtfc_io.c79 BUG_ON(remaining && !se_cmd->t_data_sg);
131 BUG_ON(!page);
140 BUG_ON(!page);
223 BUG_ON(!lport);
274 BUG_ON(frame_len && !se_cmd->t_data_sg);
333 BUG_ON(!cmd);
/linux-master/fs/ocfs2/
H A Dblockcheck.c101 BUG_ON(!d);
161 BUG_ON(!d);
364 BUG_ON(ecc > USHRT_MAX);
447 BUG_ON(nr < 0);
470 BUG_ON(ecc > USHRT_MAX);
494 BUG_ON(nr < 0);
/linux-master/arch/arm/common/
H A Dmcpm_entry.c224 BUG_ON(mcpm_cpu_use_count[cluster][cpu] != 1 &&
251 BUG_ON(!irqs_disabled());
257 BUG_ON(__mcpm_cluster_state(cluster) != CLUSTER_UP);
260 BUG_ON(mcpm_cpu_use_count[cluster][cpu] != 0 &&
385 BUG_ON(!__mcpm_outbound_enter_critical(cpu, cluster));
429 BUG_ON((unsigned long)&mcpm_sync & (__CACHE_WRITEBACK_GRANULE - 1));
/linux-master/arch/powerpc/platforms/cell/
H A Dspu_syscalls.c39 BUG_ON(calls != spufs_calls);
161 BUG_ON(spufs_calls->owner != calls->owner);
/linux-master/arch/arm/mach-omap2/
H A Dprminst44xx.c60 BUG_ON(part >= OMAP4_MAX_PRCM_PARTITIONS ||
69 BUG_ON(part >= OMAP4_MAX_PRCM_PARTITIONS ||
/linux-master/net/rds/
H A Dib_ring.c79 BUG_ON(diff > ring->w_nr);
88 BUG_ON(__rds_ib_ring_used(ring));
/linux-master/arch/mips/generic/
H A Dinit.c30 BUG_ON(!fdt);
77 BUG_ON(!mach);
/linux-master/arch/arm/mach-versatile/
H A Ddcscb.c74 BUG_ON(cluster >= 2 || !((1 << cpu) & dcscb_allcpus_mask[cluster]));
86 BUG_ON(cluster >= 2);
/linux-master/drivers/clk/renesas/
H A Dclk-rz.c37 BUG_ON(!ppr0 || !pibc0);
96 BUG_ON(!data || !clks);
/linux-master/arch/arm/mach-mvebu/
H A Dsystem-controller.c147 BUG_ON(system_controller_base == NULL);
148 BUG_ON(mvebu_sc->resume_boot_addr == 0);
/linux-master/lib/
H A Dsg_pool.c44 BUG_ON(nents > SG_CHUNK_SIZE);
117 BUG_ON(!nents);
/linux-master/arch/arm/mach-imx/
H A Dmm-imx3.c109 BUG_ON(!mx3_ccm_base);
146 BUG_ON(!mx3_ccm_base);
/linux-master/fs/orangefs/
H A Dorangefs-mod.c189 BUG_ON(!list_empty(&orangefs_request_list));
191 BUG_ON(!list_empty(&orangefs_htable_ops_in_progress[i]));
/linux-master/drivers/md/
H A Ddm-exception-store.h157 BUG_ON(!dm_consecutive_chunk_count(e));
162 BUG_ON(!dm_consecutive_chunk_count(e));
/linux-master/drivers/parisc/
H A Diommu-helpers.h47 BUG_ON(pdirp && (dma_len != sg_dma_len(dma_sg)));
68 BUG_ON(pdirp == NULL);
/linux-master/include/asm-generic/
H A Dpgalloc.h150 BUG_ON((unsigned long)pmd & (PAGE_SIZE-1));
197 BUG_ON((unsigned long)pud & (PAGE_SIZE-1));
/linux-master/arch/powerpc/mm/nohash/
H A Dbook3e_pgtable.c32 BUG_ON(mmu_psize_defs[mmu_vmemmap_psize].enc > 0xf);
42 BUG_ON(map_kernel_page(start + i, phys, __pgprot(flags)));
/linux-master/fs/gfs2/
H A Dmeta_io.h21 BUG_ON(head > bh->b_size);
30 BUG_ON(from_head < to_head);
/linux-master/arch/powerpc/mm/
H A Dinit-common.c134 BUG_ON(!is_power_of_2(minalign));
135 BUG_ON(shift > MAX_PGTABLE_INDEX_SIZE);
/linux-master/arch/powerpc/platforms/amigaone/
H A Dsetup.c83 BUG_ON(phb != 0);
95 BUG_ON(pic == NULL);

Completed in 411 milliseconds

1234567891011>>