Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/misc/sgi-xp/
Dxpc_channel.c38 DBUG_ON(!(ch->flags & XPC_C_CONNECTING)); in xpc_process_connect()
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()
226 DBUG_ON(!(chctl_flags & XPC_CHCTL_CLOSEREPLY)); in xpc_process_openclose_chctl_flags()
232 DBUG_ON(!(ch->flags & XPC_C_DISCONNECTED)); in xpc_process_openclose_chctl_flags()
[all …]
Dxp_main.c139 DBUG_ON(ch_number < 0 || ch_number >= XPC_MAX_NCHANNELS); in xpc_connect()
140 DBUG_ON(payload_size == 0 || nentries == 0); in xpc_connect()
141 DBUG_ON(func == NULL); in xpc_connect()
142 DBUG_ON(assigned_limit == 0 || idle_limit > assigned_limit); in xpc_connect()
193 DBUG_ON(ch_number < 0 || ch_number >= XPC_MAX_NCHANNELS); in xpc_disconnect()
Dxpc_main.c171 DBUG_ON(time_is_after_jiffies(part->disengage_timeout)); in xpc_timeout_partition_disengage()
175 DBUG_ON(part->disengage_timeout != 0); in xpc_timeout_partition_disengage()
176 DBUG_ON(xpc_arch_ops.partition_engaged(XPC_PARTID(part))); in xpc_timeout_partition_disengage()
403 DBUG_ON(part->channels != NULL); in xpc_setup_ch_structures()
486 DBUG_ON(atomic_read(&part->nchannels_engaged) != 0); in xpc_teardown_ch_structures()
487 DBUG_ON(atomic_read(&part->nchannels_active) != 0); in xpc_teardown_ch_structures()
494 DBUG_ON(part->setup_state != XPC_P_SS_SETUP); in xpc_teardown_ch_structures()
529 DBUG_ON(partid < 0 || partid >= xp_max_npartitions); in xpc_activating()
541 DBUG_ON(part->act_state != XPC_P_AS_ACTIVATION_REQ); in xpc_activating()
584 DBUG_ON(part->act_state != XPC_P_AS_INACTIVE); in xpc_activate_partition()
[all …]
Dxpnet.c262 DBUG_ON(partid < 0 || partid >= xp_max_npartitions); in xpnet_connection_activity()
263 DBUG_ON(channel != XPC_NET_CHANNEL); in xpnet_connection_activity()
267 DBUG_ON(data == NULL); in xpnet_connection_activity()
348 DBUG_ON(queued_msg == NULL); in xpnet_send_completed()
Dxp.h24 #define DBUG_ON(condition) BUG_ON(condition) macro
26 #define DBUG_ON(condition) macro
Dxpc_partition.c296 DBUG_ON(part->act_state != XPC_P_AS_DEACTIVATING && in __xpc_partition_disengaged()
332 DBUG_ON(part->reason == xpSuccess); in xpc_mark_partition_active()
Dxpc.h686 DBUG_ON(refs < 0); in xpc_msgqueue_deref()
703 DBUG_ON(refs < 0); in xpc_part_deref()
Dxpc_uv.c379 DBUG_ON(xpc_activate_IRQ_rcvd == 0); in xpc_process_activate_IRQ_rcvd_uv()
685 DBUG_ON(msg_size > XPC_ACTIVATE_MSG_SIZE_UV); in xpc_send_activate_IRQ_uv()
1161 DBUG_ON(ch->flags & XPC_C_SETUP); in xpc_setup_msg_structures_uv()
1277 DBUG_ON(ch_uv->cached_notify_gru_mq_desc == NULL); in xpc_save_remote_msgqueue_pa_uv()
1544 DBUG_ON(notify_type != XPC_N_CALL); in xpc_send_payload_uv()
1630 DBUG_ON(!(ch->flags & XPC_C_DISCONNECTING)); in xpc_notify_senders_of_disconnect_uv()