Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfsmount.h279 uint32_t nm_ncentries; /* GSS expired negative cache entries */ member
H A Dnfs_gss.c728 nmp->nm_ncentries--; in nfs_gss_clnt_ctx_find_principal()
2284 nmp->nm_ncentries--; in nfs_gss_clnt_ctx_unref()
2293 nmp->nm_ncentries++; in nfs_gss_clnt_ctx_unref()
2315 NFS_GSS_DBG("Reaping contexts ncentries = %d\n", nmp->nm_ncentries); in nfs_gss_clnt_ctx_neg_cache_reap()
2326 if (nmp->nm_ncentries <= GSS_MAX_NEG_CACHE_ENTRIES) { in nfs_gss_clnt_ctx_neg_cache_reap()
2342 nmp->nm_ncentries++; in nfs_gss_clnt_ctx_neg_cache_reap()
2347 NFS_GSS_DBG("Reaped %d contexts ncentries = %d\n", reaped, nmp->nm_ncentries); in nfs_gss_clnt_ctx_neg_cache_reap()