Searched refs:zqueues (Results 1 – 3 of 3) sorted by relevance
87 * does not work. So collect the zqueues in a dynamic array in online_store() 91 list_for_each_entry(zq, &zc->zqueues, list) in online_store() 95 list_for_each_entry(zq, &zc->zqueues, list) in online_store() 146 INIT_LIST_HEAD(&zc->zqueues); in zcrypt_card_alloc()
105 struct list_head zqueues; /* List of zcrypt queues */ member 148 list_for_each_entry(_zq, &(_zc)->zqueues, list)
183 list_add_tail(&zq->list, &zc->zqueues); in zcrypt_queue_register()