Searched refs:XPC_C_DISCONNECTING (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/misc/sgi-xp/
H A Dxpc_channel.c50 if (ch->flags & XPC_C_DISCONNECTING)
87 if (!(ch->flags & XPC_C_DISCONNECTING))
221 DBUG_ON(!(ch->flags & XPC_C_DISCONNECTING));
267 if (!(ch->flags & XPC_C_DISCONNECTING)) {
328 if (ch->flags & (XPC_C_DISCONNECTING | XPC_C_WDISCONNECT)) {
376 if (ch->flags & (XPC_C_DISCONNECTING | XPC_C_DISCONNECTED))
434 if (ch->flags & (XPC_C_DISCONNECTING | XPC_C_DISCONNECTED))
483 if (ch->flags & XPC_C_DISCONNECTING) {
578 if (ch_flags & XPC_C_DISCONNECTING) {
746 * An OPEN is not allowed until XPC_C_DISCONNECTING i
[all...]
H A Dxpc_main.c647 !(ch->flags & XPC_C_DISCONNECTING)) {
663 (ch->flags & XPC_C_DISCONNECTING)));
667 } while (!(ch->flags & XPC_C_DISCONNECTING));
687 if (!(ch->flags & XPC_C_DISCONNECTING)) {
710 if (n_needed > 0 && !(ch->flags & XPC_C_DISCONNECTING))
787 } else if (ch->flags & XPC_C_DISCONNECTING) {
H A Dxpc_uv.c1467 if (ch->flags & XPC_C_DISCONNECTING) {
1487 if (ch->flags & XPC_C_DISCONNECTING) {
1545 DBUG_ON(!(ch->flags & XPC_C_DISCONNECTING));
1568 if (!(ch->flags & XPC_C_DISCONNECTING)) {
H A Dxpc.h389 #define XPC_C_DISCONNECTING 0x00020000 /* channel is being disconnected */ macro

Completed in 231 milliseconds