Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Ddebug.c247 static const char * preempt_modes[] = { in sched_dynamic_show() local
250 int j = ARRAY_SIZE(preempt_modes) - !IS_ENABLED(CONFIG_ARCH_HAS_PREEMPT_LAZY); in sched_dynamic_show()
256 seq_puts(m, preempt_modes[i]); in sched_dynamic_show()