Home
last modified time | relevance | path

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

/linux-6.6.21/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()
760 if (ch->flags & (XPC_C_DISCONNECTING | XPC_C_DISCONNECTED)) in xpc_disconnect_channel()
[all …]
Dxpc_main.c649 !(ch->flags & XPC_C_DISCONNECTING)) { in xpc_kthread_waitmsgs()
665 (ch->flags & XPC_C_DISCONNECTING))); in xpc_kthread_waitmsgs()
669 } while (!(ch->flags & XPC_C_DISCONNECTING)); in xpc_kthread_waitmsgs()
689 if (!(ch->flags & XPC_C_DISCONNECTING)) { in xpc_kthread_start()
712 if (n_needed > 0 && !(ch->flags & XPC_C_DISCONNECTING)) in xpc_kthread_start()
789 } else if (ch->flags & XPC_C_DISCONNECTING) { in xpc_create_kthreads()
Dxpc_uv.c1552 if (ch->flags & XPC_C_DISCONNECTING) { in xpc_send_payload_uv()
1572 if (ch->flags & XPC_C_DISCONNECTING) { in xpc_send_payload_uv()
1630 DBUG_ON(!(ch->flags & XPC_C_DISCONNECTING)); in xpc_notify_senders_of_disconnect_uv()
1653 if (!(ch->flags & XPC_C_DISCONNECTING)) { in xpc_get_deliverable_payload_uv()
Dxpc.h389 #define XPC_C_DISCONNECTING 0x00020000 /* channel is being disconnected */ macro