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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/
H A Dsvcauth.c121 static spinlock_t auth_domain_lock = variable
122 __SPIN_LOCK_UNLOCKED(auth_domain_lock);
126 if (atomic_dec_and_lock(&dom->ref.refcount, &auth_domain_lock)) {
129 spin_unlock(&auth_domain_lock);
142 spin_lock(&auth_domain_lock);
147 spin_unlock(&auth_domain_lock);
153 spin_unlock(&auth_domain_lock);

Completed in 48 milliseconds