Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dosst.h552 int write_threshold; member
Dosst.c3143 int write_threshold; in osst_write() local
3336 write_threshold = 1; in osst_write()
3339 write_threshold = (STp->buffer)->buffer_blocks * STp->block_size; in osst_write()
3341 write_threshold--; in osst_write()
3351 while ((STp->buffer)->buffer_bytes + count > write_threshold) in osst_write()
3442 if (STm->do_async_writes && ((STp->buffer)->buffer_bytes >= STp->write_threshold)) { in osst_write()
3770 STp->write_threshold = value; in osst_set_options()
5681 tpnt->write_threshold = osst_write_threshold; in osst_attach()
Dst.c1196 int write_threshold; in st_write() local
1365 write_threshold = 1; in st_write()
1367 write_threshold = (STp->buffer)->buffer_blocks * STp->block_size; in st_write()
1369 write_threshold--; in st_write()
1382 (STp->buffer)->buffer_bytes + count > write_threshold && !retry_eot)) { in st_write()