Searched refs:peerl (Results 1 – 1 of 1) sorted by relevance
5016 struct lease *peerl = NULL; in allocate_lease() local5026 peerl = LEASE_GET_FIRST(pool->backup); in allocate_lease()5027 if (peerl != NULL) { in allocate_lease()5029 (candl->ends > peerl->ends)) && in allocate_lease()5030 lease_mine_to_reallocate(peerl)) { in allocate_lease()5031 candl = peerl; in allocate_lease()5039 peerl = LEASE_GET_FIRST(pool->free); in allocate_lease()5040 if (peerl != NULL) { in allocate_lease()5042 (candl->ends > peerl->ends)) && in allocate_lease()5043 lease_mine_to_reallocate(peerl)) { in allocate_lease()[all …]