Lines Matching refs:qctx
40 struct kcm_ops_queue_ctx *qctx;
103 ret = hash_delete(kq->qctx->wait_queue_hash, &key);
150 static struct kcm_ops_queue *kcm_op_queue_get(struct kcm_ops_queue_ctx *qctx,
162 ret = hash_lookup(qctx->wait_queue_hash, &key, &value);
186 kq = talloc_zero(qctx->wait_queue_hash, struct kcm_ops_queue);
191 kq->qctx = qctx;
197 ret = hash_enter(qctx->wait_queue_hash, &key, &value);
231 struct kcm_ops_queue_ctx *qctx,
250 kq = kcm_op_queue_get(qctx, ev, uid);
289 state->entry = talloc_zero(kq->qctx->wait_queue_hash, struct kcm_ops_queue_entry);