Home
last modified time | relevance | path

Searched refs:zqueues (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/s390/crypto/
H A Dzcrypt_card.c86 * does not work. So collect the zqueues in a dynamic array in online_store()
90 list_for_each_entry(zq, &zc->zqueues, list) in online_store()
94 list_for_each_entry(zq, &zc->zqueues, list) in online_store()
145 INIT_LIST_HEAD(&zc->zqueues); in zcrypt_card_alloc()
H A Dzcrypt_api.h89 struct list_head zqueues; /* List of zcrypt queues */ member
130 list_for_each_entry(_zq, &(_zc)->zqueues, list)
H A Dzcrypt_queue.c181 list_add_tail(&zq->list, &zc->zqueues); in zcrypt_queue_register()
/kernel/linux/linux-5.10/drivers/s390/crypto/
H A Dzcrypt_api.h92 struct list_head zqueues; /* List of zcrypt queues */ member
134 list_for_each_entry(_zq, &(_zc)->zqueues, list)
H A Dzcrypt_card.c81 list_for_each_entry(zq, &zc->zqueues, list) in online_store()
119 INIT_LIST_HEAD(&zc->zqueues); in zcrypt_card_alloc()
H A Dzcrypt_queue.c175 list_add_tail(&zq->list, &zc->zqueues); in zcrypt_queue_register()

Completed in 3 milliseconds