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

/linux-master/kernel/cgroup/
H A Drstat.c10 static DEFINE_SPINLOCK(cgroup_rstat_lock);
155 * The _irqsave() is needed because cgroup_rstat_lock is
227 __releases(&cgroup_rstat_lock) __acquires(&cgroup_rstat_lock)
231 lockdep_assert_held(&cgroup_rstat_lock); variable
250 if (need_resched() || spin_needbreak(&cgroup_rstat_lock)) {
251 spin_unlock_irq(&cgroup_rstat_lock);
254 spin_lock_irq(&cgroup_rstat_lock);
276 spin_lock_irq(&cgroup_rstat_lock);
278 spin_unlock_irq(&cgroup_rstat_lock);
294 spin_lock_irq(&cgroup_rstat_lock); variable
304 spin_unlock_irq(&cgroup_rstat_lock); variable
[all...]

Completed in 252 milliseconds