Searched refs:sched_set_normal (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/kernel/sched/ |
| H A D | syscalls.c | 863 void sched_set_normal(struct task_struct *p, int nice) in sched_set_normal() function 871 EXPORT_SYMBOL_GPL(sched_set_normal);
|
| /linux-6.15/kernel/rcu/ |
| H A D | rcutorture.c | 1300 sched_set_normal(current, oldnice); in rcu_torture_fqs() 1719 sched_set_normal(current, oldnice); in rcu_torture_writer() 2376 sched_set_normal(current, oldnice); in rcu_nocb_toggle() 3196 sched_set_normal(current, oldnice); in rcu_torture_fwd_prog() 3601 sched_set_normal(current, 0); in rcu_torture_preempt()
|
| H A D | rcuscale.c | 616 sched_set_normal(current, 0); in rcu_scale_writer()
|
| /linux-6.15/kernel/printk/ |
| H A D | nbcon.c | 1328 sched_set_normal(con->kthread, -20); in nbcon_kthread_create()
|
| H A D | printk.c | 3662 sched_set_normal(printk_legacy_kthread, -20); in legacy_kthread_create()
|
| /linux-6.15/kernel/locking/ |
| H A D | locktorture.c | 215 sched_set_normal(current, 0); in __torture_rt_boost()
|
| /linux-6.15/include/linux/ |
| H A D | sched.h | 1919 extern void sched_set_normal(struct task_struct *p, int nice);
|