Lines Matching refs:XPC_C_DISCONNECTING
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()
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()
841 if (ch->flags & XPC_C_DISCONNECTING) { in xpc_allocate_msg_wait()