Searched refs:cfq_quantum (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.c23 static const int cfq_quantum = 8; variable
272 unsigned int cfq_quantum; member in struct:cfq_data
2386 max_dispatch = max_t(unsigned int, cfqd->cfq_quantum / 2, 1);
2413 * Normally we start throttling cfqq when cfq_quantum/2
2416 * subjected to upper limit of cfq_quantum.
2418 max_dispatch = cfqd->cfq_quantum;
3921 cfqd->cfq_quantum = cfq_quantum;
3997 SHOW_FUNCTION(cfq_quantum_show, cfqd->cfq_quantum, 0);
4027 STORE_FUNCTION(cfq_quantum_store, &cfqd->cfq_quantum,
[all...]

Completed in 120 milliseconds