Lines Matching refs:blocks_at_once

474 			     unsigned int blocks_at_once)  in test_ro()  argument
497 blkbuf = allocate_buffer((blocks_at_once + 1) * block_size); in test_ro()
499 blkbuf = allocate_buffer(blocks_at_once * block_size); in test_ro()
514 pattern_fill(blkbuf + blocks_at_once * block_size, in test_ro()
518 try = blocks_at_once; in test_ro()
552 blkbuf+blocks_at_once*block_size, in test_ro()
563 blocks_at_once; in test_ro()
566 try = blocks_at_once; in test_ro()
587 unsigned int blocks_at_once) in test_rw() argument
599 buffer = allocate_buffer(2 * blocks_at_once * block_size); in test_rw()
600 read_buffer = buffer + blocks_at_once * block_size; in test_rw()
626 blocks_at_once * block_size); in test_rw()
632 try = blocks_at_once; in test_rw()
654 got + blocks_at_once; in test_rw()
657 try = blocks_at_once; in test_rw()
674 try = blocks_at_once; in test_rw()
693 got + blocks_at_once; in test_rw()
696 try = blocks_at_once; in test_rw()
727 unsigned int blocks_at_once) in test_nd() argument
744 unsigned int granularity = blocks_at_once; in test_nd()
758 blkbuf = allocate_buffer(3 * blocks_at_once * block_size); in test_nd()
759 test_record = malloc(blocks_at_once * sizeof(struct saved_blk_record)); in test_nd()
767 test_base = blkbuf + (blocks_at_once * block_size); in test_nd()
768 read_base = blkbuf + (2 * blocks_at_once * block_size); in test_nd()
811 blocks_at_once * block_size); in test_nd()
847 blocks_at_once; in test_nd()
882 got + blocks_at_once; in test_nd()
897 granularity = blocks_at_once; in test_nd()
1041 unsigned int blocks_at_once = 64; in main() local
1114 blocks_at_once = parse_uint(optarg, "blocks at once"); in main()
1313 first_block, blocks_at_once); in main()