sched_set_normal
extern void sched_set_normal(struct task_struct *p, int nice);
sched_set_normal(current, 0);
sched_set_normal(con->kthread, -20);
sched_set_normal(printk_legacy_kthread, -20);
sched_set_normal(current, 0);
sched_set_normal(current, oldnice);
sched_set_normal(current, oldnice);
sched_set_normal(current, oldnice);
sched_set_normal(current, oldnice);
sched_set_normal(current, 0);
EXPORT_SYMBOL_GPL(sched_set_normal);
sched_set_normal(t, realnice);