Searched refs:authc_lock (Results 1 – 2 of 2) sorted by relevance
880 rw_init(&nc->authc_lock, NULL, RW_DEFAULT, NULL); in nfsauth_cache_get()895 rw_destroy(&nc->authc_lock); in nfsauth_cache_get()903 rw_enter(&c->authc_lock, RW_READER); in nfsauth_cache_get()909 rw_exit(&c->authc_lock); in nfsauth_cache_get()934 rw_enter(&c->authc_lock, RW_WRITER); in nfsauth_cache_get()940 rw_downgrade(&c->authc_lock); in nfsauth_cache_get()943 rw_downgrade(&c->authc_lock); in nfsauth_cache_get()954 rw_exit(&c->authc_lock); in nfsauth_cache_get()1426 rw_destroy(&p->authc_lock); in nfsauth_free_clnt_node()1513 rw_enter(&c->authc_lock, RW_WRITER); in exi_cache_trim()[all …]
226 krwlock_t authc_lock; /* protects authc_tree */ member