Home
last modified time | relevance | path

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

/linux-3.4.99/net/sunrpc/
Dsvcauth.c123 static spinlock_t auth_domain_lock = variable
124 __SPIN_LOCK_UNLOCKED(auth_domain_lock);
128 if (atomic_dec_and_lock(&dom->ref.refcount, &auth_domain_lock)) { in auth_domain_put()
131 spin_unlock(&auth_domain_lock); in auth_domain_put()
145 spin_lock(&auth_domain_lock); in auth_domain_lookup()
150 spin_unlock(&auth_domain_lock); in auth_domain_lookup()
156 spin_unlock(&auth_domain_lock); in auth_domain_lookup()