Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/sgi-xp/
H A Dxpc_main.c176 DBUG_ON(xpc_arch_ops.partition_engaged(XPC_PARTID(part))); in xpc_timeout_partition_disengage()
1097 if (xpc_arch_ops.partition_engaged(partid) || in xpc_die_deactivate()
1126 if (xpc_arch_ops.partition_engaged(partid)) { in xpc_die_deactivate()
H A Dxpc_partition.c271 disengaged = !xpc_arch_ops.partition_engaged(partid); in __xpc_partition_disengaged()
H A Dxpc.h567 int (*partition_engaged) (short); member
H A Dxpc_channel.c103 if (xpc_arch_ops.partition_engaged(ch->partid)) in xpc_process_disconnect()
H A Dxpc_uv.c1730 .partition_engaged = xpc_partition_engaged_uv,