Searched refs:workload_types (Results 1 – 2 of 2) sorted by relevance
13 static const char * const workload_types[] = { variable30 while (workload_types[i] != NULL) in workload_available_types_show()31 ret += sprintf(&buf[ret], "%s ", workload_types[i++]); in workload_available_types_show()53 ret = match_string(workload_types, -1, str_preference); in workload_type_store()85 if (cmd_resp > ARRAY_SIZE(workload_types) - 1) in workload_type_show()88 return sprintf(buf, "%s\n", workload_types[cmd_resp]); in workload_type_show()
17 static const char * const workload_types[] = { variable152 printf("workload type:%s\n", workload_types[index]); in main()