Home
last modified time | relevance | path

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

/linux-4.1.27/block/
Dcfq-iosched.c374 unsigned int cfq_slice[2]; member
923 const int base_slice = cfqd->cfq_slice[sync]; in cfq_prio_slice()
1026 unsigned sync_slice = cfqd->cfq_slice[1]; in cfq_scaled_cfqq_slice()
2995 slice = slice * cfqd->cfq_slice[0] / cfqd->cfq_slice[1]; in choose_wl_class_and_type()
3272 depth = last_sync / cfqd->cfq_slice[1]; in cfq_may_dispatch()
4459 cfqd->cfq_slice[0] = cfq_slice_async; in cfq_init_queue()
4460 cfqd->cfq_slice[1] = cfq_slice_sync; in cfq_init_queue()
4514 SHOW_FUNCTION(cfq_slice_sync_show, cfqd->cfq_slice[1], 1);
4515 SHOW_FUNCTION(cfq_slice_async_show, cfqd->cfq_slice[0], 1);
4547 STORE_FUNCTION(cfq_slice_sync_store, &cfqd->cfq_slice[1], 1, UINT_MAX, 1);
[all …]