Searched refs:XPC_C_DISCONNECTING (Results 1 – 4 of 4) sorted by relevance
50 if (ch->flags & XPC_C_DISCONNECTING) in xpc_process_connect()87 if (!(ch->flags & XPC_C_DISCONNECTING)) in xpc_process_disconnect()221 DBUG_ON(!(ch->flags & XPC_C_DISCONNECTING)); in xpc_process_openclose_chctl_flags()267 if (!(ch->flags & XPC_C_DISCONNECTING)) { in xpc_process_openclose_chctl_flags()376 if (ch->flags & (XPC_C_DISCONNECTING | XPC_C_DISCONNECTED)) in xpc_process_openclose_chctl_flags()483 if (ch->flags & XPC_C_DISCONNECTING) { in xpc_connect_channel()578 if (ch_flags & XPC_C_DISCONNECTING) { in xpc_process_sent_chctl_flags()760 if (ch->flags & (XPC_C_DISCONNECTING | XPC_C_DISCONNECTED)) in xpc_disconnect_channel()770 ch->flags |= (XPC_C_CLOSEREQUEST | XPC_C_DISCONNECTING); in xpc_disconnect_channel()830 if (ch->flags & XPC_C_DISCONNECTING) { in xpc_allocate_msg_wait()[all …]
647 !(ch->flags & XPC_C_DISCONNECTING)) { in xpc_kthread_waitmsgs()663 (ch->flags & XPC_C_DISCONNECTING))); in xpc_kthread_waitmsgs()667 } while (!(ch->flags & XPC_C_DISCONNECTING)); in xpc_kthread_waitmsgs()687 if (!(ch->flags & XPC_C_DISCONNECTING)) { in xpc_kthread_start()710 if (n_needed > 0 && !(ch->flags & XPC_C_DISCONNECTING)) in xpc_kthread_start()787 } else if (ch->flags & XPC_C_DISCONNECTING) { in xpc_create_kthreads()
1467 if (ch->flags & XPC_C_DISCONNECTING) { in xpc_send_payload_uv()1487 if (ch->flags & XPC_C_DISCONNECTING) { in xpc_send_payload_uv()1545 DBUG_ON(!(ch->flags & XPC_C_DISCONNECTING)); in xpc_notify_senders_of_disconnect_uv()1568 if (!(ch->flags & XPC_C_DISCONNECTING)) { in xpc_get_deliverable_payload_uv()
389 #define XPC_C_DISCONNECTING 0x00020000 /* channel is being disconnected */ macro
Completed in 14 milliseconds