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

/net/sunrpc/
H A Dsvcauth.c125 static spinlock_t auth_domain_lock = variable
126 __SPIN_LOCK_UNLOCKED(auth_domain_lock);
130 if (atomic_dec_and_lock(&dom->ref.refcount, &auth_domain_lock)) {
133 spin_unlock(&auth_domain_lock);
146 spin_lock(&auth_domain_lock);
151 spin_unlock(&auth_domain_lock);
157 spin_unlock(&auth_domain_lock);

Completed in 46 milliseconds