Lines Matching refs:zcrypt_queue
45 struct zcrypt_queue *zq = to_ap_queue(dev)->private; in online_show()
54 struct zcrypt_queue *zq = to_ap_queue(dev)->private; in online_store()
81 struct zcrypt_queue *zq = to_ap_queue(dev)->private; in load_show()
98 void zcrypt_queue_force_online(struct zcrypt_queue *zq, int online) in zcrypt_queue_force_online()
105 struct zcrypt_queue *zcrypt_queue_alloc(size_t max_response_size) in zcrypt_queue_alloc()
107 struct zcrypt_queue *zq; in zcrypt_queue_alloc()
109 zq = kzalloc(sizeof(struct zcrypt_queue), GFP_KERNEL); in zcrypt_queue_alloc()
126 void zcrypt_queue_free(struct zcrypt_queue *zq) in zcrypt_queue_free()
135 struct zcrypt_queue *zq = in zcrypt_queue_release()
136 container_of(kref, struct zcrypt_queue, refcount); in zcrypt_queue_release()
140 void zcrypt_queue_get(struct zcrypt_queue *zq) in zcrypt_queue_get()
146 int zcrypt_queue_put(struct zcrypt_queue *zq) in zcrypt_queue_put()
158 int zcrypt_queue_register(struct zcrypt_queue *zq) in zcrypt_queue_register()
208 void zcrypt_queue_unregister(struct zcrypt_queue *zq) in zcrypt_queue_unregister()