Lines Matching full:optarg
1324 page_size_mask = parse_size(optarg, 1024);
1328 num_contexts = atoi(optarg);
1331 context_offset = parse_size(optarg, 1024 * 1024);
1333 max_io_submit = atoi(optarg);
1336 file_size = parse_size(optarg, 1024 * 1024);
1339 depth = atoi(optarg);
1342 rec_len = parse_size(optarg, 1024);
1345 io_iter = atoi(optarg);
1348 iterations = atoi(optarg);
1360 if (!strcmp(optarg, "shm")) {
1363 } else if (!strcmp(optarg, "shmfs")) {
1369 i = atoi(optarg);
1380 num_threads = atoi(optarg);