[BACK]Return to bufq_priocscan.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / kern

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/kern/bufq_priocscan.c between version 1.11 and 1.12

version 1.11, 2008/04/30 12:09:02 version 1.12, 2008/05/03 05:18:36
Line 159  struct bufq_priocscan {
Line 159  struct bufq_priocscan {
  * how many requests to serve when having pending requests on other queues.   * how many requests to serve when having pending requests on other queues.
  *   *
  * XXX tune   * XXX tune
    * be careful: while making these values larger likely
    * increases the total throughput, it can also increase latencies
    * for some workloads.
  */   */
 const int priocscan_burst[] = {  const int priocscan_burst[] = {
         64, 16, 4          64, 16, 4

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

CVSweb <webmaster@jp.NetBSD.org>