Lines Matching refs:sl
439 static void __hrtimer_init_sleeper(struct hrtimer_sleeper *sl,
442 void hrtimer_init_sleeper_on_stack(struct hrtimer_sleeper *sl, in hrtimer_init_sleeper_on_stack() argument
445 debug_object_init_on_stack(&sl->timer, &hrtimer_debug_descr); in hrtimer_init_sleeper_on_stack()
446 __hrtimer_init_sleeper(sl, clock_id, mode); in hrtimer_init_sleeper_on_stack()
1850 void hrtimer_sleeper_start_expires(struct hrtimer_sleeper *sl, in hrtimer_sleeper_start_expires() argument
1860 if (IS_ENABLED(CONFIG_PREEMPT_RT) && sl->timer.is_hard) in hrtimer_sleeper_start_expires()
1863 hrtimer_start_expires(&sl->timer, mode); in hrtimer_sleeper_start_expires()
1867 static void __hrtimer_init_sleeper(struct hrtimer_sleeper *sl, in __hrtimer_init_sleeper() argument
1894 __hrtimer_init(&sl->timer, clock_id, mode); in __hrtimer_init_sleeper()
1895 sl->timer.function = hrtimer_wakeup; in __hrtimer_init_sleeper()
1896 sl->task = current; in __hrtimer_init_sleeper()
1905 void hrtimer_init_sleeper(struct hrtimer_sleeper *sl, clockid_t clock_id, in hrtimer_init_sleeper() argument
1908 debug_init(&sl->timer, clock_id, mode); in hrtimer_init_sleeper()
1909 __hrtimer_init_sleeper(sl, clock_id, mode); in hrtimer_init_sleeper()