Home
last modified time | relevance | path

Searched refs:timer (Results 2476 – 2500 of 2761) sorted by relevance

1...<<919293949596979899100>>...111

/openbmc/linux/arch/arm/boot/dts/allwinner/
H A Dsun4i-a10.dtsi841 timer@1c20c00 {
842 compatible = "allwinner,sun4i-a10-timer";
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-usb277 tuning the timeout for L1 inactivity timer (LPM timer), e.g.
/openbmc/linux/arch/arm/boot/dts/microchip/
H A Dsama5d3.dtsi149 tcb0: timer@f0010000 {
1025 pit: timer@fffffe30 {
/openbmc/linux/kernel/events/
H A Dcore.c1103 struct hrtimer *timer = &cpc->hrtimer; in __perf_mux_hrtimer_init() local
1119 timer->function = perf_mux_hrtimer_handler; in __perf_mux_hrtimer_init()
1124 struct hrtimer *timer = &cpc->hrtimer; in perf_mux_hrtimer_restart() local
1130 hrtimer_forward_now(timer, cpc->hrtimer_interval); in perf_mux_hrtimer_restart()
1131 hrtimer_start_expires(timer, HRTIMER_MODE_ABS_PINNED_HARD); in perf_mux_hrtimer_restart()
11426 int timer, cpu, ret; in perf_event_mux_interval_ms_store() local
11428 ret = kstrtoint(buf, 0, &timer); in perf_event_mux_interval_ms_store()
11432 if (timer < 1) in perf_event_mux_interval_ms_store()
11436 if (timer == pmu->hrtimer_interval_ms) in perf_event_mux_interval_ms_store()
11440 pmu->hrtimer_interval_ms = timer; in perf_event_mux_interval_ms_store()
[all …]
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic79xx_core.c252 u_int timer,
6976 ahd_timer_reset(struct timer_list *timer, int usec) in ahd_timer_reset() argument
6978 del_timer(timer); in ahd_timer_reset()
6979 timer->expires = jiffies + (usec * HZ)/1000000; in ahd_timer_reset()
6980 add_timer(timer); in ahd_timer_reset()
7781 ahd_update_coalescing_values(struct ahd_softc *ahd, u_int timer, u_int maxcmds, in ahd_update_coalescing_values() argument
7784 if (timer > AHD_TIMER_MAX_US) in ahd_update_coalescing_values()
7785 timer = AHD_TIMER_MAX_US; in ahd_update_coalescing_values()
7786 ahd->int_coalescing_timer = timer; in ahd_update_coalescing_values()
7793 ahd_outw(ahd, INT_COALESCING_TIMER, timer / AHD_TIMER_US_PER_TICK); in ahd_update_coalescing_values()
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c1604 static void mvpp22_gop_fca_set_timer(struct mvpp2_port *port, u32 timer) in mvpp22_gop_fca_set_timer() argument
1610 lsb = timer & MVPP22_FCA_REG_MASK; in mvpp22_gop_fca_set_timer()
1611 msb = timer >> MVPP22_FCA_REG_SIZE; in mvpp22_gop_fca_set_timer()
1622 u32 timer; in mvpp22_gop_fca_set_periodic_timer() local
1624 timer = (port->priv->tclk / (USEC_PER_SEC * FC_CLK_DIVIDER)) in mvpp22_gop_fca_set_periodic_timer()
1629 mvpp22_gop_fca_set_timer(port, timer); in mvpp22_gop_fca_set_periodic_timer()
3515 static enum hrtimer_restart mvpp2_hr_timer_cb(struct hrtimer *timer) in mvpp2_hr_timer_cb() argument
3522 port_pcpu = container_of(timer, struct mvpp2_port_pcpu, tx_done_timer); in mvpp2_hr_timer_cb()
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsm8150.dtsi290 local-timer-stop;
300 local-timer-stop;
4201 timer@17c20000 {
4205 compatible = "arm,armv7-timer-mem";
4416 timer {
4417 compatible = "arm,armv8-timer";
H A Dsa8775p.dtsi2179 memtimer: timer@17c20000 {
2180 compatible = "arm,armv7-timer-mem";
2398 arch_timer: timer {
2399 compatible = "arm,armv8-timer";
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-npei-defs.h2871 uint64_t timer:10; member
2873 uint64_t timer:10;
3203 uint64_t timer:22; member
3207 uint64_t timer:22;
/openbmc/linux/net/core/
H A Dpktgen.c2268 hrtimer_set_expires(&t.timer, spin_until); in spin()
2270 remaining = ktime_to_ns(hrtimer_expires_remaining(&t.timer)); in spin()
2288 hrtimer_cancel(&t.timer); in spin()
2297 destroy_hrtimer_on_stack(&t.timer); in spin()
/openbmc/linux/net/ipv4/
H A Dnexthop.c2707 unsigned long timer; in rtm_nh_get_timer() local
2717 timer = clock_t_to_jiffies(value); in rtm_nh_get_timer()
2718 if (timer == ~0UL) { in rtm_nh_get_timer()
2723 *timer_p = timer; in rtm_nh_get_timer()
/openbmc/linux/arch/arm64/boot/dts/rockchip/
H A Drk356x.dtsi216 timer {
217 compatible = "arm,armv8-timer";
1064 clock-names = "core", "bus", "axi", "block", "timer";
/openbmc/qemu/hw/cxl/
H A Dcxl-mailbox-utils.c2838 timer_mod(cci->bg.timer, now + CXL_MBOX_BG_UPDATE_FREQ); in cxl_process_cci_message()
2883 timer_mod(cci->bg.timer, now + CXL_MBOX_BG_UPDATE_FREQ); in bg_timercb()
2930 cci->bg.timer = timer_new_ms(QEMU_CLOCK_VIRTUAL, in cxl_init_cci()
/openbmc/linux/net/bluetooth/
H A Dhci_conn.c2484 goto timer; in hci_conn_enter_active_mode()
2487 goto timer; in hci_conn_enter_active_mode()
2495 timer: in hci_conn_enter_active_mode()
/openbmc/linux/Documentation/networking/
H A Dkcm.rst107 by SO_RCVTIMEO). If the timer expires before assembly is complete an error
/openbmc/linux/drivers/scsi/aic94xx/
H A Daic94xx_scb.c865 struct asd_ascb *ascb = from_timer(ascb, t, timer); in asd_ascb_timedout()
/openbmc/qemu/docs/system/arm/
H A Dorangepi.rst29 * Watchdog timer
/openbmc/linux/drivers/net/wireless/intersil/p54/
H A Dfwio.c373 setup->v2.timer = cpu_to_le16(priv->wakeup_timer); in p54_setup_mac()
/openbmc/linux/Documentation/trace/
H A Dtracepoint-analysis.rst86 probe timer.s(5) {
/openbmc/linux/Documentation/scheduler/
H A Dsched-design-CFS.rst133 idle timer scheduler in order to avoid to get into priority
/openbmc/linux/drivers/scsi/mvsas/
H A Dmv_init.c85 timer_setup(&phy->timer, NULL, 0); in mvs_phy_init()
/openbmc/linux/drivers/input/serio/
H A DKconfig130 The SDC itself contains a 10ms resolution timer/clock capable
/openbmc/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-bytedance-g220a.dts96 linux,default-trigger = "timer";
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx51.dtsi393 gpt: timer@73fa0000 {
/openbmc/linux/drivers/macintosh/
H A Dadbhid.c727 del_timer_sync(&adbhid[i]->input->timer); in adb_message_handler()

1...<<919293949596979899100>>...111