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

/linux-master/mm/
H A Dpercpu-internal.h77 extern spinlock_t pcpu_lock;
178 * pcpu_lock.
182 lockdep_assert_held(&pcpu_lock);
202 * pcpu_lock.
206 lockdep_assert_held(&pcpu_lock);
220 spin_lock_irqsave(&pcpu_lock, flags);
226 spin_unlock_irqrestore(&pcpu_lock, flags);
235 spin_lock_irqsave(&pcpu_lock, flags);
239 spin_unlock_irqrestore(&pcpu_lock, flags);
H A Dpercpu-stats.c142 spin_lock_irq(&pcpu_lock);
144 spin_unlock_irq(&pcpu_lock);
151 spin_lock_irq(&pcpu_lock);
155 spin_unlock_irq(&pcpu_lock);
219 spin_unlock_irq(&pcpu_lock);
H A Dpercpu-km.c77 spin_lock_irqsave(&pcpu_lock, flags);
79 spin_unlock_irqrestore(&pcpu_lock, flags);
H A Dpercpu.c171 DEFINE_SPINLOCK(pcpu_lock); /* all internal data structures */ variable
177 * The number of empty populated pages, protected by pcpu_lock.
184 * pcpu_lock. This number is kept per a unit per chunk (i.e. when a page gets
553 * pcpu_lock.
569 lockdep_assert_held(&pcpu_lock);
580 lockdep_assert_held(&pcpu_lock);
1224 lockdep_assert_held(&pcpu_lock);
1281 lockdep_assert_held(&pcpu_lock);
1525 lockdep_assert_held(&pcpu_lock);
1549 lockdep_assert_held(&pcpu_lock);
[all...]

Completed in 137 milliseconds