Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Ddebug.c50 static const char * const sched_feat_names[] = { variable
63 seq_printf(m, "%s ", sched_feat_names[i]); in sched_feat_show()
108 i = match_string(sched_feat_names, __SCHED_FEAT_NR, cmp); in sched_feat_set()