Home
last modified time | relevance | path

Searched refs:dfl_cftypes (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/block/
Dblk-cgroup.c1176 .dfl_cftypes = blkcg_files,
1349 if (pol->dfl_cftypes) in blkcg_policy_register()
1351 pol->dfl_cftypes)); in blkcg_policy_register()
1391 if (pol->dfl_cftypes) in blkcg_policy_unregister()
1392 cgroup_rm_cftypes(pol->dfl_cftypes); in blkcg_policy_unregister()
Dblk-throttle.c1387 .dfl_cftypes = throtl_files,
Dcfq-iosched.c4736 .dfl_cftypes = cfq_blkcg_files,
/linux-4.4.14/include/linux/
Dcgroup-defs.h485 struct cftype *dfl_cftypes; /* for the default hierarchy */ member
Dblk-cgroup.h152 struct cftype *dfl_cftypes; member
/linux-4.4.14/kernel/
Dcgroup_pids.c315 .dfl_cftypes = pids_files,
Dcgroup.c5366 if (!ss->dfl_cftypes) in cgroup_init()
5369 if (ss->dfl_cftypes == ss->legacy_cftypes) { in cgroup_init()
5370 WARN_ON(cgroup_add_cftypes(ss, ss->dfl_cftypes)); in cgroup_init()
5372 WARN_ON(cgroup_add_dfl_cftypes(ss, ss->dfl_cftypes)); in cgroup_init()
/linux-4.4.14/mm/
Dmemcontrol.c5267 .dfl_cftypes = memory_files,