Home
last modified time | relevance | path

Searched refs:write_threshold (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/Documentation/scsi/
Dscsi-parameters.txt80 Format: <buffer_size>,<write_threshold>
/linux-4.4.14/drivers/scsi/
Dosst.h552 int write_threshold; member
Dosst.c3371 int write_threshold; in osst_write() local
3554 write_threshold = 1; in osst_write()
3557 write_threshold = (STp->buffer)->buffer_blocks * STp->block_size; in osst_write()
3559 write_threshold--; in osst_write()
3569 while ((STp->buffer)->buffer_bytes + count > write_threshold) in osst_write()
3660 if (STm->do_async_writes && ((STp->buffer)->buffer_bytes >= STp->write_threshold)) { in osst_write()
3976 STp->write_threshold = value; in osst_set_options()
5915 tpnt->write_threshold = osst_write_threshold; in osst_probe()