Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpktcdvd.h190 int write_congestion_on; member
/linux/drivers/block/
H A Dpktcdvd.c84 static int write_congestion_on = PKT_WRITE_CONGESTION_ON; variable
250 init_write_congestion_marks(&pd->write_congestion_off, &pd->write_congestion_on); in congestion_off_store()
263 n = sysfs_emit(buf, "%d\n", pd->write_congestion_on); in congestion_on_show()
280 pd->write_congestion_on = val; in congestion_on_store()
281 init_write_congestion_marks(&pd->write_congestion_off, &pd->write_congestion_on); in congestion_on_store()
491 pd->write_congestion_on); in pkt_seq_show()
2382 if (pd->write_congestion_on > 0 in pkt_make_request_write()
2383 && pd->bio_queue_size >= pd->write_congestion_on) { in pkt_make_request_write()
2661 pd->write_congestion_on = write_congestion_on; in pkt_setup_dev()