Searched refs:write_threshold (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dosst.h548 int write_threshold; member in struct:osst_tape
H A Dosst.c3374 int write_threshold;
3557 write_threshold = 1;
3560 write_threshold = (STp->buffer)->buffer_blocks * STp->block_size;
3562 write_threshold--;
3572 while ((STp->buffer)->buffer_bytes + count > write_threshold)
3663 if (STm->do_async_writes && ((STp->buffer)->buffer_bytes >= STp->write_threshold)) {
3978 STp->write_threshold = value;
5915 tpnt->write_threshold = osst_write_threshold;
3370 int write_threshold; local

Completed in 100 milliseconds