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