Searched refs:CFQ_WEIGHT_DEFAULT (Results 1 – 3 of 3) sorted by relevance
29 struct blkcg blkcg_root = { .cfq_weight = 2 * CFQ_WEIGHT_DEFAULT,30 .cfq_leaf_weight = 2 * CFQ_WEIGHT_DEFAULT, };840 blkcg->cfq_weight = CFQ_WEIGHT_DEFAULT; in blkcg_css_alloc()841 blkcg->cfq_leaf_weight = CFQ_WEIGHT_DEFAULT; in blkcg_css_alloc()
29 #define CFQ_WEIGHT_DEFAULT 500 macro
4422 cfqd->root_group->weight = 2 * CFQ_WEIGHT_DEFAULT; in cfq_init_queue()4423 cfqd->root_group->leaf_weight = 2 * CFQ_WEIGHT_DEFAULT; in cfq_init_queue()