Home
last modified time | relevance | path

Searched refs:XPC_DISCONNECT_CHANNEL (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/misc/sgi-xp/
H A Dxpc_channel.c46 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()
H A Dxpc.h691 #define XPC_DISCONNECT_CHANNEL(_ch, _reason, _irqflgs) \ macro
H A Dxpc_main.c829 XPC_DISCONNECT_CHANNEL(ch, xpLackOfResources, in xpc_create_kthreads()