Home
last modified time | relevance | path

Searched refs:ss_rstat_lock (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/cgroup/
H A Drstat.c40 static spinlock_t *ss_rstat_lock(struct cgroup_subsys *ss) in ss_rstat_lock() function
214 lockdep_assert_held(ss_rstat_lock(head->ss)); in css_rstat_push_children()
360 __acquires(ss_rstat_lock(css->ss)) in __css_rstat_lock()
366 lock = ss_rstat_lock(css->ss); in __css_rstat_lock()
377 __releases(ss_rstat_lock(css->ss)) in __css_rstat_unlock()
382 lock = ss_rstat_lock(css->ss); in __css_rstat_unlock()
528 spin_lock_init(ss_rstat_lock(ss)); in ss_rstat_init()