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.c41 static spinlock_t *ss_rstat_lock(struct cgroup_subsys *ss) in ss_rstat_lock() function
223 lockdep_assert_held(ss_rstat_lock(head->ss)); in css_rstat_push_children()
369 __acquires(ss_rstat_lock(css->ss)) in __css_rstat_lock()
375 lock = ss_rstat_lock(css->ss); in __css_rstat_lock()
386 __releases(ss_rstat_lock(css->ss)) in __css_rstat_unlock()
391 lock = ss_rstat_lock(css->ss); in __css_rstat_unlock()
537 spin_lock_init(ss_rstat_lock(ss)); in ss_rstat_init()