Home
last modified time | relevance | path

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

/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()
3451 depth = last_sync / cfqd->cfq_slice[1]; in cfq_may_dispatch()
4586 cfqd->cfq_slice[0] = cfq_slice_async; in cfq_init_queue()
4587 cfqd->cfq_slice[1] = cfq_slice_sync; in cfq_init_queue()
4653 SHOW_FUNCTION(cfq_slice_sync_show, cfqd->cfq_slice[1], 1);
4654 SHOW_FUNCTION(cfq_slice_async_show, cfqd->cfq_slice[0], 1);
4686 STORE_FUNCTION(cfq_slice_sync_store, &cfqd->cfq_slice[1], 1, UINT_MAX, 1);
[all …]