mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
posix-timers: Rename do_schedule_next_timer
That function is a misnomer. Rename it with a proper prefix to posixtimer_rearm(). Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: John Stultz <john.stultz@linaro.org> Link: http://lkml.kernel.org/r/20170530211656.811362578@linutronix.de
This commit is contained in:
parent
3080294589
commit
96fe3b072f
4 changed files with 8 additions and 8 deletions
|
@ -981,7 +981,7 @@ static void check_process_timers(struct task_struct *tsk,
|
|||
}
|
||||
|
||||
/*
|
||||
* This is called from the signal code (via do_schedule_next_timer)
|
||||
* This is called from the signal code (via posixtimer_rearm)
|
||||
* when the last timer signal was delivered and we have to reload the timer.
|
||||
*/
|
||||
void posix_cpu_timer_schedule(struct k_itimer *timer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue