Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/cgroup/ !
Dcgroup-internal.h249 void cgroup_attach_lock(bool lock_threadgroup);
250 void cgroup_attach_unlock(bool lock_threadgroup);
Dcgroup.c2380 void cgroup_attach_lock(bool lock_threadgroup) in cgroup_attach_lock() argument
2383 if (lock_threadgroup) in cgroup_attach_lock()
2391 void cgroup_attach_unlock(bool lock_threadgroup) in cgroup_attach_unlock() argument
2393 if (lock_threadgroup) in cgroup_attach_unlock()