Searched refs:cfq_back_max (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dcfq-iosched.c26 static const int cfq_back_max = 16 * 1024; variable
275 unsigned int cfq_back_max; member in struct:cfq_data
682 back_max = cfqd->cfq_back_max * 2;
3924 cfqd->cfq_back_max = cfq_back_max;
4000 SHOW_FUNCTION(cfq_back_seek_max_show, cfqd->cfq_back_max, 0);
4032 STORE_FUNCTION(cfq_back_seek_max_store, &cfqd->cfq_back_max, 0, UINT_MAX, 0);

Completed in 31 milliseconds