Lines Matching full:optarg
1358 page_size_mask = parse_size(optarg, 1024);
1362 num_contexts = atoi(optarg);
1365 optarg, 1024 * 1024);
1367 max_io_submit = atoi(optarg);
1370 file_size = parse_size(optarg, 1024 * 1024);
1373 depth = atoi(optarg);
1376 rec_len = parse_size(optarg, 1024);
1379 io_iter = atoi(optarg);
1382 iterations = atoi(optarg);
1394 if (!strcmp(optarg, "shm")) {
1397 } else if (!strcmp(optarg, "shmfs")) {
1403 i = atoi(optarg);
1414 num_threads = atoi(optarg);