Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/s390/crypto/
Dzcrypt_api.c657 struct zcrypt_queue *pref_zq, in zcrypt_queue_compare() argument
661 if (!pref_zq) in zcrypt_queue_compare()
664 pref_weight += atomic_read(&pref_zq->load); in zcrypt_queue_compare()
667 pref_zq->queue->total_request_count; in zcrypt_queue_compare()
679 struct zcrypt_queue *zq, *pref_zq; in zcrypt_rsa_modexpo() local
713 pref_zq = NULL; in zcrypt_rsa_modexpo()
748 if (!zcrypt_queue_compare(zq, pref_zq, in zcrypt_rsa_modexpo()
752 pref_zq = zq; in zcrypt_rsa_modexpo()
756 pref_zq = zcrypt_pick_queue(pref_zc, pref_zq, &mod, wgt); in zcrypt_rsa_modexpo()
759 if (!pref_zq) { in zcrypt_rsa_modexpo()
[all …]