Lines Matching refs:zcrypt_queue
44 struct zcrypt_queue *zq = aq->private; in online_show()
55 struct zcrypt_queue *zq = aq->private; in online_store()
84 struct zcrypt_queue *zq = to_ap_queue(dev)->private; in load_show()
101 void zcrypt_queue_force_online(struct zcrypt_queue *zq, int online) in zcrypt_queue_force_online()
108 struct zcrypt_queue *zcrypt_queue_alloc(size_t max_response_size) in zcrypt_queue_alloc()
110 struct zcrypt_queue *zq; in zcrypt_queue_alloc()
112 zq = kzalloc(sizeof(struct zcrypt_queue), GFP_KERNEL); in zcrypt_queue_alloc()
129 void zcrypt_queue_free(struct zcrypt_queue *zq) in zcrypt_queue_free()
138 struct zcrypt_queue *zq = in zcrypt_queue_release()
139 container_of(kref, struct zcrypt_queue, refcount); in zcrypt_queue_release()
143 void zcrypt_queue_get(struct zcrypt_queue *zq) in zcrypt_queue_get()
149 int zcrypt_queue_put(struct zcrypt_queue *zq) in zcrypt_queue_put()
161 int zcrypt_queue_register(struct zcrypt_queue *zq) in zcrypt_queue_register()
209 void zcrypt_queue_unregister(struct zcrypt_queue *zq) in zcrypt_queue_unregister()