Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dpktcdvd.h189 int write_congestion_on; member
/linux-6.3-rc2/drivers/block/
A Dpktcdvd.c97 static int write_congestion_on = PKT_WRITE_CONGESTION_ON; variable
261 &pd->write_congestion_on); in congestion_off_store()
275 n = sysfs_emit(buf, "%d\n", pd->write_congestion_on); in congestion_on_show()
289 pd->write_congestion_on = val; in congestion_on_store()
291 &pd->write_congestion_on); in congestion_on_store()
2351 if (pd->write_congestion_on > 0 in pkt_make_request_write()
2352 && pd->bio_queue_size >= pd->write_congestion_on) { in pkt_make_request_write()
2517 pd->write_congestion_on); in pkt_seq_show()
2695 pd->write_congestion_on = write_congestion_on; in pkt_setup_dev()

Completed in 10 milliseconds