Searched refs:BUG_ON (Results 451 - 475 of 2192) sorted by relevance

<<11121314151617181920>>

/linux-master/lib/crypto/mpi/
H A Dmpi-pow.c121 BUG_ON(bp_marker);
136 BUG_ON(mp_marker);
/linux-master/arch/powerpc/platforms/maple/
H A Dsetup.c236 BUG_ON(openpic_addr == 0);
253 BUG_ON(mpic == NULL);
/linux-master/net/sunrpc/auth_gss/
H A Dgss_krb5_wrap.c61 BUG_ON(shift > LOCAL_BUF_LEN);
225 BUG_ON(offset + GSS_KRB5_TOK_HDR_LEN + headskip + movelen >
/linux-master/drivers/staging/most/dim2/
H A Ddim2.c169 BUG_ON(!hdm_ch);
170 BUG_ON(!hdm_ch->is_initialized);
191 BUG_ON(mbo->bus_address == 0);
272 BUG_ON(!hdm_ch);
273 BUG_ON(!hdm_ch->is_initialized);
458 BUG_ON(ch_idx < 0 || ch_idx >= DMA_CHANNELS);
570 BUG_ON(ch_idx < 0 || ch_idx >= DMA_CHANNELS);
646 BUG_ON(ch_idx < 0 || ch_idx >= DMA_CHANNELS);
/linux-master/drivers/net/ethernet/freescale/fs_enet/
H A Dmii-fec.c60 BUG_ON((in_be32(&fecp->fec_r_cntrl) & FEC_RCNTRL_MII_MODE) == 0);
84 BUG_ON((in_be32(&fecp->fec_r_cntrl) & FEC_RCNTRL_MII_MODE) == 0);
/linux-master/arch/powerpc/kernel/
H A Dpaca.c96 BUG_ON(shared_lppaca_size > shared_lppaca_total_size);
261 BUG_ON(cpu >= paca_nr_cpu_ids);
/linux-master/kernel/
H A Dsmpboot.c128 BUG_ON(td->cpu != smp_processor_id());
137 BUG_ON(td->cpu != smp_processor_id());
/linux-master/include/linux/
H A Dptrace.h9 #include <linux/bug.h> /* For BUG_ON. */
229 BUG_ON(!list_empty(&task->ptraced));
231 BUG_ON(!list_empty(&task->ptrace_entry));
/linux-master/arch/s390/include/asm/
H A Didals.h225 BUG_ON(count > ib->size);
247 BUG_ON(count > ib->size);
/linux-master/fs/bcachefs/
H A Dbtree_locking.c21 BUG_ON(lock_class_is_held(&bch2_btree_node_lock_key));
371 BUG_ON(b != trans->locking);
444 BUG_ON(ret);
535 BUG_ON(btree_node_locked(path, level));
538 BUG_ON(btree_node_intent_locked(path, level));
842 BUG_ON(path->uptodate == BTREE_ITER_UPTODATE &&
851 BUG_ON(!is_btree_node(path, l) && have != BTREE_NODE_UNLOCKED);
853 BUG_ON(is_btree_node(path, l) &&
H A Dbtree_update_interior.h251 BUG_ON(remaining < 0);
294 BUG_ON(bch2_btree_keys_u64s_remaining(b) < BKEY_U64s);
/linux-master/fs/
H A Ddirect-io.c217 BUG_ON(dio_pages_present(sdio) == 0);
622 BUG_ON(sdio->block_in_file >= sdio->final_block_in_request);
675 BUG_ON(nr_pages <= 0);
761 BUG_ON(ret != 0);
1027 BUG_ON(this_chunk_bytes == 0);
1047 BUG_ON(sdio->block_in_file > sdio->final_block_in_request);
1301 BUG_ON(retval == -EIOCBQUEUED);
1311 BUG_ON(retval != -EIOCBQUEUED);
/linux-master/arch/x86/kernel/apic/
H A Dx2apic_cluster.c95 BUG_ON(!cmsk);
119 BUG_ON(*cpu_cmsk);
/linux-master/drivers/md/
H A Ddm-bio-prison-v2.c193 BUG_ON(!cell->shared_count);
322 BUG_ON(!cell->exclusive_lock);
H A Ddm-region-hash.c245 BUG_ON(!list_empty(&rh->quiesced_regions));
249 BUG_ON(atomic_read(&reg->pending));
422 BUG_ON(!reg);
423 BUG_ON(!list_empty(&reg->list));
435 BUG_ON(!list_empty(&reg->list));
/linux-master/arch/parisc/kernel/
H A Dsmp.c221 BUG_ON(dest_cpu == NO_PROC_ID);
296 BUG_ON(current->mm);
/linux-master/lib/
H A Dcodetag.c176 BUG_ON(range.start > range.stop);
262 BUG_ON(desc->tag_size <= 0);
/linux-master/arch/x86/xen/
H A Dmmu_pv.c627 BUG_ON(limit >= FIXADDR_TOP);
895 BUG_ON(!PagePinned(page));
1349 BUG_ON(preemptible());
1389 BUG_ON(preemptible());
1409 BUG_ON(PagePinned(virt_to_page(pgd)));
1410 BUG_ON(page->private != 0);
1423 BUG_ON(PagePinned(virt_to_page(xen_get_user_pgd(pgd))));
1484 BUG_ON(mem_map); /* should only be used early */
1494 BUG_ON(mem_map); /* should only be used early */
1977 BUG_ON(!p2m_pf
[all...]
/linux-master/arch/powerpc/platforms/pseries/
H A Dhotplug-cpu.c54 BUG_ON(rtas_stop_self_token == RTAS_UNKNOWN_SERVICE);
167 BUG_ON(!cpumask_subset(cpu_present_mask, cpu_possible_mask));
235 BUG_ON(node == NUMA_NO_NODE);
256 BUG_ON(cpu_present(cpu));
312 BUG_ON(cpu_online(cpu));
/linux-master/drivers/parisc/
H A Diosapic.c261 BUG_ON(!irt);
269 BUG_ON(status != PDC_OK);
270 BUG_ON(num_entries == 0);
307 BUG_ON(num_entries == 0);
318 BUG_ON(status != PDC_OK);
/linux-master/drivers/base/regmap/
H A Dregcache.c217 BUG_ON(!map->cache_ops);
247 BUG_ON(!map->cache_ops);
276 BUG_ON(!map->cache_ops);
366 BUG_ON(!map->cache_ops);
458 BUG_ON(!map->cache_ops);
/linux-master/drivers/char/hw_random/
H A Dcore.c94 BUG_ON(!mutex_is_locked(&rng_mutex));
117 BUG_ON(!mutex_is_locked(&rng_mutex));
197 BUG_ON(!mutex_is_locked(&reading_mutex));
316 BUG_ON(!mutex_is_locked(&rng_mutex));
722 BUG_ON(current_rng);
/linux-master/arch/parisc/mm/
H A Dinit.c780 BUG_ON(t != e);
789 BUG_ON(t != e);
843 BUG_ON(free_space_ids == 0);
867 BUG_ON(*dirty_space_offset & mask); /* attempt to free space id twice */
952 BUG_ON(recycle_inuse); /* FIXME: Use a semaphore/wait queue here */
/linux-master/mm/
H A Dmmu_notifier.c601 BUG_ON(atomic_read(&mm->mm_users) <= 0);
669 BUG_ON(atomic_read(&mm->mm_users) <= 0);
780 BUG_ON(!hlist_empty(&mm->notifier_subscriptions->list));
798 BUG_ON(atomic_read(&mm->mm_count) <= 0);
831 BUG_ON(atomic_read(&mm->mm_count) <= 0);
/linux-master/fs/reiserfs/
H A Dbitmap.c153 BUG_ON(!th->t_trans_id);
357 BUG_ON(!th->t_trans_id);
426 BUG_ON(!th->t_trans_id);
473 BUG_ON(!th->t_trans_id);
494 BUG_ON(!th->t_trans_id);
509 BUG_ON(!th->t_trans_id);
541 BUG_ON(!th->t_trans_id);
550 BUG_ON(!th->t_trans_id);
1444 BUG_ON(!buffer_uptodate(bh));
1445 BUG_ON(atomic_rea
[all...]

Completed in 414 milliseconds

<<11121314151617181920>>