Lines Matching refs:zcrypt_queue
43 struct zcrypt_queue *zq = to_ap_queue(dev)->private; in online_show()
52 struct zcrypt_queue *zq = to_ap_queue(dev)->private; in online_store()
79 struct zcrypt_queue *zq = to_ap_queue(dev)->private; in load_show()
96 void zcrypt_queue_force_online(struct zcrypt_queue *zq, int online) in zcrypt_queue_force_online()
103 struct zcrypt_queue *zcrypt_queue_alloc(size_t max_response_size) in zcrypt_queue_alloc()
105 struct zcrypt_queue *zq; in zcrypt_queue_alloc()
107 zq = kzalloc(sizeof(struct zcrypt_queue), GFP_KERNEL); in zcrypt_queue_alloc()
124 void zcrypt_queue_free(struct zcrypt_queue *zq) in zcrypt_queue_free()
133 struct zcrypt_queue *zq = in zcrypt_queue_release()
134 container_of(kref, struct zcrypt_queue, refcount); in zcrypt_queue_release()
138 void zcrypt_queue_get(struct zcrypt_queue *zq) in zcrypt_queue_get()
144 int zcrypt_queue_put(struct zcrypt_queue *zq) in zcrypt_queue_put()
156 int zcrypt_queue_register(struct zcrypt_queue *zq) in zcrypt_queue_register()
206 void zcrypt_queue_unregister(struct zcrypt_queue *zq) in zcrypt_queue_unregister()