Searched refs:xpc_arch_ops (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-xp/
H A Dxpc_main.c165 struct xpc_arch_operations xpc_arch_ops; variable in typeref:struct:xpc_arch_operations
180 DBUG_ON(xpc_arch_ops.partition_engaged(XPC_PARTID(part)));
191 xpc_arch_ops.increment_heartbeat();
203 xpc_arch_ops.heartbeat_init();
213 xpc_arch_ops.heartbeat_exit();
242 ret = xpc_arch_ops.get_remote_heartbeat(part);
293 xpc_arch_ops.process_activate_IRQ_rcvd();
468 ret = xpc_arch_ops.setup_ch_structures(part);
512 xpc_arch_ops.teardown_ch_structures(part);
560 xpc_arch_ops
[all...]
H A Dxpc_partition.c77 xpc_arch_ops.get_partition_rsvd_page_pa;
183 ret = xpc_arch_ops.setup_rsvd_page(rp);
275 disengaged = !xpc_arch_ops.partition_engaged(partid);
291 xpc_arch_ops.assume_partition_disengaged(partid);
305 xpc_arch_ops.cancel_partition_deactivation_request(part);
350 xpc_arch_ops.request_partition_reactivation(part);
369 xpc_arch_ops.request_partition_deactivation(part);
512 xpc_arch_ops.request_partition_activation(remote_rp,
H A Dxpc_channel.c42 ret = xpc_arch_ops.setup_msg_structures(ch);
56 xpc_arch_ops.send_chctl_openreply(ch, irq_flags);
64 xpc_arch_ops.send_chctl_opencomplete(ch, irq_flags);
103 if (xpc_arch_ops.partition_engaged(ch->partid))
115 xpc_arch_ops.send_chctl_closereply(ch, irq_flags);
125 xpc_arch_ops.notify_senders_of_disconnect(ch);
139 xpc_arch_ops.teardown_msg_structures(ch);
152 * xpc_arch_ops.teardown_msg_structures()) but not including
399 ret = xpc_arch_ops.save_remote_msgqueue_pa(ch,
536 xpc_arch_ops
[all...]
H A Dxpc.h879 extern struct xpc_arch_operations xpc_arch_ops;
H A Dxpc_sn2.c2417 xpc_arch_ops = xpc_arch_ops_sn2;
H A Dxpc_uv.c1737 xpc_arch_ops = xpc_arch_ops_uv;

Completed in 89 milliseconds