Searched refs:on_dfl (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/block/ |
D | cfq-iosched.c | 1526 bool on_dfl, bool reset_dev, bool is_leaf_weight); 1602 bool on_dfl = cgroup_subsys_on_dfl(io_cgrp_subsys); in cfq_cpd_bind() local 1603 unsigned int weight = on_dfl ? CGROUP_WEIGHT_DFL : CFQ_WEIGHT_LEGACY_DFL; in cfq_cpd_bind() 1608 WARN_ON_ONCE(__cfq_set_weight(&blkcg->css, weight, on_dfl, true, false)); in cfq_cpd_bind() 1609 WARN_ON_ONCE(__cfq_set_weight(&blkcg->css, weight, on_dfl, true, true)); in cfq_cpd_bind() 1759 bool on_dfl, bool is_leaf_weight) in __cfqg_set_weight_device() argument 1761 unsigned int min = on_dfl ? CGROUP_WEIGHT_MIN : CFQ_WEIGHT_LEGACY_MIN; in __cfqg_set_weight_device() 1762 unsigned int max = on_dfl ? CGROUP_WEIGHT_MAX : CFQ_WEIGHT_LEGACY_MAX; in __cfqg_set_weight_device() 1777 if (!v && on_dfl) in __cfqg_set_weight_device() 1818 bool on_dfl, bool reset_dev, bool is_leaf_weight) in __cfq_set_weight() argument [all …]
|
/linux-4.4.14/kernel/ |
D | cpuset.c | 2277 bool on_dfl = cgroup_subsys_on_dfl(cpuset_cgrp_subsys); in cpuset_hotplug_workfn() local 2291 if (!on_dfl) in cpuset_hotplug_workfn() 2301 if (!on_dfl) in cpuset_hotplug_workfn()
|