Searched refs:DBUG_ON (Results 1 – 8 of 8) sorted by relevance
38 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 …]
139 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()
180 DBUG_ON(time_is_after_jiffies(part->disengage_timeout)); in xpc_timeout_partition_disengage()184 DBUG_ON(part->disengage_timeout != 0); in xpc_timeout_partition_disengage()185 DBUG_ON(xpc_arch_ops.partition_engaged(XPC_PARTID(part))); in xpc_timeout_partition_disengage()412 DBUG_ON(part->channels != NULL); in xpc_setup_ch_structures()495 DBUG_ON(atomic_read(&part->nchannels_engaged) != 0); in xpc_teardown_ch_structures()496 DBUG_ON(atomic_read(&part->nchannels_active) != 0); in xpc_teardown_ch_structures()503 DBUG_ON(part->setup_state != XPC_P_SS_SETUP); in xpc_teardown_ch_structures()538 DBUG_ON(partid < 0 || partid >= xp_max_npartitions); in xpc_activating()550 DBUG_ON(part->act_state != XPC_P_AS_ACTIVATION_REQ); in xpc_activating()593 DBUG_ON(part->act_state != XPC_P_AS_INACTIVE); in xpc_activate_partition()[all …]
262 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()
24 #define DBUG_ON(condition) BUG_ON(condition) macro26 #define DBUG_ON(condition) macro
296 DBUG_ON(part->act_state != XPC_P_AS_DEACTIVATING && in __xpc_partition_disengaged()332 DBUG_ON(part->reason == xpSuccess); in xpc_mark_partition_active()
686 DBUG_ON(refs < 0); in xpc_msgqueue_deref()703 DBUG_ON(refs < 0); in xpc_part_deref()
379 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()