Searched refs:XPC_DISCONNECT_CHANNEL (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/misc/sgi-xp/ |
D | xpc_channel.c | 46 XPC_DISCONNECT_CHANNEL(ch, ret, irq_flags); in xpc_process_connect() 274 XPC_DISCONNECT_CHANNEL(ch, reason, &irq_flags); in xpc_process_openclose_chctl_flags() 352 XPC_DISCONNECT_CHANNEL(ch, xpUnequalMsgSizes, in xpc_process_openclose_chctl_flags() 380 XPC_DISCONNECT_CHANNEL(ch, xpOpenCloseError, in xpc_process_openclose_chctl_flags() 402 XPC_DISCONNECT_CHANNEL(ch, ret, &irq_flags); in xpc_process_openclose_chctl_flags() 439 XPC_DISCONNECT_CHANNEL(ch, xpOpenCloseError, in xpc_process_openclose_chctl_flags() 517 XPC_DISCONNECT_CHANNEL(ch, xpUnequalMsgSizes, in xpc_connect_channel() 639 XPC_DISCONNECT_CHANNEL(ch, reason, &irq_flags); in xpc_partition_going_down() 729 XPC_DISCONNECT_CHANNEL(ch, xpUnregistering, in xpc_initiate_disconnect()
|
D | xpc.h | 691 #define XPC_DISCONNECT_CHANNEL(_ch, _reason, _irqflgs) \ macro
|
D | xpc_main.c | 829 XPC_DISCONNECT_CHANNEL(ch, xpLackOfResources, in xpc_create_kthreads()
|