Lines Matching refs:test
126 When you do test to do racy case, it's good test to set memcg's limit
127 to be very small rather than GB. Many races found in the test under
135 SwapCache. Test with shmem/tmpfs is always good test.
138 For NUMA, migration is an another special case. To do easy test, cpuset
172 memory hotplug test is one of good test.
176 This is an easy way to test page migration, too.
179 When using hierarchy, mkdir/rmdir test should be done.
198 Mounting with other subsystems is a good test because there is a
211 For example, test like following is good.
214 # mkdir /cgroup/test
215 # echo 40M > /cgroup/test/memory.limit_in_bytes
216 # echo 0 > /cgroup/test/tasks
219 # move all tasks in /cgroup/test to /cgroup
221 # rmdir /cgroup/test
224 Of course, tmpfs v.s. swapoff test should be tested, too.
264 API. You can use tools/cgroup/cgroup_event_listener.c to test it.
278 Use /cgroup/A/memory.memsw.usage_in_bytes to test memsw thresholds.
280 It's good idea to test root cgroup as well.