Home
last modified time | relevance | path

Searched refs:schedule_hrtimeout (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/include/linux/
Dhrtimer.h484 extern int schedule_hrtimeout(ktime_t *expires, const enum hrtimer_mode mode);
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Dpll.c219 schedule_hrtimeout(&wait, HRTIMER_MODE_REL); in wait_for_bit_change()
Ddsi.c524 schedule_hrtimeout(&wait, HRTIMER_MODE_REL); in wait_for_bit_change()
2159 schedule_hrtimeout(&wait, HRTIMER_MODE_REL); in dsi_cio_init()
/linux-4.4.14/kernel/time/
Dhrtimer.c1825 int __sched schedule_hrtimeout(ktime_t *expires, in schedule_hrtimeout() function
1830 EXPORT_SYMBOL_GPL(schedule_hrtimeout);
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_fence.c333 schedule_hrtimeout(&kt, HRTIMER_MODE_REL); in nouveau_fence_wait_legacy()
/linux-4.4.14/fs/jbd2/
Dtransaction.c1717 schedule_hrtimeout(&expires, HRTIMER_MODE_ABS); in jbd2_journal_stop()
/linux-4.4.14/kernel/sched/
Dcore.c1504 schedule_hrtimeout(&to, HRTIMER_MODE_REL); in wait_task_inactive()