cgroup_subsys.h 290 B

12345678910111213141516171819202122
  1. /* Add subsystem definitions of the form SUBSYS(<name>) in this
  2. * file. Surround each one by a line of comment markers so that
  3. * patches don't collide
  4. */
  5. /* */
  6. /* */
  7. #ifdef CONFIG_CPUSETS
  8. SUBSYS(cpuset)
  9. #endif
  10. /* */
  11. #ifdef CONFIG_CGROUP_CPUACCT
  12. SUBSYS(cpuacct)
  13. #endif
  14. /* */
  15. /* */