Home
last modified time | relevance | path

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

/linux/kernel/
H A Dtorture.c987 int realnice = nice; in torture_sched_set_normal() local
989 if (WARN_ON_ONCE(realnice > MAX_NICE)) in torture_sched_set_normal()
990 realnice = MAX_NICE; in torture_sched_set_normal()
991 if (WARN_ON_ONCE(realnice < MIN_NICE)) in torture_sched_set_normal()
992 realnice = MIN_NICE; in torture_sched_set_normal()
993 sched_set_normal(t, realnice); in torture_sched_set_normal()