Searched refs:BUG_ON (Results 76 - 100 of 2201) sorted by relevance

1234567891011>>

/linux-master/arch/mips/pci/
H A Dpci.c38 BUG_ON(!lsize);
/linux-master/arch/csky/mm/
H A Dcontext.c31 BUG_ON(((1 << CONFIG_CPU_ASID_BITS) - 1) <= num_possible_cpus());
/linux-master/arch/sh/mm/
H A Dnuma.c31 BUG_ON(nid >= MAX_NUMNODES || nid <= 0);
/linux-master/include/linux/
H A Diommu-helper.h23 BUG_ON(!is_power_of_2(boundary_size));
/linux-master/fs/ocfs2/
H A Docfs2_lockid.h112 BUG_ON(type >= OCFS2_NUM_LOCK_TYPES);
/linux-master/arch/mips/include/asm/
H A Dhighmem.h52 #define flush_cache_kmaps() BUG_ON(cpu_has_dc_aliases)
/linux-master/arch/parisc/include/asm/
H A Dtlbflush.h38 BUG_ON(mm == &init_mm); /* Should never happen */
H A Dmmu_context.h21 BUG_ON(atomic_read(&mm->mm_users) != 1);
90 BUG_ON(next == &init_mm); /* Should never happen */
/linux-master/arch/arm/mach-shmobile/
H A Dsetup-r8a7778.c29 BUG_ON(!base);
/linux-master/lib/
H A Dlibcrc32c.c48 BUG_ON(err);
H A Dclosure.c20 BUG_ON(flags & CLOSURE_GUARD_MASK);
21 BUG_ON(!r && (flags & ~CLOSURE_DESTRUCTOR));
151 BUG_ON(cl->magic == CLOSURE_MAGIC_ALIVE);
164 BUG_ON(cl->magic != CLOSURE_MAGIC_ALIVE);
/linux-master/arch/x86/xen/
H A Dsmp_hvm.c13 BUG_ON(smp_processor_id() != 0);
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dlist_debug.c20 BUG_ON(1); \
/linux-master/drivers/tty/
H A Dn_null.c35 BUG_ON(tty_register_ldisc(&null_ldisc));
/linux-master/arch/powerpc/platforms/85xx/
H A Dc293pcie.c26 BUG_ON(mpic == NULL);
H A Dqemu_e500.c36 BUG_ON(mpic == NULL);
/linux-master/arch/powerpc/platforms/86xx/
H A Dpic.c41 BUG_ON(mpic == NULL);
/linux-master/fs/bcachefs/
H A Dbkey_sort.h36 BUG_ON(iter->used >= iter->size);
H A Dtests.c21 BUG_ON(ret);
27 BUG_ON(ret);
137 BUG_ON(k.k->p.offset != i++);
144 BUG_ON(i != nr);
151 BUG_ON(k.k->p.offset != --i);
158 BUG_ON(i);
192 BUG_ON(bkey_start_offset(k.k) != i);
200 BUG_ON(i != nr);
207 BUG_ON(k.k->p.offset != i);
215 BUG_ON(
[all...]
/linux-master/include/net/
H A Dnetdev_rx_queue.h53 BUG_ON(index >= dev->num_rx_queues);
/linux-master/arch/powerpc/platforms/pasemi/
H A Ddma_lib.c133 BUG_ON(test_bit(chan, txch_free));
152 BUG_ON(test_bit(chan, rxch_free));
178 BUG_ON(total_size < sizeof(struct pasemi_dmachan));
244 BUG_ON(chan->ring_virt);
266 BUG_ON(!chan->ring_virt);
398 BUG_ON(test_bit(flag, flags_free));
399 BUG_ON(flag >= MAX_FLAGS);
412 BUG_ON(flag >= MAX_FLAGS);
427 BUG_ON(flag >= MAX_FLAGS);
463 BUG_ON(test_bi
[all...]
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_mob.c96 BUG_ON(ret != 0);
129 BUG_ON(otable->page_table != NULL);
173 BUG_ON(mob->pt_level == VMW_MOBFMT_PTDEPTH_2);
226 BUG_ON(ret != 0);
345 BUG_ON(ret != 0);
417 BUG_ON(mob->pt_bo != NULL);
508 BUG_ON(num_data_pages == 0);
511 BUG_ON(ret != 0);
515 BUG_ON(!vmw_piter_next(&pt_iter));
519 BUG_ON(mo
[all...]
/linux-master/arch/sh/kernel/cpu/irq/
H A Dipr.c63 BUG_ON(p->ipr_idx >= desc->nr_offsets);
64 BUG_ON(!desc->ipr_offsets[p->ipr_idx]);
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_random.c98 BUG_ON(range_overflows(start, len, end));
99 BUG_ON(round_up(start, align) > round_down(end - len, align));
/linux-master/arch/xtensa/mm/
H A Dmmu.c46 BUG_ON(!pmd_none(*pmd));
48 BUG_ON(cur_pte != pte_offset_kernel(pmd, 0));

Completed in 315 milliseconds

1234567891011>>