Searched refs:XPC_C_DISCONNECTINGCALLOUT_MADE (Results 1 – 3 of 3) sorted by relevance
99 !(ch->flags & XPC_C_DISCONNECTINGCALLOUT_MADE)); in xpc_process_disconnect()130 if (ch->flags & XPC_C_DISCONNECTINGCALLOUT_MADE) { in xpc_process_disconnect()
733 ch->flags |= XPC_C_DISCONNECTINGCALLOUT_MADE; in xpc_kthread_start()785 XPC_C_DISCONNECTINGCALLOUT_MADE)); in xpc_create_kthreads()
392 #define XPC_C_DISCONNECTINGCALLOUT_MADE \ macro