Symbol: schedule_hrtimeout
block/blk-cgroup.c
1976
if (!schedule_hrtimeout(&exp, HRTIMER_MODE_ABS))
drivers/gpu/drm/nouveau/nouveau_fence.c
283
schedule_hrtimeout(&kt, HRTIMER_MODE_REL);
drivers/gpu/drm/omapdrm/dss/dsi.c
158
schedule_hrtimeout(&wait, HRTIMER_MODE_REL);
drivers/gpu/drm/omapdrm/dss/pll.c
350
schedule_hrtimeout(&wait, HRTIMER_MODE_REL);
drivers/usb/gadget/udc/max3420_udc.c
859
schedule_hrtimeout(&kt, HRTIMER_MODE_REL);
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
2147
schedule_hrtimeout(&wait, HRTIMER_MODE_REL);
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
514
schedule_hrtimeout(&wait, HRTIMER_MODE_REL);
drivers/video/fbdev/omap2/omapfb/dss/pll.c
208
schedule_hrtimeout(&wait, HRTIMER_MODE_REL);
fs/jbd2/transaction.c
1925
schedule_hrtimeout(&expires, HRTIMER_MODE_ABS);
fs/xfs/scrub/scrub.c
992
schedule_hrtimeout(&expires, HRTIMER_MODE_ABS);
fs/xfs/xfs_verify_media.c
378
schedule_hrtimeout(&expires, HRTIMER_MODE_ABS);
include/linux/hrtimer.h
362
extern int schedule_hrtimeout(ktime_t *expires, const enum hrtimer_mode mode);
io_uring/cancel.c
331
ret = schedule_hrtimeout(&timeout, HRTIMER_MODE_ABS);
kernel/rcu/rcutorture.c
2702
schedule_hrtimeout(&toggle_delay, HRTIMER_MODE_REL);
kernel/sched/core.c
2335
schedule_hrtimeout(&to, HRTIMER_MODE_REL_HARD);
kernel/time/sleep_timeout.c
280
EXPORT_SYMBOL_GPL(schedule_hrtimeout);
kernel/torture.c
648
schedule_hrtimeout(&shutdown_time, HRTIMER_MODE_ABS);
kernel/torture.c
99
return schedule_hrtimeout(&hto, mode);
kernel/trace/trace_osnoise.c
1632
while (schedule_hrtimeout(&wake_time, HRTIMER_MODE_ABS)) {
lib/test_lockup.c
343
schedule_hrtimeout(&time, HRTIMER_MODE_REL);