Home
last modified time | relevance | path

Searched refs:sched_feat_names (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/kernel/sched/
Dcore.c151 static const char * const sched_feat_names[] = { variable
164 seq_printf(m, "%s ", sched_feat_names[i]); in sched_feat_show()
212 if (strcmp(cmp, sched_feat_names[i]) == 0) { in sched_feat_set()