Searched refs:donor (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DResource.java85 * Transfer the requested quantity of resource from the donor to this
88 * @param donor A donating resource.
93 public void transfer(Resource donor, long qty) throws PoolsException argument
96 donor.getResource(), getResource(), qty) !=
102 * Transfer the specified resource components from the donor to this
105 * @param donor A donating resource.
110 public void transfer(Resource donor, List components) argument
114 donor.getResource(), getResource(), components) !=
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_commit.c939 int donor, receiver; local
1048 * The donor index starts at the end of the resource set list and
1053 donor = nelem - 1;
1063 if (donor == receiver) {
1064 if (res_info[donor].ri_transfer != 0) {
1071 if (res_info[donor].ri_transfer == 0) {
1073 donor--;
1082 /* Transfer resources from the donor set to the receiver */
1083 ntrans = MIN(res_info[donor].ri_transfer,
1087 TO_CONF(TO_ELEM(res_info[donor]
[all...]
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DSystemSolver.java520 Resource donor = (Resource) itDonor.next();
521 List processors = getProcessors(donor);
523 "donor processors: " + processors);
537 if (receiver == donor)
540 donor, receiver, cpu));

Completed in 61 milliseconds