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

/linux-master/drivers/misc/sgi-xp/
H A Dxpc_main.c159 struct xpc_arch_operations xpc_arch_ops; variable in typeref:struct:xpc_arch_operations
174 DBUG_ON(xpc_arch_ops.partition_engaged(XPC_PARTID(part)));
185 xpc_arch_ops.increment_heartbeat();
197 xpc_arch_ops.heartbeat_init();
206 xpc_arch_ops.heartbeat_exit();
235 ret = xpc_arch_ops.get_remote_heartbeat(part);
279 xpc_arch_ops.process_activate_IRQ_rcvd();
455 ret = xpc_arch_ops.setup_ch_structures(part);
499 xpc_arch_ops.teardown_ch_structures(part);
547 xpc_arch_ops
[all...]
H A Dxpc_partition.c78 xpc_arch_ops.get_partition_rsvd_page_pa;
179 ret = xpc_arch_ops.setup_rsvd_page(rp);
271 disengaged = !xpc_arch_ops.partition_engaged(partid);
287 xpc_arch_ops.assume_partition_disengaged(partid);
301 xpc_arch_ops.cancel_partition_deactivation_request(part);
356 xpc_arch_ops.request_partition_reactivation(part);
375 xpc_arch_ops.request_partition_deactivation(part);
516 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.h610 extern struct xpc_arch_operations xpc_arch_ops;
H A Dxpc_uv.c1699 xpc_arch_ops = xpc_arch_ops_uv;

Completed in 222 milliseconds