Searched refs:schedule_hrtimeout (Results 1 – 12 of 12) sorted by relevance
| /linux/kernel/time/ |
| H A D | sleep_timeout.c | 276 int __sched schedule_hrtimeout(ktime_t *expires, const enum hrtimer_mode mode) in schedule_hrtimeout() function 280 EXPORT_SYMBOL_GPL(schedule_hrtimeout);
|
| /linux/kernel/ |
| H A D | torture.c | 99 return schedule_hrtimeout(&hto, mode); in torture_hrtimeout_ns() 653 schedule_hrtimeout(&shutdown_time, HRTIMER_MODE_ABS); in torture_shutdown()
|
| /linux/fs/xfs/ |
| H A D | xfs_verify_media.c | 378 schedule_hrtimeout(&expires, HRTIMER_MODE_ABS); in xfs_verify_media()
|
| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | pll.c | 208 schedule_hrtimeout(&wait, HRTIMER_MODE_REL); in wait_for_bit_change()
|
| /linux/lib/ |
| H A D | test_lockup.c | 343 schedule_hrtimeout(&time, HRTIMER_MODE_REL); in test_wait()
|
| /linux/drivers/gpu/drm/omapdrm/dss/ |
| H A D | pll.c | 350 schedule_hrtimeout(&wait, HRTIMER_MODE_REL); in wait_for_bit_change()
|
| /linux/io_uring/ |
| H A D | cancel.c | 338 ret = schedule_hrtimeout(&timeout, HRTIMER_MODE_ABS); in io_sync_cancel()
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | max3420_udc.c | 859 schedule_hrtimeout(&kt, HRTIMER_MODE_REL); in max3420_thread()
|
| /linux/kernel/trace/ |
| H A D | trace_osnoise.c | 1659 while (schedule_hrtimeout(&wake_time, HRTIMER_MODE_ABS)) { in osnoise_sleep()
|
| /linux/block/ |
| H A D | blk-cgroup.c | 1961 if (!schedule_hrtimeout(&exp, HRTIMER_MODE_ABS)) in blkcg_maybe_throttle_blkg()
|
| /linux/kernel/rcu/ |
| H A D | rcutorture.c | 2968 schedule_hrtimeout(&toggle_delay, HRTIMER_MODE_REL); in rcu_nocb_toggle()
|
| /linux/kernel/sched/ |
| H A D | core.c | 2443 schedule_hrtimeout(&to, HRTIMER_MODE_REL_HARD); in wait_task_inactive()
|