Searched refs:BUG_ON (Results 151 - 175 of 2201) sorted by relevance

1234567891011>>

/linux-master/arch/arm64/hyperv/
H A Dhv_core.c80 BUG_ON(!hv_result_success(res.a0));
114 BUG_ON(!hv_result_success(res.a0));
/linux-master/arch/powerpc/platforms/ps3/
H A Dinterrupt.c336 BUG_ON(result);
440 BUG_ON(result);
448 BUG_ON(result);
481 BUG_ON(result);
500 BUG_ON(result);
530 BUG_ON(!is_kernel_addr((u64)virt_addr_bmp));
543 BUG_ON(result);
563 BUG_ON(result);
585 BUG_ON(class > 2);
596 BUG_ON(resul
[all...]
/linux-master/fs/ocfs2/dlmfs/
H A Duserdlm.c238 BUG_ON(!(lockres->l_flags & USER_LOCK_IN_CANCEL));
242 BUG_ON(!(lockres->l_flags & USER_LOCK_IN_CANCEL));
405 BUG_ON(!(lockres->l_flags & USER_LOCK_BLOCKED));
474 BUG_ON(level == DLM_LOCK_IV);
475 BUG_ON(level == DLM_LOCK_NL);
507 BUG_ON(!lockres->l_ex_holders);
511 BUG_ON(!lockres->l_ro_holders);
542 BUG_ON(len > DLM_LVB_LEN);
546 BUG_ON(lockres->l_level < DLM_LOCK_EX);
561 BUG_ON(lockre
[all...]
/linux-master/arch/x86/mm/
H A Dinit_32.c79 BUG_ON(pmd_table != pmd_offset(pud, 0));
101 BUG_ON(page_table != pte_offset_kernel(pmd, 0));
175 BUG_ON(after_bootmem);
182 BUG_ON(newpte != pte_offset_kernel(pmd, 0));
187 BUG_ON(vaddr < fix_to_virt(FIX_KMAP_BEGIN - 1)
469 BUG_ON(1);
722 BUG_ON(!mem_map);
756 BUG_ON(PKMAP_BASE + LAST_PKMAP*PAGE_SIZE > FIXADDR_START);
757 BUG_ON(VMALLOC_END > PKMAP_BASE);
759 BUG_ON(VMALLOC_STAR
[all...]
H A Dphysaddr.c81 BUG_ON(slow_virt_to_phys((void *)x) != phys_addr);
/linux-master/fs/bcachefs/
H A Dbset.c156 BUG_ON(memcmp(&nr, &b->nr, sizeof(nr)));
208 BUG_ON(set->k > set->end);
210 BUG_ON(set != s2 && set->end == s2->end);
220 BUG_ON(set->k < btree_bkey_first_offset(t) ||
226 BUG_ON(set != iter->data &&
238 BUG_ON(p && bkey_iter_cmp(b, k, p) < 0);
251 BUG_ON(prev &&
270 BUG_ON(next != btree_bkey_last(b, t) &&
326 BUG_ON(t->aux_data_offset == U16_MAX);
389 BUG_ON(
[all...]
/linux-master/arch/arm64/mm/
H A Dmmu.c190 BUG_ON(!pgattr_change_is_safe(pte_val(old_pte),
208 BUG_ON(pmd_sect(pmd));
215 BUG_ON(!pgtable_alloc);
220 BUG_ON(pmd_bad(pmd));
260 BUG_ON(!pgattr_change_is_safe(pmd_val(old_pmd),
266 BUG_ON(pmd_val(old_pmd) != 0 &&
286 BUG_ON(pud_sect(pud));
293 BUG_ON(!pgtable_alloc);
298 BUG_ON(pud_bad(pud));
331 BUG_ON(!pgtable_allo
[all...]
/linux-master/mm/
H A Duserfaultfd.c535 BUG_ON(dst_addr >= dst_start + len);
576 BUG_ON(!folio);
588 BUG_ON(folio);
609 BUG_ON(copied < 0);
610 BUG_ON(err > 0);
611 BUG_ON(!copied && !err);
685 BUG_ON(dst_start & ~PAGE_MASK);
686 BUG_ON(len & ~PAGE_MASK);
689 BUG_ON(src_start + len <= src_start);
690 BUG_ON(dst_star
[all...]
/linux-master/arch/sh/kernel/cpu/sh2/
H A Dclock-sh7619.c70 BUG_ON(!pll2_mult);
/linux-master/arch/sh/include/asm/
H A Dbug.h108 #define UNWINDER_BUG_ON BUG_ON
/linux-master/include/asm-generic/
H A Dfixmap.h38 BUG_ON(vaddr >= FIXADDR_TOP || vaddr < FIXADDR_START);
/linux-master/fs/reiserfs/
H A Dlock.c44 BUG_ON(sb_i->lock_owner != current);
/linux-master/tools/include/linux/
H A Drefcount.h48 #define REFCOUNT_WARN(cond, str) BUG_ON(cond)
/linux-master/tools/testing/radix-tree/
H A Dregression2.c120 BUG_ON(!radix_tree_empty(&mt_tree));
/linux-master/drivers/mtd/maps/
H A Dmap_funcs.c35 BUG_ON(!map_bankwidth_supported(map->bankwidth));
/linux-master/drivers/ps3/
H A Dvuart.h53 BUG_ON(!sbd);
/linux-master/net/dccp/ccids/lib/
H A Dtfrc.h29 BUG_ON(b == 0);
/linux-master/net/netfilter/
H A Dnf_nat_tftp.c49 BUG_ON(nf_nat_tftp_hook != NULL);
/linux-master/include/linux/platform_data/
H A Ddma-iop32x.h18 #define iop_paranoia(x) BUG_ON(IOP_PARANOIA && (x))
/linux-master/arch/mips/mm/
H A Dsc-r5k.c40 BUG_ON(size == 0);
/linux-master/arch/x86/um/vdso/
H A Dvma.c25 BUG_ON(vdso_end - vdso_start > PAGE_SIZE);
/linux-master/arch/sh/drivers/pci/
H A Dfixups-dreamcast.c63 BUG_ON(dma_declare_coherent_memory(&dev->dev,
/linux-master/arch/mips/loongson64/
H A Dcop2-ex.c194 BUG_ON(!used_math());
210 BUG_ON(!used_math());
277 BUG_ON(!used_math());
295 BUG_ON(!used_math());
/linux-master/drivers/rtc/
H A Drtc-ps3.c24 BUG_ON(result);
/linux-master/include/linux/
H A Dbug.h26 BUG_ON(cond); \

Completed in 473 milliseconds

1234567891011>>