Searched refs:write_count (Results 1 – 15 of 15) sorted by relevance
70 typeset -i write_count74 write_count=$(grep -c file.${x} $MMP_HISTORY_TMP)75 if [ $write_count -lt $min_writes ]; then76 min_writes=$write_count78 if [ $write_count -gt $max_writes ]; then79 max_writes=$write_count
75 ((write_count = (RESV_FREE_SPACE + RESV_TOLERANCE) / BLOCK_SIZE))77 file_write -o create -f $TESTDIR2/$TESTFILE1 -b $BLOCK_SIZE -c $write_count \84 ((write_count = (RESV_FREE_SPACE - RESV_TOLERANCE) / BLOCK_SIZE))86 $write_count -d 0
76 write_count=`expr $fill_size / $BLOCK_SIZE`79 -c $write_count -d 0
82 write_count=$((fill_size / BLOCK_SIZE))86 file_write -o create -f $TESTDIR/$TESTFILE1 -b $BLOCK_SIZE -c $write_count -d 0
83 write_count=`expr $fill_size / $BLOCK_SIZE`88 -c $write_count -d 0
83 write_count=$((fill_size / BLOCK_SIZE))87 file_write -o create -f $TESTDIR/$TESTFILE1 -b $BLOCK_SIZE -c $write_count -d 0
85 write_count=`expr $fill_size / $BLOCK_SIZE`89 file_write -o create -f $TESTDIR/$TESTFILE1 -b $BLOCK_SIZE -c $write_count -d 0
102 write_count=`expr $fill_size / $BLOCK_SIZE`110 -c $write_count -d 0
48 write_count=25662 file_write -d R -o create -w -f $init_data -b $blksize -c $write_count114 if [ $block_cnt -ne $write_count ]; then124 if [ $block_cnt -ne $write_count ]; then
44 write_count=25656 for i in {1..$write_count}62 for i in {1..$write_count}
40 write_count=846 file_write -o create -w -f $init_data -b $blksize -c $write_count
47 write_count=853 file_write -o create -w -f $init_data -b $blksize -c $write_count
47 write_count=12858 for i in {1..$write_count}
65 int write_count = 0; in at24_eeprom_write() local83 write_count += len; in at24_eeprom_write()86 return write_count; in at24_eeprom_write()
71 int write_count = BIGFILESIZE; in main() local90 write_count = atoi(optarg); in main()212 write_count, offset); in main()222 for (i = 0; i < write_count; i++) { in main()