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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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) {
749 * An OPEN is not allowed until XPC_C_DISCONNECTING i
[all...]
H A Dxpc_main.c660 !(ch->flags & XPC_C_DISCONNECTING)) {
676 (ch->flags & XPC_C_DISCONNECTING)));
680 } while (!(ch->flags & XPC_C_DISCONNECTING));
700 if (!(ch->flags & XPC_C_DISCONNECTING)) {
723 if (n_needed > 0 && !(ch->flags & XPC_C_DISCONNECTING))
800 } else if (ch->flags & XPC_C_DISCONNECTING) {
H A Dxpc.h612 #define XPC_C_DISCONNECTING 0x00020000 /* channel is being disconnected */ macro
H A Dxpc_uv.c1546 if (ch->flags & XPC_C_DISCONNECTING) {
1566 if (ch->flags & XPC_C_DISCONNECTING) {
1624 DBUG_ON(!(ch->flags & XPC_C_DISCONNECTING));
1647 if (!(ch->flags & XPC_C_DISCONNECTING)) {
H A Dxpc_sn2.c1983 if (ch->flags & XPC_C_DISCONNECTING)
2185 if (ch->flags & XPC_C_DISCONNECTING) {
2216 if (ch->flags & XPC_C_DISCONNECTING) {

Completed in 84 milliseconds