Searched refs:zqueues (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | zcrypt_card.c | 86 * 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 D | zcrypt_api.h | 89 struct list_head zqueues; /* List of zcrypt queues */ member 130 list_for_each_entry(_zq, &(_zc)->zqueues, list)
|
H A D | zcrypt_queue.c | 181 list_add_tail(&zq->list, &zc->zqueues); in zcrypt_queue_register()
|
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
H A D | zcrypt_api.h | 92 struct list_head zqueues; /* List of zcrypt queues */ member 134 list_for_each_entry(_zq, &(_zc)->zqueues, list)
|
H A D | zcrypt_card.c | 81 list_for_each_entry(zq, &zc->zqueues, list) in online_store() 119 INIT_LIST_HEAD(&zc->zqueues); in zcrypt_card_alloc()
|
H A D | zcrypt_queue.c | 175 list_add_tail(&zq->list, &zc->zqueues); in zcrypt_queue_register()
|
Completed in 3 milliseconds