Home
last modified time | relevance | path

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

/linux-4.4.14/block/
Dcfq-iosched.c380 unsigned int cfq_slice[2]; member
924 const int base_slice = cfqd->cfq_slice[sync]; in cfq_prio_slice()
1027 unsigned sync_slice = cfqd->cfq_slice[1]; in cfq_scaled_cfqq_slice()
3171 slice = slice * cfqd->cfq_slice[0] / cfqd->cfq_slice[1]; in choose_wl_class_and_type()
3448 depth = last_sync / cfqd->cfq_slice[1]; in cfq_may_dispatch()
4577 cfqd->cfq_slice[0] = cfq_slice_async; in cfq_init_queue()
4578 cfqd->cfq_slice[1] = cfq_slice_sync; in cfq_init_queue()
4644 SHOW_FUNCTION(cfq_slice_sync_show, cfqd->cfq_slice[1], 1);
4645 SHOW_FUNCTION(cfq_slice_async_show, cfqd->cfq_slice[0], 1);
4677 STORE_FUNCTION(cfq_slice_sync_store, &cfqd->cfq_slice[1], 1, UINT_MAX, 1);
[all …]