Searched defs:cache_lock (Results 1 - 1 of 1) sorted by relevance

/net/sunrpc/
H A Dauth.c310 spinlock_t *cache_lock; local
313 cache_lock = &cred->cr_auth->au_credcache->lock;
314 spin_lock(cache_lock);
318 spin_unlock(cache_lock);
453 spinlock_t *cache_lock; local
476 cache_lock = &cred->cr_auth->au_credcache->lock;
477 spin_lock(cache_lock);
483 spin_unlock(cache_lock);

Completed in 5 milliseconds