• Home
  • Raw
  • Download

Lines Matching refs:blocks_at_once

490 			     unsigned int blocks_at_once)  in test_ro()  argument
513 blkbuf = allocate_buffer((blocks_at_once + 1) * block_size); in test_ro()
515 blkbuf = allocate_buffer(blocks_at_once * block_size); in test_ro()
530 pattern_fill(blkbuf + blocks_at_once * block_size, in test_ro()
534 try = blocks_at_once; in test_ro()
568 blkbuf+blocks_at_once*block_size, in test_ro()
579 blocks_at_once; in test_ro()
582 try = blocks_at_once; in test_ro()
603 unsigned int blocks_at_once) in test_rw() argument
615 buffer = allocate_buffer(2 * blocks_at_once * block_size); in test_rw()
616 read_buffer = buffer + blocks_at_once * block_size; in test_rw()
642 blocks_at_once * block_size); in test_rw()
648 try = blocks_at_once; in test_rw()
670 got + blocks_at_once; in test_rw()
673 try = blocks_at_once; in test_rw()
690 try = blocks_at_once; in test_rw()
709 got + blocks_at_once; in test_rw()
712 try = blocks_at_once; in test_rw()
743 unsigned int blocks_at_once) in test_nd() argument
760 unsigned int granularity = blocks_at_once; in test_nd()
774 blkbuf = allocate_buffer(3 * blocks_at_once * block_size); in test_nd()
775 test_record = malloc(blocks_at_once * sizeof(struct saved_blk_record)); in test_nd()
783 test_base = blkbuf + (blocks_at_once * block_size); in test_nd()
784 read_base = blkbuf + (2 * blocks_at_once * block_size); in test_nd()
827 blocks_at_once * block_size); in test_nd()
863 blocks_at_once; in test_nd()
898 got + blocks_at_once; in test_nd()
913 granularity = blocks_at_once; in test_nd()
1057 unsigned int blocks_at_once = 64; in main() local
1130 blocks_at_once = parse_uint(optarg, "blocks at once"); in main()
1339 first_block, blocks_at_once); in main()