Searched refs:on_dfl (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/block/ |
D | cfq-iosched.c | 1529 bool on_dfl, bool reset_dev, bool is_leaf_weight); 1605 bool on_dfl = cgroup_subsys_on_dfl(io_cgrp_subsys); in cfq_cpd_bind() local 1606 unsigned int weight = on_dfl ? CGROUP_WEIGHT_DFL : CFQ_WEIGHT_LEGACY_DFL; in cfq_cpd_bind() 1611 WARN_ON_ONCE(__cfq_set_weight(&blkcg->css, weight, on_dfl, true, false)); in cfq_cpd_bind() 1612 WARN_ON_ONCE(__cfq_set_weight(&blkcg->css, weight, on_dfl, true, true)); in cfq_cpd_bind() 1762 bool on_dfl, bool is_leaf_weight) in __cfqg_set_weight_device() argument 1764 unsigned int min = on_dfl ? CGROUP_WEIGHT_MIN : CFQ_WEIGHT_LEGACY_MIN; in __cfqg_set_weight_device() 1765 unsigned int max = on_dfl ? CGROUP_WEIGHT_MAX : CFQ_WEIGHT_LEGACY_MAX; in __cfqg_set_weight_device() 1780 if (!v && on_dfl) in __cfqg_set_weight_device() 1821 bool on_dfl, bool reset_dev, bool is_leaf_weight) in __cfq_set_weight() argument [all …]
|
/Linux-v4.19/kernel/cgroup/ |
D | cpuset.c | 2302 bool on_dfl = is_in_v2_mode(); in cpuset_hotplug_workfn() local 2316 if (!on_dfl) in cpuset_hotplug_workfn() 2326 if (!on_dfl) in cpuset_hotplug_workfn()
|