Searched refs:BUG_ON (Results 51 - 75 of 2201) sorted by relevance

1234567891011>>

/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgalloc.h45 BUG_ON(index_size > MAX_PGTABLE_INDEX_SIZE);
56 BUG_ON(shift > MAX_PGTABLE_INDEX_SIZE);
/linux-master/arch/mips/include/asm/
H A Dmaar.h44 BUG_ON(lower & (0xffff | ~(MIPS_MAAR_ADDR << 4)));
45 BUG_ON(((upper & 0xffff) != 0xffff)
/linux-master/net/dccp/ccids/
H A Dccid3.h105 BUG_ON(hctx == NULL);
144 BUG_ON(hcrx == NULL);
/linux-master/arch/arm/mach-tegra/
H A Dreset.c63 BUG_ON(is_enabled);
64 BUG_ON(tegra_cpu_reset_handler_size > TEGRA_IRAM_RESET_HANDLER_SIZE);
/linux-master/net/dccp/ccids/lib/
H A Dtfrc_equation.c620 BUG_ON(p > 1000000); /* p must not exceed 100% */
621 BUG_ON(p == 0); /* f(0) = 0, divide by zero */
/linux-master/arch/nios2/kernel/
H A Dirq.c70 BUG_ON(!node);
73 BUG_ON(!domain);
/linux-master/include/linux/
H A Dhardirq.h111 BUG_ON(in_nmi() == NMI_MASK); \
127 BUG_ON(!in_nmi()); \
H A Draid_class.h60 BUG_ON(!device); \
69 BUG_ON(!device); \
/linux-master/arch/powerpc/include/asm/nohash/
H A Dpgalloc.h42 BUG_ON(shift > MAX_PGTABLE_INDEX_SIZE);
53 BUG_ON(shift > MAX_PGTABLE_INDEX_SIZE);
/linux-master/arch/sh/mm/
H A Dkmap.c34 BUG_ON(!test_bit(PG_dcache_clean, &folio->flags));
45 BUG_ON(!pte_none(*(kmap_coherent_pte - idx)));
/linux-master/tools/perf/bench/
H A Dsched-pipe.c183 BUG_ON(ret != sizeof(int));
185 BUG_ON(ret != sizeof(int));
188 BUG_ON(ret != sizeof(int));
190 BUG_ON(ret != sizeof(int));
217 BUG_ON(pipe(pipe_1));
218 BUG_ON(pipe(pipe_2));
241 BUG_ON(ret);
248 BUG_ON(ret);
H A Dnuma.c256 BUG_ON(!cpumask);
277 BUG_ON(!orig_mask);
312 /* BUG_ON due to failure in allocation of orig_mask/mask */
313 BUG_ON(-1);
325 BUG_ON(!orig_mask);
366 /* BUG_ON due to failure in allocation of orig_mask/mask */
367 BUG_ON(-1);
379 BUG_ON(ret);
389 BUG_ON(ret);
401 BUG_ON(!node_mas
[all...]
/linux-master/arch/x86/include/asm/xen/
H A Dhypervisor.h91 BUG_ON(old_mode != XEN_LAZY_NONE);
98 BUG_ON(this_cpu_read(xen_lazy_mode) != mode);
/linux-master/fs/ocfs2/dlm/
H A Ddlmast.c54 BUG_ON(lock->ml.highest_blocked == LKM_NLMODE);
78 BUG_ON(!dlm);
79 BUG_ON(!lock);
131 BUG_ON(!dlm);
132 BUG_ON(!lock);
144 BUG_ON(!dlm);
145 BUG_ON(!lock);
151 BUG_ON(!list_empty(&lock->bast_list));
170 BUG_ON(!lksb);
207 BUG_ON(loc
[all...]
/linux-master/fs/ocfs2/
H A Dstackglue.c151 BUG_ON(active_stack == NULL);
152 BUG_ON(active_stack->sp_count == 0);
192 BUG_ON(p != plugin);
193 BUG_ON(plugin == active_stack);
194 BUG_ON(plugin->sp_count != 0);
213 BUG_ON(locking_max_version.pv_major != 0);
241 BUG_ON(lksb->lksb_conn != conn);
251 BUG_ON(lksb->lksb_conn == NULL);
315 BUG_ON(group == NULL);
316 BUG_ON(con
[all...]
H A Duptodate.c58 BUG_ON(!ci || !ci->ci_ops);
65 BUG_ON(!ci || !ci->ci_ops);
72 BUG_ON(!ci || !ci->ci_ops);
79 BUG_ON(!ci || !ci->ci_ops);
86 BUG_ON(!ci || !ci->ci_ops);
93 BUG_ON(!ci || !ci->ci_ops);
114 BUG_ON(!ops);
160 BUG_ON(!ci || !ci->ci_ops);
290 BUG_ON(ci->ci_num_cached >= OCFS2_CACHE_INFO_MAX_ARRAY);
509 BUG_ON(ocfs2_buffer_cache
[all...]
/linux-master/net/rds/
H A Dinfo.c77 BUG_ON(optname < RDS_INFO_FIRST || optname > RDS_INFO_LAST);
80 BUG_ON(rds_info_funcs[offset]);
90 BUG_ON(optname < RDS_INFO_FIRST || optname > RDS_INFO_LAST);
93 BUG_ON(rds_info_funcs[offset] != func);
219 BUG_ON(lens.each == 0);
/linux-master/arch/loongarch/kernel/
H A Dalternative.c81 BUG_ON(offset < -SZ_128M || offset >= SZ_128M);
92 BUG_ON(buf->reg1i21_format.rj & BIT(4));
100 BUG_ON(offset < -SZ_4M || offset >= SZ_4M);
119 BUG_ON(offset < -SZ_128K || offset >= SZ_128K);
206 BUG_ON(a->instrlen > sizeof(insnbuf));
207 BUG_ON(a->instrlen & 0x3);
208 BUG_ON(a->replacementlen & 0x3);
/linux-master/arch/mips/bcm63xx/
H A Dgpio.c46 BUG_ON(gpio >= chip->ngpio);
72 BUG_ON(gpio >= chip->ngpio);
93 BUG_ON(gpio >= chip->ngpio);
/linux-master/drivers/irqchip/
H A Dirq-zevio.c80 BUG_ON(!zevio_irq_io);
97 BUG_ON(!zevio_irq_domain);
102 BUG_ON(ret);
/linux-master/tools/virtio/linux/
H A Dscatterlist.h38 BUG_ON((unsigned long) page & 0x03);
40 BUG_ON(sg_is_chain(sg));
70 BUG_ON(sg_is_chain(sg));
/linux-master/arch/mips/kernel/
H A Dcpu-r3k-probe.c122 BUG_ON(!__cpu_name[cpu]);
123 BUG_ON(c->cputype == CPU_UNKNOWN);
130 BUG_ON(current_cpu_type() != c->cputype);
/linux-master/arch/powerpc/platforms/ps3/
H A Dsystem-bus.c45 BUG_ON(!dev->bus_id);
82 BUG_ON(!dev->bus_id);
102 BUG_ON(result);
147 BUG_ON(result);
156 BUG_ON(!dev);
194 BUG_ON(!dev);
368 BUG_ON(!dev);
372 BUG_ON(!drv);
389 BUG_ON(!dev);
393 BUG_ON(!dr
[all...]
/linux-master/arch/x86/xen/
H A Dmmu.c35 BUG_ON(pte == NULL);
/linux-master/drivers/sh/intc/
H A Dirqdomain.c67 BUG_ON(!d->domain);

Completed in 323 milliseconds

1234567891011>>