Lines Matching defs:best
715 struct cryptocap *cap, *best;
718 best = NULL;
761 if (best == NULL) {
763 best = cap;
765 } else if (cap->cc_sessions < best->cc_sessions) {
766 crypto_driver_unlock(best);
768 best = cap;
775 if (best == NULL && hard == 0
781 if (best == NULL && hard == 0 && error == 0) {
791 return best;
1876 * best to put the request back where we got
1921 * best to put the request back where we got