Searched refs:BUG_ON (Results 226 - 250 of 2201) sorted by relevance

1234567891011>>

/linux-master/fs/reiserfs/
H A Dobjectid.c56 BUG_ON(!th->t_trans_id);
105 BUG_ON(!th->t_trans_id);
/linux-master/arch/x86/power/
H A Dhibernate_32.c45 BUG_ON(pmd_table != pmd_offset(pud, 0));
68 BUG_ON(page_table != pte_offset_kernel(pmd, 0));
/linux-master/drivers/net/wireless/marvell/libertas/
H A Dfirmware.c180 BUG_ON(helper == NULL);
181 BUG_ON(mainfw == NULL);
/linux-master/arch/powerpc/mm/nohash/
H A D44x.c135 BUG_ON(bolted < 0);
211 BUG_ON(first_memblock_base != 0);
/linux-master/drivers/clk/
H A Dclk-clps711x.c54 BUG_ON(!base);
59 BUG_ON(!clps711x_clk);
/linux-master/include/linux/
H A Dregset.h260 BUG_ON(*pos < start_pos);
287 BUG_ON(*pos < start_pos);
H A Dmmdebug.h19 #define VM_BUG_ON(cond) BUG_ON(cond)
118 #define VIRTUAL_BUG_ON(cond) BUG_ON(cond)
/linux-master/lib/
H A Doid_registry.c190 BUG_ON(oid >= OID__NR);
195 BUG_ON(ret == -EBADMSG);
/linux-master/drivers/block/drbd/
H A Ddrbd_interval.c30 BUG_ON(!IS_ALIGNED(this->size, 512));
124 BUG_ON(!IS_ALIGNED(size, 512));
/linux-master/crypto/async_tx/
H A Dasync_tx.c160 BUG_ON(async_tx_test_ack(depend_tx) || txd_next(depend_tx) ||
269 BUG_ON(async_tx_test_ack(*tx));
/linux-master/arch/powerpc/platforms/embedded6xx/
H A Dflipper-pic.c188 BUG_ON(!np);
191 BUG_ON(!flipper_irq_host);
/linux-master/kernel/power/
H A Dprocess.c141 BUG_ON(in_atomic());
172 BUG_ON(in_atomic());
/linux-master/arch/powerpc/platforms/44x/
H A Dppc476.c139 BUG_ON(mpic == NULL);
161 BUG_ON(cpunode == NULL);
/linux-master/fs/bcachefs/
H A Dnocow_locking.c35 BUG_ON(v && sign(v) != lock_val);
133 BUG_ON(atomic_read(&l->l[j]));
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_res_cursor.h65 BUG_ON(start + size > res->size);
131 BUG_ON(size > cur->remaining);
/linux-master/drivers/scsi/isci/
H A Drequest.h280 BUG_ON(requested_addr < base_addr);
281 BUG_ON((requested_addr - base_addr) >= sizeof(*ireq));
/linux-master/arch/loongarch/kernel/
H A Dvdso.c104 BUG_ON(!PAGE_ALIGNED(vdso_info.vdso));
105 BUG_ON(!PAGE_ALIGNED(vdso_info.size));
/linux-master/arch/mips/kernel/
H A Dvdso.c46 BUG_ON(!PAGE_ALIGNED(image->data));
47 BUG_ON(!PAGE_ALIGNED(image->size));
/linux-master/arch/x86/include/asm/
H A Dtext-patching.h96 BUG_ON(size < text_opcode_size(opcode));
116 BUG_ON((insn->disp >> 31) != (insn->disp >> 7));
/linux-master/drivers/s390/block/
H A Ddasd_erp.c31 BUG_ON(datasize > PAGE_SIZE ||
126 BUG_ON(cqr->refers == NULL || cqr->function == NULL);
/linux-master/drivers/mfd/
H A Dsi476x-prop.c144 BUG_ON(core->revision > SI476X_REVISION_A30 ||
153 BUG_ON(core->revision > SI476X_REVISION_A30 ||
/linux-master/arch/arm64/mm/
H A Dfixmap.c85 BUG_ON(!IS_ENABLED(CONFIG_ARM64_16K_PAGES));
122 BUG_ON(idx <= FIX_HOLE || idx >= __end_of_fixed_addresses);
/linux-master/arch/mips/mm/
H A Dpage.c287 BUG_ON(pref_bias_clear_store % (2 * clear_word_size));
288 BUG_ON(PAGE_SIZE < pref_bias_clear_store);
343 BUG_ON(buf > &__clear_page_end);
438 BUG_ON(pref_bias_copy_load % (8 * copy_word_size));
439 BUG_ON(pref_bias_copy_store % (8 * copy_word_size));
440 BUG_ON(PAGE_SIZE < pref_bias_copy_load);
441 BUG_ON(pref_bias_copy_store > pref_bias_copy_load);
589 BUG_ON(buf > &__copy_page_end);
/linux-master/include/asm-generic/
H A Dbug.h52 * Don't use BUG() or BUG_ON() unless there's really no way out; one
71 #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0) macro
166 #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0) macro
/linux-master/drivers/net/ethernet/smsc/
H A Dsmsc9420.c194 BUG_ON(!pd);
493 BUG_ON(!pd->tx_ring);
502 BUG_ON(!pd->tx_buffers[i].mapping);
527 BUG_ON(!pd->rx_ring);
599 BUG_ON(!pd);
600 BUG_ON(!pd->ioaddr);
685 BUG_ON(!pd);
686 BUG_ON(!dev->phydev);
784 BUG_ON(pd->rx_buffers[index].skb);
785 BUG_ON(p
[all...]

Completed in 382 milliseconds

1234567891011>>