Searched refs:hrtimer_forward_now (Results 1 - 20 of 20) sorted by relevance
/linux-4.1.27/drivers/oprofile/ |
H A D | timer_int.c | 29 hrtimer_forward_now(hrtimer, ns_to_ktime(TICK_NSEC)); oprofile_hrtimer_notify()
|
/linux-4.1.27/sound/core/ |
H A D | hrtimer.c | 53 oruns = hrtimer_forward_now(hrt, ns_to_ktime(t->sticks * resolution)); snd_hrtimer_callback()
|
/linux-4.1.27/fs/ |
H A D | timerfd.c | 276 ticks += hrtimer_forward_now(&ctx->t.tmr, timerfd_read() 466 hrtimer_forward_now(&ctx->t.tmr, ctx->tintv); do_timerfd_settime() 502 hrtimer_forward_now(&ctx->t.tmr, ctx->tintv) do_timerfd_gettime()
|
/linux-4.1.27/kernel/time/ |
H A D | sched_clock.c | 162 hrtimer_forward_now(hrt, cd.wrap_kt); sched_clock_poll()
|
/linux-4.1.27/sound/soc/fsl/ |
H A D | imx-pcm-fiq.c | 68 hrtimer_forward_now(hrt, ns_to_ktime(iprtd->poll_time_ns)); snd_hrtimer_callback()
|
/linux-4.1.27/drivers/net/ethernet/ |
H A D | ec_bhf.c | 256 hrtimer_forward_now(timer, ktime_set(0, polling_frequency)); ec_bhf_timer_fun()
|
/linux-4.1.27/drivers/media/pci/cx88/ |
H A D | cx88-input.c | 178 missed = hrtimer_forward_now(&ir->timer, cx88_ir_work()
|
/linux-4.1.27/drivers/usb/musb/ |
H A D | musb_cppi41.c | 215 hrtimer_forward_now(&controller->early_tx, cppi41_recheck_tx_req()
|
/linux-4.1.27/include/linux/ |
H A D | hrtimer.h | 422 static inline u64 hrtimer_forward_now(struct hrtimer *timer, hrtimer_forward_now() function
|
/linux-4.1.27/drivers/staging/ozwpan/ |
H A D | ozproto.c | 540 hrtimer_forward_now(timer, ktime_set(pd->pulse_period / oz_pd_heartbeat_event()
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
H A D | perf_event_intel_rapl.c | 234 hrtimer_forward_now(hrtimer, pmu->timer_interval); rapl_hrtimer_handle()
|
H A D | perf_event_intel_uncore.c | 230 hrtimer_forward_now(hrtimer, ns_to_ktime(box->hrtimer_duration)); uncore_pmu_hrtimer()
|
/linux-4.1.27/kernel/ |
H A D | watchdog.c | 338 hrtimer_forward_now(hrtimer, ns_to_ktime(sample_period)); watchdog_timer_fn()
|
/linux-4.1.27/drivers/rtc/ |
H A D | interface.c | 595 count = hrtimer_forward_now(timer, period); rtc_pie_update_irq()
|
/linux-4.1.27/drivers/bus/ |
H A D | arm-ccn.c | 1077 hrtimer_forward_now(hrtimer, arm_ccn_pmu_timer_period()); arm_ccn_pmu_timer_handler()
|
/linux-4.1.27/drivers/ata/ |
H A D | pata_octeon_cf.c | 773 hrtimer_forward_now(hrt, octeon_cf_delayed_finish()
|
/linux-4.1.27/sound/drivers/ |
H A D | dummy.c | 398 hrtimer_forward_now(timer, dpcm->period_time); dummy_hrtimer_callback()
|
/linux-4.1.27/drivers/s390/crypto/ |
H A D | ap_bus.c | 1534 hrtimer_forward_now(&ap_poll_timer, hr_time); __ap_schedule_poll_timer()
|
/linux-4.1.27/arch/s390/kvm/ |
H A D | interrupt.c | 903 hrtimer_forward_now(timer, ns_to_ktime(sltime))) kvm_s390_idle_wakeup()
|
/linux-4.1.27/kernel/events/ |
H A D | core.c | 766 hrtimer_forward_now(hr, cpuctx->hrtimer_interval); perf_cpu_hrtimer_handler() 6880 hrtimer_forward_now(hrtimer, ns_to_ktime(period)); perf_swevent_hrtimer() 7233 hrtimer_forward_now(&cpuctx->hrtimer, cpuctx->hrtimer_interval); for_each_possible_cpu()
|
Completed in 3225 milliseconds