Searched refs:pref_zq (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
H A D | zcrypt_api.c | 617 struct zcrypt_queue *pref_zq, in zcrypt_queue_compare() 621 if (!pref_zq) in zcrypt_queue_compare() 624 pref_weight += atomic_read(&pref_zq->load); in zcrypt_queue_compare() 627 pref_zq->queue->total_request_count; in zcrypt_queue_compare() 639 struct zcrypt_queue *zq, *pref_zq; in zcrypt_rsa_modexpo() local 673 pref_zq = NULL; in zcrypt_rsa_modexpo() 708 if (!zcrypt_queue_compare(zq, pref_zq, in zcrypt_rsa_modexpo() 712 pref_zq = zq; in zcrypt_rsa_modexpo() 716 pref_zq = zcrypt_pick_queue(pref_zc, pref_zq, in zcrypt_rsa_modexpo() 616 zcrypt_queue_compare(struct zcrypt_queue *zq, struct zcrypt_queue *pref_zq, unsigned int weight, unsigned int pref_weight) zcrypt_queue_compare() argument 747 struct zcrypt_queue *zq, *pref_zq; zcrypt_rsa_crt() local 855 struct zcrypt_queue *zq, *pref_zq; _zcrypt_send_cprb() local 1016 struct zcrypt_queue *zq, *pref_zq; _zcrypt_send_ep11_cprb() local 1146 struct zcrypt_queue *zq, *pref_zq; zcrypt_rng() local [all...] |
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | zcrypt_api.c | 620 struct zcrypt_queue *pref_zq, in zcrypt_queue_compare() 624 if (!pref_zq) in zcrypt_queue_compare() 627 pref_weight += atomic_read(&pref_zq->load); in zcrypt_queue_compare() 630 pref_zq->queue->total_request_count; in zcrypt_queue_compare() 642 struct zcrypt_queue *zq, *pref_zq; in zcrypt_rsa_modexpo() local 671 pref_zq = NULL; in zcrypt_rsa_modexpo() 706 if (!zcrypt_queue_compare(zq, pref_zq, in zcrypt_rsa_modexpo() 710 pref_zq = zq; in zcrypt_rsa_modexpo() 714 pref_zq = zcrypt_pick_queue(pref_zc, pref_zq, in zcrypt_rsa_modexpo() 619 zcrypt_queue_compare(struct zcrypt_queue *zq, struct zcrypt_queue *pref_zq, unsigned int weight, unsigned int pref_weight) zcrypt_queue_compare() argument 747 struct zcrypt_queue *zq, *pref_zq; zcrypt_rsa_crt() local 852 struct zcrypt_queue *zq, *pref_zq; _zcrypt_send_cprb() local 1009 struct zcrypt_queue *zq, *pref_zq; _zcrypt_send_ep11_cprb() local 1159 struct zcrypt_queue *zq, *pref_zq; zcrypt_rng() local [all...] |
Completed in 5 milliseconds