home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / include / linux / cgroup_subsys.h < prev    next >
Encoding:
C/C++ Source or Header  |  2008-12-24  |  637 b   |  57 lines

  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.  
  8. /* */
  9.  
  10. #ifdef CONFIG_CPUSETS
  11. SUBSYS(cpuset)
  12. #endif
  13.  
  14. /* */
  15.  
  16. #ifdef CONFIG_CGROUP_DEBUG
  17. SUBSYS(debug)
  18. #endif
  19.  
  20. /* */
  21.  
  22. #ifdef CONFIG_CGROUP_NS
  23. SUBSYS(ns)
  24. #endif
  25.  
  26. /* */
  27.  
  28. #ifdef CONFIG_CGROUP_SCHED
  29. SUBSYS(cpu_cgroup)
  30. #endif
  31.  
  32. /* */
  33.  
  34. #ifdef CONFIG_CGROUP_CPUACCT
  35. SUBSYS(cpuacct)
  36. #endif
  37.  
  38. /* */
  39.  
  40. #ifdef CONFIG_CGROUP_MEM_RES_CTLR
  41. SUBSYS(mem_cgroup)
  42. #endif
  43.  
  44. /* */
  45.  
  46. #ifdef CONFIG_CGROUP_DEVICE
  47. SUBSYS(devices)
  48. #endif
  49.  
  50. /* */
  51.  
  52. #ifdef CONFIG_CGROUP_FREEZER
  53. SUBSYS(freezer)
  54. #endif
  55.  
  56. /* */
  57.