Home
last modified time | relevance | path

Searched refs:bestmci (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/sendmail/src/
H A Dmci.c132 register MCI **bestmci; local
151 bestmci = &MciCache[0];
157 bestmci = &MciCache[i];
167 bestmci = &MciCache[i];
170 mci_uncache(bestmci, true);
173 if (*bestmci == NULL)
175 if (mci->mci_lastuse < (*bestmci)->mci_lastuse)
176 bestmci = &MciCache[i];
178 return bestmci;