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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfscache.c46 static DEFINE_SPINLOCK(cache_lock);
139 spin_lock(&cache_lock);
199 spin_unlock(&cache_lock);
285 spin_lock(&cache_lock);
287 spin_unlock(&cache_lock);
294 spin_lock(&cache_lock);
300 spin_unlock(&cache_lock);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/oprofile/cell/
H A Dspu_task_sync.c36 static DEFINE_SPINLOCK(cache_lock);
157 * cache_lock if needed prior to invoking this function.
197 /* We won't bother getting cache_lock here since
231 spin_lock_irqsave(&cache_lock, flags);
245 spin_unlock_irqrestore(&cache_lock, flags);
256 * cache_lock prior to calling this function.
441 spin_lock_irqsave(&cache_lock, flags);
443 spin_unlock_irqrestore(&cache_lock, flags);
573 /* We need to obtain the cache_lock here because it's
578 spin_lock_irqsave(&cache_lock, flag
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dauth.c179 spinlock_t *cache_lock; local
182 cache_lock = &cred->cr_auth->au_credcache->lock;
183 spin_lock(cache_lock);
187 spin_unlock(cache_lock);
292 spinlock_t *cache_lock; local
313 cache_lock = &cred->cr_auth->au_credcache->lock;
314 spin_lock(cache_lock);
320 spin_unlock(cache_lock);

Completed in 102 milliseconds