Searched refs:XPC_C_CONNECTING (Results 1 – 2 of 2) sorted by relevance
38 DBUG_ON(!(ch->flags & XPC_C_CONNECTING)); in xpc_process_connect()254 ch->flags |= (XPC_C_CONNECTING | XPC_C_ROPENREQUEST); in xpc_process_openclose_chctl_flags()347 ch->flags |= (XPC_C_ROPENREQUEST | XPC_C_CONNECTING); in xpc_process_openclose_chctl_flags()535 ch->flags |= (XPC_C_OPENREQUEST | XPC_C_CONNECTING); in xpc_connect_channel()766 DBUG_ON(!(ch->flags & (XPC_C_CONNECTING | XPC_C_CONNECTED))); in xpc_disconnect_channel()777 XPC_C_CONNECTING | XPC_C_CONNECTED); in xpc_disconnect_channel()
604 #define XPC_C_CONNECTING 0x00000800 /* channel is being connected */ macro