Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dpktcdvd.h188 int write_congestion_off; member
/Linux-v6.1/drivers/block/
Dpktcdvd.c98 static int write_congestion_off = PKT_WRITE_CONGESTION_OFF; variable
245 n = sysfs_emit(buf, "%d\n", pd->write_congestion_off); in congestion_off_show()
259 pd->write_congestion_off = val; in congestion_off_store()
260 init_write_congestion_marks(&pd->write_congestion_off, in congestion_off_store()
290 init_write_congestion_marks(&pd->write_congestion_off, in congestion_on_store()
1170 pd->bio_queue_size <= pd->write_congestion_off) { in pkt_handle_queue()
2360 if (pd->bio_queue_size <= pd->write_congestion_off) in pkt_make_request_write()
2514 pd->write_congestion_off, in pkt_seq_show()
2694 pd->write_congestion_off = write_congestion_off; in pkt_setup_dev()