Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dhrtimer.h519 extern int schedule_hrtimeout(ktime_t *expires, const enum hrtimer_mode mode);
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/
H A Dpll.c208 schedule_hrtimeout(&wait, HRTIMER_MODE_REL); in wait_for_bit_change()
H A Ddsi.c513 schedule_hrtimeout(&wait, HRTIMER_MODE_REL); in wait_for_bit_change()
2141 schedule_hrtimeout(&wait, HRTIMER_MODE_REL); in dsi_cio_init()
/OK3568_Linux_fs/kernel/lib/
H A Dtest_lockup.c343 schedule_hrtimeout(&time, HRTIMER_MODE_REL); in test_wait()
/OK3568_Linux_fs/kernel/kernel/
H A Dtorture.c517 schedule_hrtimeout(&shutdown_time, HRTIMER_MODE_ABS); in torture_shutdown()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.c285 schedule_hrtimeout(&kt, HRTIMER_MODE_REL); in nouveau_fence_wait_legacy()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/dss/
H A Dpll.c344 schedule_hrtimeout(&wait, HRTIMER_MODE_REL); in wait_for_bit_change()
H A Ddsi.c511 schedule_hrtimeout(&wait, HRTIMER_MODE_REL); in wait_for_bit_change()
2092 schedule_hrtimeout(&wait, HRTIMER_MODE_REL); in dsi_cio_init()
/OK3568_Linux_fs/kernel/kernel/time/
H A Dhrtimer.c2280 int __sched schedule_hrtimeout(ktime_t *expires, in schedule_hrtimeout() function
2285 EXPORT_SYMBOL_GPL(schedule_hrtimeout);
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dmax3420_udc.c863 schedule_hrtimeout(&kt, HRTIMER_MODE_REL); in max3420_thread()
/OK3568_Linux_fs/kernel/block/
H A Dblk-cgroup.c1703 if (!schedule_hrtimeout(&exp, HRTIMER_MODE_ABS)) in blkcg_maybe_throttle_blkg()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_imx1435 schedule_hrtimeout
H A Dabi_gki_aarch64_qcom2135 schedule_hrtimeout
H A Dabi_gki_aarch64_galaxy3468 schedule_hrtimeout
/OK3568_Linux_fs/kernel/fs/jbd2/
H A Dtransaction.c1885 schedule_hrtimeout(&expires, HRTIMER_MODE_ABS); in jbd2_journal_stop()
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c2423 schedule_hrtimeout(&to, HRTIMER_MODE_REL); in wait_task_inactive()
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c7465 if (!schedule_hrtimeout(&timeout, HRTIMER_MODE_ABS)) in io_cqring_wait_schedule()