Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dpktcdvd.h194 int write_congestion_off; member
/linux-4.1.27/drivers/block/
Dpktcdvd.c97 static int write_congestion_off = PKT_WRITE_CONGESTION_OFF; variable
234 v = pd->write_congestion_off; in kobj_pkt_show()
281 pd->write_congestion_off = val; in kobj_pkt_store()
282 init_write_congestion_marks(&pd->write_congestion_off, in kobj_pkt_store()
290 init_write_congestion_marks(&pd->write_congestion_off, in kobj_pkt_store()
1275 && pd->bio_queue_size <= pd->write_congestion_off); in pkt_handle_queue()
2412 } while(pd->bio_queue_size > pd->write_congestion_off); in pkt_make_request_write()
2594 pd->write_congestion_off, in pkt_seq_show()
2781 pd->write_congestion_off = write_congestion_off; in pkt_setup_dev()