Home
last modified time | relevance | path

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

/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()
508 * Because XPC_DISCONNECT_CHANNEL() can block we're in xpc_connect_channel()
512 * sema. XPC_DISCONNECT_CHANNEL() requires that the in xpc_connect_channel()
517 XPC_DISCONNECT_CHANNEL(ch, xpUnequalMsgSizes, in xpc_connect_channel()
639 XPC_DISCONNECT_CHANNEL(c in xpc_partition_going_down()
[all...]
H A Dxpc.h691 #define XPC_DISCONNECT_CHANNEL(_ch, _reason, _irqflgs) \ macro
H A Dxpc_main.c828 XPC_DISCONNECT_CHANNEL(ch, xpLackOfResources, in xpc_create_kthreads()