Lines Matching refs:DBUG_ON
180 DBUG_ON(time_is_after_jiffies(part->disengage_timeout));
184 DBUG_ON(part->disengage_timeout != 0);
185 DBUG_ON(xpc_arch_ops.partition_engaged(XPC_PARTID(part)));
412 DBUG_ON(part->channels != NULL);
495 DBUG_ON(atomic_read(&part->nchannels_engaged) != 0);
496 DBUG_ON(atomic_read(&part->nchannels_active) != 0);
503 DBUG_ON(part->setup_state != XPC_P_SS_SETUP);
538 DBUG_ON(partid < 0 || partid >= xp_max_npartitions);
550 DBUG_ON(part->act_state != XPC_P_AS_ACTIVATION_REQ);
593 DBUG_ON(part->act_state != XPC_P_AS_INACTIVE);
617 DBUG_ON(needed <= 0);
873 DBUG_ON(!(ch->flags & XPC_C_DISCONNECTED));
922 DBUG_ON((u64)part != L1_CACHE_ALIGN((u64)part));
956 DBUG_ON(xpc_exiting == 1);
1030 DBUG_ON(xpc_arch_ops.any_partition_engaged());