Home
last modified time | relevance | path

Searched refs:XPC_PARTID (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/drivers/misc/sgi-xp/
Dxpc_partition.c272 short partid = XPC_PARTID(part); in xpc_partition_disengaged()
319 dev_dbg(xpc_part, "setting partition %d to ACTIVE\n", XPC_PARTID(part)); in xpc_mark_partition_active()
377 XPC_PARTID(part), reason); in xpc_deactivate_partition()
391 XPC_PARTID(part)); in xpc_mark_partition_inactive()
Dxpc_sn2.c283 "0x%llx\n", XPC_PARTID(part), chctl.all_flags); in xpc_check_for_sent_chctl_flags_sn2()
783 "heartbeat_offline=%lld, HB_mask[0]=0x%lx\n", XPC_PARTID(part), in xpc_get_remote_heartbeat_sn2()
1177 short partid = XPC_PARTID(part); in xpc_setup_ch_structures_sn2()
1293 short partid = XPC_PARTID(part); in xpc_teardown_ch_structures_sn2()
1339 " ret=%d\n", XPC_PARTID(part), ret); in xpc_pull_remote_cachelines_sn2()
1358 short partid = XPC_PARTID(part); in xpc_pull_remote_vars_part_sn2()
1464 "xp_addr region\n", XPC_PARTID(part)); in xpc_make_first_contact_sn2()
1487 "partition %d\n", XPC_PARTID(part)); in xpc_make_first_contact_sn2()
1531 "partition %d, ret=%d\n", XPC_PARTID(part), in xpc_get_chctl_all_flags_sn2()
1547 "%d, ret=%d\n", XPC_PARTID(part), ret); in xpc_get_chctl_all_flags_sn2()
Dxpc_main.c184 DBUG_ON(xpc_arch_ops.partition_engaged(XPC_PARTID(part))); in xpc_timeout_partition_disengage()
413 short partid = XPC_PARTID(part); in xpc_setup_ch_structures()
593 short partid = XPC_PARTID(part); in xpc_activate_partition()
Dxpc.h871 #define XPC_PARTID(_p) ((short)((_p) - &xpc_partitions[0])) macro
Dxpc_uv.c588 "from partition=%d\n", msg_hdr->type, XPC_PARTID(part)); in xpc_handle_activate_mq_msg_uv()
1054 "partition %d\n", XPC_PARTID(part)); in xpc_make_first_contact_uv()
1419 ch_number, XPC_PARTID(part)); in xpc_handle_notify_mq_msg_uv()
Dxpc_channel.c624 XPC_PARTID(part), reason); in xpc_partition_going_down()