Searched refs:workload_types (Results 1 – 2 of 2) sorted by relevance
14 static const char * const workload_types[] = { variable31 while (workload_types[i] != NULL) in workload_available_types_show()32 ret += sysfs_emit_at(buf, ret, "%s ", workload_types[i++]); in workload_available_types_show()54 ret = match_string(workload_types, -1, str_preference); in workload_type_store()86 if (cmd_resp > ARRAY_SIZE(workload_types) - 1) in workload_type_show()89 return sysfs_emit(buf, "%s\n", workload_types[cmd_resp]); in workload_type_show()
18 static const char * const workload_types[] = { variable182 printf("workload type:%s\n", workload_types[index]); in main()