Home
last modified time | relevance | path

Searched refs:cfq_weight (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/block/
Dblk-cgroup.c29 struct blkcg blkcg_root = { .cfq_weight = 2 * CFQ_WEIGHT_DEFAULT,
840 blkcg->cfq_weight = CFQ_WEIGHT_DEFAULT; in blkcg_css_alloc()
Dblk-cgroup.h54 unsigned int cfq_weight; /* belongs to cfq */ member
Dcfq-iosched.c1552 cfqg->weight = blkg->blkcg->cfq_weight; in cfq_pd_init()
1676 seq_printf(sf, "%u\n", css_to_blkcg(seq_css(sf))->cfq_weight); in cfq_print_weight()
1704 cfqg->new_weight = ctx.v ?: blkcg->cfq_weight; in __cfqg_set_weight_device()
1740 blkcg->cfq_weight = val; in __cfq_set_weight()
1752 cfqg->new_weight = blkcg->cfq_weight; in __cfq_set_weight()