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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcgroup.h30 extern void cgroup_lock(void);
506 * Protected by this->hierarchy_mutex and cgroup_lock()
635 static inline void cgroup_lock(void) {} function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dcpuset.c180 * cgroup_lock()/cgroup_unlock(). The second is the cpuset-specific
505 * Must be called with cgroup_lock held.
726 cgroup_lock();
760 * routines must nest cgroup_lock() inside get_online_cpus(),
762 * other way, holding cgroup_lock() for much of the code.
781 * cgroup_mutex (not nested in a cgroup_lock() call.)
814 * holding cgroup_lock() at this point.
1190 * holding cgroup_lock() at this point.
1376 /* Protected by cgroup_lock */
2118 * Called within get_online_cpus(). Needs to call cgroup_lock()
[all...]
H A Dcgroup.c735 * cgroup_lock - lock out any changes to cgroup structures
738 void cgroup_lock(void) function
742 EXPORT_SYMBOL_GPL(cgroup_lock); variable
747 * Undo the lock taken in a previous cgroup_lock() call.
1494 * increased by someone holding cgroup_lock, and
1803 cgroup_lock();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmemcontrol.c3119 cgroup_lock();
3340 cgroup_lock();
3520 cgroup_lock();
3852 cgroup_lock();

Completed in 107 milliseconds