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

/linux-4.4.14/arch/mn10300/mm/
H A Dcache-smp.h43 extern spinlock_t smp_cache_lock;
49 __acquires(&smp_cache_lock)
52 spin_lock_irqsave(&smp_cache_lock, flags);
57 __releases(&smp_cache_lock)
59 spin_unlock_irqrestore(&smp_cache_lock, flags);
H A Dcache-smp.c25 DEFINE_SPINLOCK(smp_cache_lock); variable
89 * The caller must hold smp_cache_lock.

Completed in 37 milliseconds