Searched refs:write_congestion_on (Results 1 – 2 of 2) sorted by relevance
189 int write_congestion_on; member
97 static int write_congestion_on = PKT_WRITE_CONGESTION_ON; variable261 &pd->write_congestion_on); in congestion_off_store()275 n = sysfs_emit(buf, "%d\n", pd->write_congestion_on); in congestion_on_show()289 pd->write_congestion_on = val; in congestion_on_store()291 &pd->write_congestion_on); in congestion_on_store()2351 if (pd->write_congestion_on > 0 in pkt_make_request_write()2352 && pd->bio_queue_size >= pd->write_congestion_on) { in pkt_make_request_write()2517 pd->write_congestion_on); in pkt_seq_show()2695 pd->write_congestion_on = write_congestion_on; in pkt_setup_dev()
Completed in 10 milliseconds