Lines Matching refs:dl_timer
518 now = hrtimer_cb_get_time(&dl_se->dl_timer); in start_dl_timer()
530 hrtimer_set_expires(&dl_se->dl_timer, act); in start_dl_timer()
532 soft = hrtimer_get_softexpires(&dl_se->dl_timer); in start_dl_timer()
533 hard = hrtimer_get_expires(&dl_se->dl_timer); in start_dl_timer()
535 __hrtimer_start_range_ns(&dl_se->dl_timer, soft, in start_dl_timer()
538 return hrtimer_active(&dl_se->dl_timer); in start_dl_timer()
558 dl_timer); in dl_task_timer()
636 struct hrtimer *timer = &dl_se->dl_timer; in init_dl_task_timer()
1174 struct hrtimer *timer = &p->dl.dl_timer; in task_dead_dl()
1678 struct hrtimer *dl_timer = &p->dl.dl_timer; in cancel_dl_timer() local
1683 if (hrtimer_active(dl_timer)) { in cancel_dl_timer()
1684 int ret = hrtimer_try_to_cancel(dl_timer); in cancel_dl_timer()
1693 hrtimer_cancel(dl_timer); in cancel_dl_timer()