Lines Matching defs:hand

298 	lgrp_handle_t	hand;
313 hand = lgrp_plat_root_hand();
314 lgrp_root->lgrp_plathand = hand;
322 lgrp_root->lgrp_latency = lgrp_plat_latency(hand, hand);
536 lgrp_latency_change(lgrp_handle_t hand, u_longlong_t oldtime,
548 if ((hand == LGRP_NULL_HANDLE &&
550 (hand != LGRP_NULL_HANDLE && lgrp->lgrp_plathand == hand))
717 lgrp_handle_t hand;
746 hand = lgrp_plat_cpu_to_hand(cp->cpu_id);
747 my_lgrp = lgrp_hand_to_lgrp(hand);
754 my_lgrp->lgrp_plathand = hand;
755 my_lgrp->lgrp_latency = lgrp_plat_latency(hand, hand);
769 } else if (my_lgrp->lgrp_latency == 0 && lgrp_plat_latency(hand, hand)
1226 * Called to indicate that the lgrp with platform handle "hand" now
1240 lgrp_mem_init(int mnode, lgrp_handle_t hand, boolean_t is_copy_rename)
1289 my_lgrp = lgrp_hand_to_lgrp(hand);
1294 my_lgrp->lgrp_plathand = hand;
1295 my_lgrp->lgrp_latency = lgrp_plat_latency(hand, hand);
1305 } else if (my_lgrp->lgrp_latency == 0 && lgrp_plat_latency(hand, hand)
1370 * handle "hand" no longer contains given memory node
1384 lgrp_mem_fini(int mnode, lgrp_handle_t hand, boolean_t is_copy_rename)
1410 my_lgrp = lgrp_hand_to_lgrp(hand);
1511 lgrp_hand_to_lgrp(lgrp_handle_t hand)
1516 if (hand == LGRP_NULL_HANDLE)
1521 if (LGRP_EXISTS(lgrp) && lgrp->lgrp_plathand == hand)
1594 lgrp_handle_t hand;
1598 hand = lgrp_plat_pfn_to_hand(pfn);
1599 if (hand != LGRP_NULL_HANDLE)
1602 if (LGRP_EXISTS(lgrp) && lgrp->lgrp_plathand == hand)
1614 lgrp_handle_t hand;
1620 hand = lgrp_plat_pfn_to_hand(pfn);
1621 if (hand != LGRP_NULL_HANDLE)
1624 if (LGRP_EXISTS(lgrp) && lgrp->lgrp_plathand == hand)