Lines Matching refs:benchmark_cmd
196 if (!uparams->benchmark_cmd[0] || strcmp(uparams->benchmark_cmd[0], "fill_buf")) in alloc_fill_buf_param()
203 if (uparams->benchmark_cmd[1] && *uparams->benchmark_cmd[1] != '\0') { in alloc_fill_buf_param()
205 fill_param->buf_size = strtoul(uparams->benchmark_cmd[1], &endptr, 10); in alloc_fill_buf_param()
214 if (uparams->benchmark_cmd[2] && *uparams->benchmark_cmd[2] != '\0') { in alloc_fill_buf_param()
216 fill_param->memflush = strtol(uparams->benchmark_cmd[2], &endptr, 10) != 0; in alloc_fill_buf_param()
225 if (uparams->benchmark_cmd[3] && *uparams->benchmark_cmd[3] != '\0') { in alloc_fill_buf_param()
226 if (strcmp(uparams->benchmark_cmd[3], "0")) { in alloc_fill_buf_param()
232 if (uparams->benchmark_cmd[4] && *uparams->benchmark_cmd[4] != '\0') { in alloc_fill_buf_param()
233 if (strcmp(uparams->benchmark_cmd[4], "false")) { in alloc_fill_buf_param()
276 uparams.benchmark_cmd[i] = argv[i + optind]; in main()
277 uparams.benchmark_cmd[i] = NULL; in main()