Lines Matching refs:DBUG_ON
171 DBUG_ON(time_is_after_jiffies(part->disengage_timeout));
175 DBUG_ON(part->disengage_timeout != 0);
176 DBUG_ON(xpc_arch_ops.partition_engaged(XPC_PARTID(part)));
403 DBUG_ON(part->channels != NULL);
486 DBUG_ON(atomic_read(&part->nchannels_engaged) != 0);
487 DBUG_ON(atomic_read(&part->nchannels_active) != 0);
494 DBUG_ON(part->setup_state != XPC_P_SS_SETUP);
529 DBUG_ON(partid < 0 || partid >= xp_max_npartitions);
541 DBUG_ON(part->act_state != XPC_P_AS_ACTIVATION_REQ);
584 DBUG_ON(part->act_state != XPC_P_AS_INACTIVE);
608 DBUG_ON(needed <= 0);
864 DBUG_ON(!(ch->flags & XPC_C_DISCONNECTED));
913 DBUG_ON((u64)part != L1_CACHE_ALIGN((u64)part));
947 DBUG_ON(xpc_exiting == 1);
1021 DBUG_ON(xpc_arch_ops.any_partition_engaged());