Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/misc/sgi-xp/
Dxpc_channel.c50 if (ch->flags & XPC_C_DISCONNECTING) in xpc_process_connect()
87 if (!(ch->flags & XPC_C_DISCONNECTING)) in xpc_process_disconnect()
221 DBUG_ON(!(ch->flags & XPC_C_DISCONNECTING)); in xpc_process_openclose_chctl_flags()
267 if (!(ch->flags & XPC_C_DISCONNECTING)) { in xpc_process_openclose_chctl_flags()
328 if (ch->flags & (XPC_C_DISCONNECTING | XPC_C_WDISCONNECT)) { in xpc_process_openclose_chctl_flags()
376 if (ch->flags & (XPC_C_DISCONNECTING | XPC_C_DISCONNECTED)) in xpc_process_openclose_chctl_flags()
434 if (ch->flags & (XPC_C_DISCONNECTING | XPC_C_DISCONNECTED)) in xpc_process_openclose_chctl_flags()
483 if (ch->flags & XPC_C_DISCONNECTING) { in xpc_connect_channel()
578 if (ch_flags & XPC_C_DISCONNECTING) { in xpc_process_sent_chctl_flags()
763 if (ch->flags & (XPC_C_DISCONNECTING | XPC_C_DISCONNECTED)) in xpc_disconnect_channel()
[all …]
Dxpc_main.c664 !(ch->flags & XPC_C_DISCONNECTING)) { in xpc_kthread_waitmsgs()
680 (ch->flags & XPC_C_DISCONNECTING))); in xpc_kthread_waitmsgs()
684 } while (!(ch->flags & XPC_C_DISCONNECTING)); in xpc_kthread_waitmsgs()
704 if (!(ch->flags & XPC_C_DISCONNECTING)) { in xpc_kthread_start()
727 if (n_needed > 0 && !(ch->flags & XPC_C_DISCONNECTING)) in xpc_kthread_start()
804 } else if (ch->flags & XPC_C_DISCONNECTING) { in xpc_create_kthreads()
Dxpc_uv.c1548 if (ch->flags & XPC_C_DISCONNECTING) { in xpc_send_payload_uv()
1568 if (ch->flags & XPC_C_DISCONNECTING) { in xpc_send_payload_uv()
1626 DBUG_ON(!(ch->flags & XPC_C_DISCONNECTING)); in xpc_notify_senders_of_disconnect_uv()
1649 if (!(ch->flags & XPC_C_DISCONNECTING)) { in xpc_get_deliverable_payload_uv()
Dxpc.h612 #define XPC_C_DISCONNECTING 0x00020000 /* channel is being disconnected */ macro
Dxpc_sn2.c1983 if (ch->flags & XPC_C_DISCONNECTING) in xpc_get_deliverable_payload_sn2()
2185 if (ch->flags & XPC_C_DISCONNECTING) { in xpc_send_payload_sn2()
2216 if (ch->flags & XPC_C_DISCONNECTING) { in xpc_send_payload_sn2()