Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/misc/sgi-xp/
Dxpc_channel.c31 DBUG_ON(!spin_is_locked(&ch->lock)); in xpc_process_connect()
38 DBUG_ON(!(ch->flags & XPC_C_CONNECTING)); in xpc_process_connect()
85 DBUG_ON(!spin_is_locked(&ch->lock)); in xpc_process_disconnect()
90 DBUG_ON(!(ch->flags & XPC_C_CLOSEREQUEST)); in xpc_process_disconnect()
98 DBUG_ON((ch->flags & XPC_C_CONNECTEDCALLOUT_MADE) && in xpc_process_disconnect()
136 DBUG_ON(atomic_read(&ch->n_to_notify) != 0); in xpc_process_disconnect()
221 DBUG_ON(!(ch->flags & XPC_C_DISCONNECTING)); in xpc_process_openclose_chctl_flags()
222 DBUG_ON(!(ch->flags & XPC_C_CLOSEREQUEST)); in xpc_process_openclose_chctl_flags()
223 DBUG_ON(!(ch->flags & XPC_C_CLOSEREPLY)); in xpc_process_openclose_chctl_flags()
224 DBUG_ON(ch->flags & XPC_C_RCLOSEREPLY); in xpc_process_openclose_chctl_flags()
[all …]
Dxp_main.c162 DBUG_ON(ch_number < 0 || ch_number >= XPC_MAX_NCHANNELS); in xpc_connect()
163 DBUG_ON(payload_size == 0 || nentries == 0); in xpc_connect()
164 DBUG_ON(func == NULL); in xpc_connect()
165 DBUG_ON(assigned_limit == 0 || idle_limit > assigned_limit); in xpc_connect()
215 DBUG_ON(ch_number < 0 || ch_number >= XPC_MAX_NCHANNELS); in xpc_disconnect()
Dxpc_sn2.c310 DBUG_ON(partid < 0 || partid >= XP_MAX_NPARTITIONS_SN2); in xpc_handle_notify_IRQ_sn2()
714 DBUG_ON(xpc_vars_sn2 == NULL); in xpc_allow_hb_sn2()
721 DBUG_ON(xpc_vars_sn2 == NULL); in xpc_disallow_hb_sn2()
728 DBUG_ON(xpc_vars_sn2 == NULL); in xpc_disallow_all_hbs_sn2()
755 DBUG_ON(xpc_vars_sn2 == NULL); in xpc_heartbeat_init_sn2()
1058 DBUG_ON(part->remote_rp_version == 0); in xpc_identify_activate_IRQ_req_sn2()
1059 DBUG_ON(part_sn2->remote_vars_version == 0); in xpc_identify_activate_IRQ_req_sn2()
1065 DBUG_ON(xpc_partition_engaged_sn2(partid)); in xpc_identify_activate_IRQ_req_sn2()
1066 DBUG_ON(xpc_partition_deactivation_requested_sn2(partid)); in xpc_identify_activate_IRQ_req_sn2()
1329 DBUG_ON(src_pa != L1_CACHE_ALIGN(src_pa)); in xpc_pull_remote_cachelines_sn2()
[all …]
Dxpc_main.c179 DBUG_ON(time_is_after_jiffies(part->disengage_timeout)); in xpc_timeout_partition_disengage()
183 DBUG_ON(part->disengage_timeout != 0); in xpc_timeout_partition_disengage()
184 DBUG_ON(xpc_arch_ops.partition_engaged(XPC_PARTID(part))); in xpc_timeout_partition_disengage()
419 DBUG_ON(part->channels != NULL); in xpc_setup_ch_structures()
501 DBUG_ON(atomic_read(&part->nchannels_engaged) != 0); in xpc_teardown_ch_structures()
502 DBUG_ON(atomic_read(&part->nchannels_active) != 0); in xpc_teardown_ch_structures()
509 DBUG_ON(part->setup_state != XPC_P_SS_SETUP); in xpc_teardown_ch_structures()
544 DBUG_ON(partid < 0 || partid >= xp_max_npartitions); in xpc_activating()
556 DBUG_ON(part->act_state != XPC_P_AS_ACTIVATION_REQ); in xpc_activating()
599 DBUG_ON(part->act_state != XPC_P_AS_INACTIVE); in xpc_activate_partition()
[all …]
Dxpnet.c259 DBUG_ON(partid < 0 || partid >= xp_max_npartitions); in xpnet_connection_activity()
260 DBUG_ON(channel != XPC_NET_CHANNEL); in xpnet_connection_activity()
264 DBUG_ON(data == NULL); in xpnet_connection_activity()
361 DBUG_ON(queued_msg == NULL); in xpnet_send_completed()
Dxp.h45 #define DBUG_ON(condition) BUG_ON(condition) macro
47 #define DBUG_ON(condition) macro
Dxpc_partition.c300 DBUG_ON(part->act_state != XPC_P_AS_DEACTIVATING && in xpc_partition_disengaged()
326 DBUG_ON(part->reason == xpSuccess); in xpc_mark_partition_active()
457 DBUG_ON(!is_shub2()); in xpc_discovery()
Dxpc_uv.c376 DBUG_ON(xpc_activate_IRQ_rcvd == 0); in xpc_process_activate_IRQ_rcvd_uv()
681 DBUG_ON(msg_size > XPC_ACTIVATE_MSG_SIZE_UV); in xpc_send_activate_IRQ_uv()
1157 DBUG_ON(ch->flags & XPC_C_SETUP); in xpc_setup_msg_structures_uv()
1186 DBUG_ON(!spin_is_locked(&ch->lock)); in xpc_teardown_msg_structures_uv()
1273 DBUG_ON(ch_uv->cached_notify_gru_mq_desc == NULL); in xpc_save_remote_msgqueue_pa_uv()
1540 DBUG_ON(notify_type != XPC_N_CALL); in xpc_send_payload_uv()
1626 DBUG_ON(!(ch->flags & XPC_C_DISCONNECTING)); in xpc_notify_senders_of_disconnect_uv()
Dxpc.h958 DBUG_ON(refs < 0); in xpc_msgqueue_deref()
975 DBUG_ON(refs < 0); in xpc_part_deref()