Home
last modified time | relevance | path

Searched refs:XPC_C_DISCONNECTED (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/misc/sgi-xp/
A Dxpc_channel.c198 if ((ch->flags & XPC_C_DISCONNECTED) && in xpc_process_openclose_chctl_flags()
232 DBUG_ON(!(ch->flags & XPC_C_DISCONNECTED)); in xpc_process_openclose_chctl_flags()
236 if (ch->flags & XPC_C_DISCONNECTED) { in xpc_process_openclose_chctl_flags()
251 ch->flags &= ~XPC_C_DISCONNECTED; in xpc_process_openclose_chctl_flags()
288 if (ch->flags & XPC_C_DISCONNECTED) { in xpc_process_openclose_chctl_flags()
332 DBUG_ON(!(ch->flags & (XPC_C_DISCONNECTED | in xpc_process_openclose_chctl_flags()
360 ch->flags &= ~XPC_C_DISCONNECTED; in xpc_process_openclose_chctl_flags()
376 if (ch->flags & (XPC_C_DISCONNECTING | XPC_C_DISCONNECTED)) in xpc_process_openclose_chctl_flags()
526 ch->flags &= ~XPC_C_DISCONNECTED; in xpc_connect_channel()
726 if (!(ch->flags & XPC_C_DISCONNECTED)) { in xpc_initiate_disconnect()
[all …]
A Dxpc_main.c438 ch->flags = XPC_C_DISCONNECTED; in xpc_setup_ch_structures()
862 DBUG_ON(!(ch->flags & XPC_C_DISCONNECTED)); in xpc_disconnect_wait()
A Dxpc.h388 #define XPC_C_DISCONNECTED 0x00010000 /* channel is disconnected */ macro

Completed in 9 milliseconds