Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dcgroup_subsys.h13 SUBSYS(cpuset)
17 SUBSYS(cpu)
21 SUBSYS(cpuacct)
25 SUBSYS(io)
29 SUBSYS(memory)
33 SUBSYS(devices)
37 SUBSYS(freezer)
41 SUBSYS(net_cls)
45 SUBSYS(perf_event)
49 SUBSYS(net_prio)
[all …]
H A Dcgroup.h79 #define SUBSYS(_x) extern struct cgroup_subsys _x ## _cgrp_subsys; macro
81 #undef SUBSYS
83 #define SUBSYS(_x) \ macro
87 #undef SUBSYS
H A Dcgroup-defs.h42 #define SUBSYS(_x) _x ## _cgrp_id, macro
47 #undef SUBSYS
/OK3568_Linux_fs/kernel/Documentation/features/
H A Dlist-arch.sh16 SUBSYS=$(echo $F | cut -d/ -f1)
22 printf "%10s/%-22s:%s| %35s # %s\n" "$SUBSYS" "$N" "$S" "$C" "$D"
/OK3568_Linux_fs/kernel/kernel/cgroup/
H A Dcgroup.c123 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys, macro
127 #undef SUBSYS
130 #define SUBSYS(_x) [_x ## _cgrp_id] = #_x, macro
134 #undef SUBSYS
137 #define SUBSYS(_x) \ macro
143 #undef SUBSYS
145 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_enabled_key, macro
149 #undef SUBSYS
151 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_on_dfl_key, macro
155 #undef SUBSYS