Home
last modified time | relevance | path

Searched refs:gss_clnt_mtx (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_gss.c520 lck_mtx_lock(&cp->gss_clnt_mtx); in nfs_gss_clnt_ctx_dump()
525 lck_mtx_unlock(&cp->gss_clnt_mtx); in nfs_gss_clnt_ctx_dump()
661 lck_mtx_lock(&cp->gss_clnt_mtx); in nfs_gss_clnt_ctx_find_principal()
666 lck_mtx_unlock(&cp->gss_clnt_mtx); in nfs_gss_clnt_ctx_find_principal()
683 lck_mtx_unlock(&cp->gss_clnt_mtx); in nfs_gss_clnt_ctx_find_principal()
702 lck_mtx_unlock(&cp->gss_clnt_mtx); in nfs_gss_clnt_ctx_find_principal()
718 lck_mtx_unlock(&cp->gss_clnt_mtx); in nfs_gss_clnt_ctx_find_principal()
730 lck_mtx_unlock(&cp->gss_clnt_mtx); in nfs_gss_clnt_ctx_find_principal()
738 lck_mtx_unlock(&cp->gss_clnt_mtx); in nfs_gss_clnt_ctx_find_principal()
743 lck_mtx_unlock(&cp->gss_clnt_mtx); in nfs_gss_clnt_ctx_find_principal()
[all …]
H A Dnfs_gss.h88 lck_mtx_t gss_clnt_mtx; member