Searched refs:wait_queue_hash (Results 1 - 3 of 3) sorted by relevance
/sssd-io/src/responder/kcm/ |
H A D | kcmsrv_op_queue.c | 47 hash_table_t *wait_queue_hash; member in struct:kcm_ops_queue_ctx 69 &queue_ctx->wait_queue_hash, 0, 0, 0, 0, 103 ret = hash_delete(kq->qctx->wait_queue_hash, &key); 162 ret = hash_lookup(qctx->wait_queue_hash, &key, &value); 186 kq = talloc_zero(qctx->wait_queue_hash, struct kcm_ops_queue); 197 ret = hash_enter(qctx->wait_queue_hash, &key, &value); 289 state->entry = talloc_zero(kq->qctx->wait_queue_hash, struct kcm_ops_queue_entry);
|
/sssd-io/src/providers/krb5/ |
H A D | krb5_wait_queue.c | 111 if (krb5_ctx->wait_queue_hash == NULL) { 113 &krb5_ctx->wait_queue_hash, 0, 0, 0, 0, 124 ret = hash_lookup(krb5_ctx->wait_queue_hash, &key, &value); 150 head = talloc_zero(krb5_ctx->wait_queue_hash, struct queue_entry); 157 ret = hash_enter(krb5_ctx->wait_queue_hash, &key, &value); 186 if (krb5_ctx->wait_queue_hash == NULL) { 194 ret = hash_lookup(krb5_ctx->wait_queue_hash, &key, &value); 223 ret = hash_delete(krb5_ctx->wait_queue_hash, &key);
|
H A D | krb5_common.h | 129 hash_table_t *wait_queue_hash; member in struct:krb5_ctx
|
Completed in 12 milliseconds