Home
last modified time | relevance | path

Searched refs:SUBSYS (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/linux/
Dcgroup_subsys.h18 SUBSYS(cpuset)
22 SUBSYS(cpu)
26 SUBSYS(cpuacct)
30 SUBSYS(io)
34 SUBSYS(memory)
38 SUBSYS(devices)
42 SUBSYS(freezer)
46 SUBSYS(net_cls)
50 SUBSYS(perf_event)
54 SUBSYS(net_prio)
[all …]
Dcgroup.h53 #define SUBSYS(_x) extern struct cgroup_subsys _x ## _cgrp_subsys; macro
55 #undef SUBSYS
57 #define SUBSYS(_x) \ macro
61 #undef SUBSYS
Dcgroup-defs.h36 #define SUBSYS(_x) _x ## _cgrp_id, macro
44 #undef SUBSYS
/linux-4.4.14/Documentation/features/
Dlist-arch.sh16 SUBSYS=$(echo $F | cut -d/ -f1)
22 printf "%10s/%-22s:%s| %35s # %s\n" "$SUBSYS" "$N" "$S" "$C" "$D"
/linux-4.4.14/kernel/
Dcgroup.c134 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys, macro
138 #undef SUBSYS
141 #define SUBSYS(_x) [_x ## _cgrp_id] = #_x, macro
145 #undef SUBSYS
148 #define SUBSYS(_x) \ macro
154 #undef SUBSYS
156 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_enabled_key, macro
160 #undef SUBSYS
162 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_on_dfl_key, macro
166 #undef SUBSYS