pub fn sys_setpriority( locked: &mut Locked<Unlocked>, current_task: &CurrentTask, which: u32, who: i32, priority: i32, ) -> Result<(), Errno>