Home
last modified time | relevance | path

Searched refs:write_congestion_off (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dpktcdvd.h194 int write_congestion_off; member
/kernel/linux/linux-6.6/include/linux/
H A Dpktcdvd.h187 int write_congestion_off; member
/kernel/linux/linux-5.10/drivers/block/
H A Dpktcdvd.c98 static int write_congestion_off = PKT_WRITE_CONGESTION_OFF; variable
236 v = pd->write_congestion_off; in kobj_pkt_show()
283 pd->write_congestion_off = val; in kobj_pkt_store()
284 init_write_congestion_marks(&pd->write_congestion_off, in kobj_pkt_store()
292 init_write_congestion_marks(&pd->write_congestion_off, in kobj_pkt_store()
1184 && pd->bio_queue_size <= pd->write_congestion_off); in pkt_handle_queue()
2339 } while(pd->bio_queue_size > pd->write_congestion_off); in pkt_make_request_write()
2497 pd->write_congestion_off, in pkt_seq_show()
2674 pd->write_congestion_off = write_congestion_off; in pkt_setup_dev()
[all...]
/kernel/linux/linux-6.6/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()
[all...]

Completed in 10 milliseconds