Lines Matching refs:slot
10124 * This transfer finishing freed up a transfer quota slot.
11040 * slot that was just vacated.
11061 * We successfully filled the slot. We're done.
11485 unsigned int i, slot = UNREACH_CHACHE_SIZE, oldest = 0;
11495 /* Empty slot? */
11497 slot = i;
11498 /* Least recently used slot? */
11515 } else if (slot != UNREACH_CHACHE_SIZE) {
11517 * Found a empty slot. Add a new entry to the cache.
11519 zmgr->unreachable[slot].expire = seconds + UNREACH_HOLD_TIME;
11520 zmgr->unreachable[slot].last = seconds;
11521 zmgr->unreachable[slot].remote = *remote;
11522 zmgr->unreachable[slot].local = *local;
11523 zmgr->unreachable[slot].count = 1;