cgroup_subsys.h 456 B

123456789101112131415161718192021222324252627282930313233343536373839
  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_DEBUG
  12. SUBSYS(debug)
  13. #endif
  14. /* */
  15. #ifdef CONFIG_CGROUP_NS
  16. SUBSYS(ns)
  17. #endif
  18. /* */
  19. #ifdef CONFIG_FAIR_CGROUP_SCHED
  20. SUBSYS(cpu_cgroup)
  21. #endif
  22. /* */
  23. #ifdef CONFIG_CGROUP_CPUACCT
  24. SUBSYS(cpuacct)
  25. #endif
  26. /* */