HomeSort by relevance Sort by last modified time
    Searched refs:htrsiz (Results 1 - 5 of 5) sorted by null

  /external/ltp/testcases/kernel/io/disktest/
parse.c 206 args->htrsiz =
209 args->htrsiz *= 2;
211 args->htrsiz *= (2 * 1024);
213 if (args->htrsiz > 256)
214 args->htrsiz /= BLK_SIZE;
226 args->htrsiz = args->ltrsiz;
230 args->htrsiz);
851 args->htrsiz = TRSIZ;
854 args->start_blk = args->start_lba / args->htrsiz;
856 args->stop_blk = args->stop_lba / args->htrsiz;
    [all...]
dump.c 183 if ((buff = (char *)ALLOC(args->htrsiz * BLK_SIZE)) == NULL) {
188 memset(buff, 0, args->htrsiz * BLK_SIZE);
208 NumBytes = Read(fd, buff, args->htrsiz * BLK_SIZE);
209 if ((NumBytes > args->htrsiz * BLK_SIZE) || (NumBytes < 0)) {
216 } while ((TotalBytes < (args->htrsiz * BLK_SIZE)) && (NumBytes > 0));
childmain.c 284 } while (target.trsiz > args->htrsiz);
647 (char *)ALLOC(((args->htrsiz * BLK_SIZE) + ALIGNSIZE))) == NULL) {
655 memset(buffer1, SET_CHAR, ((args->htrsiz * BLK_SIZE) + ALIGNSIZE));
659 (char *)ALLOC(((args->htrsiz * BLK_SIZE) + ALIGNSIZE))) == NULL) {
668 memset(buffer2, SET_CHAR, ((args->htrsiz * BLK_SIZE) + ALIGNSIZE));
918 for (i = 0; i < args->htrsiz * BLK_SIZE; i++) {
926 args->htrsiz * BLK_SIZE,
930 args->htrsiz * BLK_SIZE,
972 args->htrsiz *
main.h 209 unsigned long htrsiz; /* high bound of transfer size in blocks */ member in struct:child_args
main.c 197 data_buffer_size = ((test->args->htrsiz * BLK_SIZE) * 2);
331 ((test->args->htrsiz * BLK_SIZE) * 2), NULL,

Completed in 80 milliseconds