Lines Matching refs:benchmark_cmd
184 if (!uparams->benchmark_cmd[0] || strcmp(uparams->benchmark_cmd[0], "fill_buf")) in alloc_fill_buf_param()
191 if (uparams->benchmark_cmd[1] && *uparams->benchmark_cmd[1] != '\0') { in alloc_fill_buf_param()
193 fill_param->buf_size = strtoul(uparams->benchmark_cmd[1], &endptr, 10); in alloc_fill_buf_param()
202 if (uparams->benchmark_cmd[2] && *uparams->benchmark_cmd[2] != '\0') { in alloc_fill_buf_param()
204 fill_param->memflush = strtol(uparams->benchmark_cmd[2], &endptr, 10) != 0; in alloc_fill_buf_param()
213 if (uparams->benchmark_cmd[3] && *uparams->benchmark_cmd[3] != '\0') { in alloc_fill_buf_param()
214 if (strcmp(uparams->benchmark_cmd[3], "0")) { in alloc_fill_buf_param()
220 if (uparams->benchmark_cmd[4] && *uparams->benchmark_cmd[4] != '\0') { in alloc_fill_buf_param()
221 if (strcmp(uparams->benchmark_cmd[4], "false")) { in alloc_fill_buf_param()
264 uparams.benchmark_cmd[i] = argv[i + optind]; in main()
265 uparams.benchmark_cmd[i] = NULL; in main()