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

/osnet-11/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...]

Completed in 22 milliseconds