Searched refs:DBUG_ON (Results 1 – 8 of 8) sorted by relevance
38 DBUG_ON(!(ch->flags & XPC_C_CONNECTING)); in xpc_process_connect()386 DBUG_ON(ch->flags & XPC_C_CONNECTED); in xpc_process_openclose_chctl_flags()395 DBUG_ON(args->local_msgqueue_pa == 0); in xpc_process_openclose_chctl_flags()396 DBUG_ON(args->local_nentries == 0); in xpc_process_openclose_chctl_flags()397 DBUG_ON(args->remote_nentries == 0); in xpc_process_openclose_chctl_flags()480 DBUG_ON(ch->flags & XPC_C_CONNECTED); in xpc_connect_channel()498 DBUG_ON(registration->func == NULL); in xpc_connect_channel()590 DBUG_ON(ch_flags & XPC_C_SETUP); in xpc_process_sent_chctl_flags()883 DBUG_ON(payload == NULL); in xpc_initiate_send()934 DBUG_ON(payload == NULL); in xpc_initiate_send_notify()[all …]
184 DBUG_ON(part->disengage_timeout != 0); 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()593 DBUG_ON(part->act_state != XPC_P_AS_INACTIVE); in xpc_activate_partition()617 DBUG_ON(needed <= 0); in xpc_activate_kthreads()873 DBUG_ON(!(ch->flags & XPC_C_DISCONNECTED)); in xpc_disconnect_wait()922 DBUG_ON((u64)part != L1_CACHE_ALIGN((u64)part)); in xpc_setup_partitions()956 DBUG_ON(xpc_exiting == 1); in xpc_do_exit()[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()
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()
Completed in 17 milliseconds