Lines Matching defs:slot
15264 * This transfer finishing freed up a transfer quota slot.
16360 * slot that was just vacated.
16381 * We successfully filled the slot. We're done.
16840 unsigned int i, slot = UNREACH_CHACHE_SIZE, oldest = 0;
16850 /* Empty slot? */
16852 slot = i;
16853 /* Least recently used slot? */
16870 } else if (slot != UNREACH_CHACHE_SIZE) {
16872 * Found a empty slot. Add a new entry to the cache.
16874 zmgr->unreachable[slot].expire = seconds + UNREACH_HOLD_TIME;
16875 zmgr->unreachable[slot].last = seconds;
16876 zmgr->unreachable[slot].remote = *remote;
16877 zmgr->unreachable[slot].local = *local;
16878 zmgr->unreachable[slot].count = 1;