Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dpktcdvd.h194 int write_congestion_off; member
/linux-4.4.14/drivers/block/
Dpktcdvd.c98 static int write_congestion_off = PKT_WRITE_CONGESTION_OFF; variable
235 v = pd->write_congestion_off; in kobj_pkt_show()
282 pd->write_congestion_off = val; in kobj_pkt_store()
283 init_write_congestion_marks(&pd->write_congestion_off, in kobj_pkt_store()
291 init_write_congestion_marks(&pd->write_congestion_off, in kobj_pkt_store()
1276 && pd->bio_queue_size <= pd->write_congestion_off); in pkt_handle_queue()
2413 } while(pd->bio_queue_size > pd->write_congestion_off); in pkt_make_request_write()
2575 pd->write_congestion_off, in pkt_seq_show()
2762 pd->write_congestion_off = write_congestion_off; in pkt_setup_dev()