Searched refs:nfs_gss_svc_ctx_hashtbl (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_gss.c134 struct nfs_gss_svc_ctx_hashhead *nfs_gss_svc_ctx_hashtbl; variable in typeref:struct:nfs_gss_svc_ctx_hashhead
247 nfs_gss_svc_ctx_hashtbl = hashinit(SVC_CTX_HASHSZ, M_TEMP, &nfs_gss_svc_ctx_hash);
1790 head = &nfs_gss_svc_ctx_hashtbl[SVC_CTX_HASH(handle)];
1849 head = &nfs_gss_svc_ctx_hashtbl[SVC_CTX_HASH(cp->gss_svc_handle)];
1893 LIST_FOREACH_SAFE(cp, &nfs_gss_svc_ctx_hashtbl[i], gss_svc_entries, next) {
2779 head = &nfs_gss_svc_ctx_hashtbl[i];

Completed in 15 milliseconds