Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dpktcdvd.h187 int write_congestion_off; member
/openbmc/linux/drivers/block/
H A Dpktcdvd.c85 static int write_congestion_off = PKT_WRITE_CONGESTION_OFF; variable
232 n = sysfs_emit(buf, "%d\n", pd->write_congestion_off); in congestion_off_show()
249 pd->write_congestion_off = val; in congestion_off_store()
250 init_write_congestion_marks(&pd->write_congestion_off, &pd->write_congestion_on); in congestion_off_store()
281 init_write_congestion_marks(&pd->write_congestion_off, &pd->write_congestion_on); in congestion_on_store()
489 pd->write_congestion_off, in pkt_seq_show()
1203 pd->bio_queue_size <= pd->write_congestion_off) { in pkt_handle_queue()
2391 if (pd->bio_queue_size <= pd->write_congestion_off) in pkt_make_request_write()
2668 pd->write_congestion_off = write_congestion_off; in pkt_setup_dev()