Searched refs:schedule_hrtimeout (Results 1 – 17 of 17) sorted by relevance
/openbmc/linux/kernel/ |
H A D | torture.c | 98 return schedule_hrtimeout(&hto, mode); in torture_hrtimeout_ns() 646 schedule_hrtimeout(&shutdown_time, HRTIMER_MODE_ABS); in torture_shutdown()
|
/openbmc/linux/io_uring/ |
H A D | cancel.c | 327 ret = schedule_hrtimeout(&timeout, HRTIMER_MODE_ABS); in io_sync_cancel()
|
H A D | io_uring.c | 2566 else if (!schedule_hrtimeout(&iowq->timeout, HRTIMER_MODE_ABS)) in io_cqring_wait_schedule()
|
/openbmc/linux/include/linux/ |
H A D | hrtimer.h | 523 extern int schedule_hrtimeout(ktime_t *expires, const enum hrtimer_mode mode);
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | pll.c | 208 schedule_hrtimeout(&wait, HRTIMER_MODE_REL); in wait_for_bit_change()
|
H A D | dsi.c | 513 schedule_hrtimeout(&wait, HRTIMER_MODE_REL); in wait_for_bit_change() 2146 schedule_hrtimeout(&wait, HRTIMER_MODE_REL); in dsi_cio_init()
|
/openbmc/linux/lib/ |
H A D | test_lockup.c | 343 schedule_hrtimeout(&time, HRTIMER_MODE_REL); in test_wait()
|
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_fence.c | 300 schedule_hrtimeout(&kt, HRTIMER_MODE_REL); in nouveau_fence_wait_legacy()
|
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | pll.c | 350 schedule_hrtimeout(&wait, HRTIMER_MODE_REL); in wait_for_bit_change()
|
H A D | dsi.c | 158 schedule_hrtimeout(&wait, HRTIMER_MODE_REL); in wait_for_bit_change()
|
/openbmc/linux/kernel/time/ |
H A D | hrtimer.c | 2401 int __sched schedule_hrtimeout(ktime_t *expires, in schedule_hrtimeout() function 2406 EXPORT_SYMBOL_GPL(schedule_hrtimeout);
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | max3420_udc.c | 859 schedule_hrtimeout(&kt, HRTIMER_MODE_REL); in max3420_thread()
|
/openbmc/linux/fs/jbd2/ |
H A D | transaction.c | 1899 schedule_hrtimeout(&expires, HRTIMER_MODE_ABS); in jbd2_journal_stop()
|
/openbmc/linux/kernel/trace/ |
H A D | trace_osnoise.c | 1662 while (schedule_hrtimeout(&wake_time, HRTIMER_MODE_ABS)) { in osnoise_sleep()
|
/openbmc/linux/block/ |
H A D | blk-cgroup.c | 1939 if (!schedule_hrtimeout(&exp, HRTIMER_MODE_ABS)) in blkcg_maybe_throttle_blkg()
|
/openbmc/linux/kernel/rcu/ |
H A D | rcutorture.c | 2151 schedule_hrtimeout(&toggle_delay, HRTIMER_MODE_REL); in rcu_nocb_toggle()
|
/openbmc/linux/kernel/sched/ |
H A D | core.c | 2367 schedule_hrtimeout(&to, HRTIMER_MODE_REL_HARD); in wait_task_inactive()
|