OSDN Git Service

hrtimer: Provide hrtimer_sleeper_start_expires()
authorThomas Gleixner <tglx@linutronix.de>
Tue, 30 Jul 2019 19:03:53 +0000 (21:03 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 1 Aug 2019 15:43:15 +0000 (17:43 +0200)
commit01656464fce946f70b02a84ab218e562ceb1662e
treed312836362c3373013803596abbe5f487987898b
parentdbc1625fc9deefb352f6ff26a575ae4b3ddef23a
hrtimer: Provide hrtimer_sleeper_start_expires()

hrtimer_sleepers will gain a scheduling class dependent treatment on
PREEMPT_RT. Create a wrapper around hrtimer_start_expires() to make that
possible.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/linux/hrtimer.h
kernel/time/hrtimer.c