Lines Matching defs:target

1099  * Update memory nodes in target lgroups and return ones that get changed
1102 lgrp_mnode_update(klgrpset_t target, klgrpset_t *changed)
1114 if (klgrpset_isempty(target))
1118 * Find each lgroup in target lgroups
1122 * Skip any lgroups that don't exist or aren't in target group
1125 if (!klgrpset_ismember(target, i) || !LGRP_EXISTS(lgrp)) {
1140 * Update memory nodes of of target lgroup with memory nodes
1148 * memory resources of target lgroup
1157 * Update target lgroup's memnodes to include memnodes
1190 * target lgroup.
1954 * Check to see if the resource set of the target lpl contains the
2809 * Initialize lpl topology in the target based on topology currently present in
2816 * `target' points to the list of lpls in cp_default and `size' is the size of
2821 * 1) Copies all fields from lpl_bootstrap to the target.
2823 * 2) Sets CPU0 lpl pointer to the correct element of the target list.
2825 * 3) Updates lpl_parent pointers to point to the lpls in the target list
2828 * 4) Updates pointers in the resource list of the target to point to the lpls
2829 * in the target list instead of lpl_bootstrap.
2831 * After lpl_topo_bootstrap() completes, target contains the same information
2837 lpl_topo_bootstrap(lpl_t *target, int size)
2840 lpl_t *target_lpl = target;
2849 * The only target that should be passed here is cp_default lpl list.
2851 ASSERT(target == cp_default.cp_lgrploads);
2874 * Substitute CPU0 lpl pointer with one relative to target.
2882 * Substitute parent information with parent relative to target.
2888 (uintptr_t)target);
2892 * lpl_bootstrap's rset to pointers relative to target's
2901 (uintptr_t)target);