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() 328 if (ch->flags & (XPC_C_DISCONNECTING | XPC_C_WDISCONNECT)) { in xpc_process_openclose_chctl_flags() 376 if (ch->flags & (XPC_C_DISCONNECTING | XPC_C_DISCONNECTED)) in xpc_process_openclose_chctl_flags() 434 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() 746 * An OPEN is not allowed until XPC_C_DISCONNECTING i[all...]
648 !(ch->flags & XPC_C_DISCONNECTING)) { in xpc_kthread_waitmsgs() 664 (ch->flags & XPC_C_DISCONNECTING))); in xpc_kthread_waitmsgs() 668 } while (!(ch->flags & XPC_C_DISCONNECTING)); in xpc_kthread_waitmsgs() 688 if (!(ch->flags & XPC_C_DISCONNECTING)) { in xpc_kthread_start() 711 if (n_needed > 0 && !(ch->flags & XPC_C_DISCONNECTING)) in xpc_kthread_start() 788 } 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