Searched refs:hrtimer (Results 176 - 200 of 287) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.c28 #include <linux/hrtimer.h>
/linux-master/drivers/cpuidle/
H A Dcpuidle.c23 #include <linux/hrtimer.h>
378 * Store the next hrtimer, which becomes either next tick or the next
/linux-master/include/linux/
H A Dinterrupt.h13 #include <linux/hrtimer.h>
/linux-master/kernel/time/
H A Dclockevents.c11 #include <linux/hrtimer.h>
H A Dtick-broadcast.c12 #include <linux/hrtimer.h>
315 * hrtimer based.
361 * device is not hrtimer based. Otherwise we run into
362 * a hrtimer recursion.
474 * - the broadcast device is not a hrtimer based one
783 * For hrtimer based broadcasting we cannot shutdown the cpu
809 * If the current CPU owns the hrtimer broadcast
824 /* If it is a hrtimer based broadcast, return busy */
851 * In case of hrtimer broadcasts the
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_vkms.c127 * We raced with the vblank hrtimer and previous work already computed
156 * The worker can fall behind the vblank hrtimer, make sure we catch up.
163 vmw_vkms_vblank_simulate(struct hrtimer *timer)
270 * To prevent races we roll the hrtimer forward before we do any
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_drv.h498 * struct msm_hrtimer_work - a helper to combine an hrtimer with kthread_work
500 * @timer: hrtimer to control when the kthread work is triggered
505 struct hrtimer timer;
/linux-master/drivers/usb/musb/
H A Dmusb_cppi41.c40 struct hrtimer early_tx;
185 static enum hrtimer_restart cppi41_recheck_tx_req(struct hrtimer *timer)
/linux-master/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd.h645 struct hrtimer rx_irq_timer;
646 struct hrtimer tx_irq_timer;
/linux-master/drivers/devfreq/event/
H A Drockchip-dfi.c112 struct hrtimer timer;
536 static enum hrtimer_restart rockchip_dfi_timer(struct hrtimer *timer)
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00.h27 #include <linux/hrtimer.h>
992 struct hrtimer txstatus_timer;
/linux-master/drivers/watchdog/
H A Dwatchdog_dev.c36 #include <linux/hrtimer.h> /* For hrtimers */
229 static enum hrtimer_restart watchdog_timer_expired(struct hrtimer *timer)
1308 * __watchdog_ping will also retrigger hrtimer and therefore restore the
/linux-master/arch/mips/include/asm/
H A Dkvm_host.h15 #include <linux/hrtimer.h>
327 struct hrtimer comparecount_timer;
678 /* Cause can be modified asynchronously from hardirq hrtimer callback */
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_main.h19 #include <linux/hrtimer.h>
191 struct hrtimer inj_timer;
/linux-master/drivers/tty/serial/
H A Dimx.c233 struct hrtimer trigger_start_tx;
234 struct hrtimer trigger_stop_tx;
327 static void start_hrtimer_ms(struct hrtimer *hrt, unsigned long msec)
2195 static enum hrtimer_restart imx_trigger_start_tx(struct hrtimer *t)
2208 static enum hrtimer_restart imx_trigger_stop_tx(struct hrtimer *t)
H A Dxilinx_uartps.c215 struct hrtimer tx_timer;
393 * @t: Handle to the hrtimer structure
395 static enum hrtimer_restart cdns_rs485_rx_callback(struct hrtimer *t)
695 * @t: Handle to the hrtimer structure
697 static enum hrtimer_restart cdns_rs485_tx_callback(struct hrtimer *t)
H A Dvt8500_serial.c10 #include <linux/hrtimer.h>
/linux-master/drivers/tty/serial/8250/
H A D8250_port.c490 static enum hrtimer_restart serial8250_em485_handle_start_tx(struct hrtimer *t);
491 static enum hrtimer_restart serial8250_em485_handle_stop_tx(struct hrtimer *t);
1412 static enum hrtimer_restart serial8250_em485_handle_stop_tx(struct hrtimer *t)
1432 static void start_hrtimer_ms(struct hrtimer *hrt, unsigned long msec)
1601 static enum hrtimer_restart serial8250_em485_handle_start_tx(struct hrtimer *t)
/linux-master/kernel/rcu/
H A Dtree.c1054 * scheduler might queue an ignored hrtimer. Defer the wake up
3243 * @hrtimer: A hrtimer for scheduling a page_cache_work
3270 struct hrtimer hrtimer; member in struct:kfree_rcu_cpu
3619 schedule_page_work_fn(struct hrtimer *t)
3622 container_of(t, struct kfree_rcu_cpu, hrtimer);
3677 hrtimer_init(&krcp->hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
3678 krcp->hrtimer.function = schedule_page_work_fn;
3679 hrtimer_start(&krcp->hrtimer,
[all...]
/linux-master/drivers/s390/crypto/
H A Dap_bus.c33 #include <linux/hrtimer.h>
125 static struct hrtimer ap_poll_timer;
420 static enum hrtimer_restart ap_poll_timeout(struct hrtimer *unused)
/linux-master/arch/arm/common/
H A DbL_switcher.c23 #include <linux/hrtimer.h>
/linux-master/drivers/usb/chipidea/
H A Dotg_fsm.c383 static enum hrtimer_restart ci_otg_hrtimer_func(struct hrtimer *t)
/linux-master/arch/x86/kvm/
H A Dioapic.c36 #include <linux/hrtimer.h>
/linux-master/drivers/net/ethernet/freescale/
H A Dfec_ptp.c265 static enum hrtimer_restart fec_ptp_pps_perout_handler(struct hrtimer *timer)
H A Dfec.h686 struct hrtimer perout_timer;

Completed in 431 milliseconds

1234567891011>>