Searched refs:DBUG_ON (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-xp/
H A Dxpc_channel.c31 DBUG_ON(!spin_is_locked(&ch->lock));
38 DBUG_ON(!(ch->flags & XPC_C_CONNECTING));
85 DBUG_ON(!spin_is_locked(&ch->lock));
90 DBUG_ON(!(ch->flags & XPC_C_CLOSEREQUEST));
98 DBUG_ON((ch->flags & XPC_C_CONNECTEDCALLOUT_MADE) &&
136 DBUG_ON(atomic_read(&ch->n_to_notify) != 0);
221 DBUG_ON(!(ch->flags & XPC_C_DISCONNECTING));
222 DBUG_ON(!(ch->flags & XPC_C_CLOSEREQUEST));
223 DBUG_ON(!(ch->flags & XPC_C_CLOSEREPLY));
224 DBUG_ON(c
[all...]
H A Dxp_main.c162 DBUG_ON(ch_number < 0 || ch_number >= XPC_MAX_NCHANNELS);
163 DBUG_ON(payload_size == 0 || nentries == 0);
164 DBUG_ON(func == NULL);
165 DBUG_ON(assigned_limit == 0 || idle_limit > assigned_limit);
215 DBUG_ON(ch_number < 0 || ch_number >= XPC_MAX_NCHANNELS);
H A Dxpc_sn2.c310 DBUG_ON(partid < 0 || partid >= XP_MAX_NPARTITIONS_SN2);
714 DBUG_ON(xpc_vars_sn2 == NULL);
721 DBUG_ON(xpc_vars_sn2 == NULL);
728 DBUG_ON(xpc_vars_sn2 == NULL);
755 DBUG_ON(xpc_vars_sn2 == NULL);
1058 DBUG_ON(part->remote_rp_version == 0);
1059 DBUG_ON(part_sn2->remote_vars_version == 0);
1065 DBUG_ON(xpc_partition_engaged_sn2(partid));
1066 DBUG_ON(xpc_partition_deactivation_requested_sn2(partid));
1329 DBUG_ON(src_p
[all...]
H A Dxpc_main.c175 DBUG_ON(time_is_after_jiffies(part->disengage_timeout));
179 DBUG_ON(part->disengage_timeout != 0);
180 DBUG_ON(xpc_arch_ops.partition_engaged(XPC_PARTID(part)));
415 DBUG_ON(part->channels != NULL);
497 DBUG_ON(atomic_read(&part->nchannels_engaged) != 0);
498 DBUG_ON(atomic_read(&part->nchannels_active) != 0);
505 DBUG_ON(part->setup_state != XPC_P_SS_SETUP);
540 DBUG_ON(partid < 0 || partid >= xp_max_npartitions);
552 DBUG_ON(part->act_state != XPC_P_AS_ACTIVATION_REQ);
595 DBUG_ON(par
[all...]
H A Dxp.h46 #define DBUG_ON(condition) BUG_ON(condition) macro
48 #define DBUG_ON(condition) macro
H A Dxpc_partition.c300 DBUG_ON(part->act_state != XPC_P_AS_DEACTIVATING &&
326 DBUG_ON(part->reason == xpSuccess);
457 DBUG_ON(!is_shub2());
H A Dxpnet.c259 DBUG_ON(partid < 0 || partid >= xp_max_npartitions);
260 DBUG_ON(channel != XPC_NET_CHANNEL);
264 DBUG_ON(data == NULL);
361 DBUG_ON(queued_msg == NULL);
H A Dxpc.h958 DBUG_ON(refs < 0);
975 DBUG_ON(refs < 0);
H A Dxpc_uv.c374 DBUG_ON(xpc_activate_IRQ_rcvd == 0);
679 DBUG_ON(msg_size > XPC_ACTIVATE_MSG_SIZE_UV);
1155 DBUG_ON(ch->flags & XPC_C_SETUP);
1184 DBUG_ON(!spin_is_locked(&ch->lock));
1271 DBUG_ON(ch_uv->cached_notify_gru_mq_desc == NULL);
1538 DBUG_ON(notify_type != XPC_N_CALL);
1624 DBUG_ON(!(ch->flags & XPC_C_DISCONNECTING));

Completed in 115 milliseconds