• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/

Lines Matching refs:partid

191 	if (rp->partid != sn_partition_id) {
192 dev_err(xpc_part, "the reserved page's partid of %d should be "
193 "%d\n", rp->partid, sn_partition_id);
421 partid_t partid;
427 for (partid = 1; partid < XP_MAX_PARTITIONS; partid++) {
433 if (partid == sn_partition_id) {
437 part = &xpc_partitions[partid];
455 dev_dbg(xpc_part, "partid = %d, heartbeat = %ld, last_heartbeat"
457 partid, remote_vars->heartbeat, part->last_heartbeat,
515 /* check that the partid is for another partition */
517 if (remote_rp->partid < 1 ||
518 remote_rp->partid > (XP_MAX_PARTITIONS - 1)) {
522 if (remote_rp->partid == sn_partition_id) {
642 partid_t partid;
663 partid = remote_rp->partid;
664 part = &xpc_partitions[partid];
684 dev_dbg(xpc_part, "partid for nasid %d is %d; IRQs = %d; HB = "
685 "%ld:0x%lx\n", (int) nasid, (int) partid, part->act_IRQ_rcvd,
696 if (xpc_partition_disengage_requested(1UL << partid)) {
705 xpc_clear_partition_disengage_request(1UL << partid);
755 xpc_clear_partition_engaged(1UL << partid);
756 xpc_clear_partition_disengage_request(1UL << partid);
776 DBUG_ON(xpc_partition_engaged(1UL << partid));
778 partid));
798 xpc_partition_disengage_requested(1UL << partid)) {
873 partid_t partid = XPC_PARTID(part);
877 disengaged = (xpc_partition_engaged(1UL << partid) == 0);
891 "timed out\n", partid);
893 xpc_clear_partition_engaged(1UL << partid);
1039 partid_t partid;
1140 partid = remote_rp->partid;
1141 part = &xpc_partitions[partid];
1158 "already activating\n", partid, nasid);
1179 partid, remote_vars->amos_page_pa);
1214 * Given a partid, get the nasids owned by that partition from the
1218 xpc_initiate_partid_to_nasids(partid_t partid, void *nasid_mask)
1225 part = &xpc_partitions[partid];