Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/nfs/
H A Dnfsmount.h280 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()
2286 nmp->nm_ncentries--; in nfs_gss_clnt_ctx_unref()
2295 nmp->nm_ncentries++; in nfs_gss_clnt_ctx_unref()
2317 NFS_GSS_DBG("Reaping contexts ncentries = %d\n", nmp->nm_ncentries); in nfs_gss_clnt_ctx_neg_cache_reap()
2328 if (nmp->nm_ncentries <= GSS_MAX_NEG_CACHE_ENTRIES) { in nfs_gss_clnt_ctx_neg_cache_reap()
2344 nmp->nm_ncentries++; in nfs_gss_clnt_ctx_neg_cache_reap()
2349 NFS_GSS_DBG("Reaped %d contexts ncentries = %d\n", reaped, nmp->nm_ncentries); in nfs_gss_clnt_ctx_neg_cache_reap()