Searched refs:thread_mode_str (Results 1 – 1 of 1) sorted by relevance
67 static char *thread_mode_str[] = { "none", "round-robin", "per-cpu" }; variable633 seq_printf(s, "[%s]", thread_mode_str[mode]); in s_mode_show()635 seq_printf(s, "%s", thread_mode_str[mode]); in s_mode_show()710 if (strcmp(mode, thread_mode_str[i]) == 0) { in hwlat_mode_write()