Home
last modified time | relevance | path

Searched refs:timer (Results 2626 – 2650 of 2757) sorted by relevance

1...<<101102103104105106107108109110111

/openbmc/linux/arch/x86/
H A DKconfig907 HPET is the next generation timer replacing legacy 8254s.
917 Choose N to continue using the legacy 8254 timer.
1091 all. The local APIC supports CPU-generated self-interrupts (timer,
2137 supported, then entropy is read from the i8254 timer. The
2859 27MHz high-resolution timer. Its also a workaround for
/openbmc/linux/drivers/video/fbdev/sis/
H A Dinit301.c820 Delay = SiS_Pr->SiS_PanelDelayTbl[DelayIndex].timer[0]; in SiS_PanelDelay()
822 Delay = SiS_Pr->SiS_PanelDelayTbl[DelayIndex].timer[1]; in SiS_PanelDelay()
867 Delay = SiS_Pr->SiS_PanelDelayTblLVDS[DelayIndex].timer[0]; in SiS_PanelDelay()
869 Delay = SiS_Pr->SiS_PanelDelayTblLVDS[DelayIndex].timer[1]; in SiS_PanelDelay()
888 Delay = SiS_Pr->SiS_PanelDelayTbl[DelayIndex].timer[0]; in SiS_PanelDelay()
890 Delay = SiS_Pr->SiS_PanelDelayTbl[DelayIndex].timer[1]; in SiS_PanelDelay()
/openbmc/linux/drivers/scsi/
H A Dipr.h1553 struct timer_list timer; member
/openbmc/linux/Documentation/driver-api/media/
H A Dcec-core.rst483 timer goes off too late by more than 300 microseconds wrong results can
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dhash_utils.c1015 static void stress_hpt_timer_fn(struct timer_list *timer) in stress_hpt_timer_fn() argument
/openbmc/linux/arch/arm64/boot/dts/exynos/
H A Dexynos5433-tm2-common.dtsi1337 &timer {
/openbmc/linux/drivers/ufs/host/
H A Dufs-qcom.c1629 p->timer = DEVFREQ_TIMER_DELAYED; in ufs_qcom_config_scaling_param()
/openbmc/linux/tools/perf/
H A Dbuiltin-top.c620 .timer = perf_top__sort_new_samples, in display_thread_tui()
/openbmc/linux/arch/arm/
H A DKconfig1049 bool "Architected timer support"
1053 This option enables support for the ARM architected timer
1058 This options enables support for the ARM timer and watchdog unit
/openbmc/linux/Documentation/admin-guide/laptops/
H A Dthinkpad-acpi.rst845 "timer" trigger, and leave the delay_on and delay_off parameters set to
1271 Note that the watchdog timer stops after it enables the fan. It will be
1361 Fan safety watchdog timer interval, in seconds. Minimum is
/openbmc/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c1611 del_timer(&phy->timer); in phy_up_v3_hw()
1645 del_timer(&phy->timer); in phy_down_v3_hw()
5075 del_timer_sync(&hisi_hba->timer); in hisi_sas_v3_remove()
/openbmc/linux/kernel/sched/
H A Dfair.c6210 static enum hrtimer_restart sched_cfs_slack_timer(struct hrtimer *timer) in sched_cfs_slack_timer() argument
6213 container_of(timer, struct cfs_bandwidth, slack_timer); in sched_cfs_slack_timer()
6222 static enum hrtimer_restart sched_cfs_period_timer(struct hrtimer *timer) in sched_cfs_period_timer() argument
6225 container_of(timer, struct cfs_bandwidth, period_timer); in sched_cfs_period_timer()
6233 overrun = hrtimer_forward_now(timer, cfs_b->period); in sched_cfs_period_timer()
/openbmc/u-boot/arch/arm/dts/
H A Dr8a7796.dtsi2564 timer {
2565 compatible = "arm,armv8-timer";
/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_hw.c3704 del_timer_sync(&mbm->timer); in csio_mberr_worker()
3741 struct csio_mbm *mbm = from_timer(mbm, t, timer); in csio_hw_mb_timer()
/openbmc/linux/include/net/
H A Dcfg80211.h5844 struct timer_list timer; member
5852 timer_setup(&dwork->timer, wiphy_delayed_work_timer, 0); in wiphy_delayed_work_init()
/openbmc/qemu/docs/devel/
H A Dtcg-plugins.rst410 caused by a timer firing to service the GUI causing a block to end
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dmain.h698 struct timer_list timer; member
/openbmc/linux/Documentation/filesystems/
H A Dorangefs.rst334 - op has to start a timer since client-core
/openbmc/linux/drivers/pwm/
H A DKconfig703 PWM driver for Xilinx LogiCORE IP AXI timers. This timer is
/openbmc/linux/drivers/acpi/
H A DKconfig613 systems require this timer.
/openbmc/linux/drivers/s390/cio/
H A Ddevice.c750 timer_setup(&priv->timer, ccw_device_timeout, 0); in io_subchannel_initialize_dev()
/openbmc/linux/Documentation/networking/
H A Dip-sysctl.rst728 TCP tries to reduce number of SACK sent, using a timer
736 timer used by SACK compression. This gives extra time
738 opportunistic reduction of timer interrupts.
1529 Present timer expires.
3137 The time interval (in milliseconds) for the PLPMTUD probe timer,
H A Dsnmp_counter.rst360 timer, after client replies ACK, TCP stack checks whether the accept
877 A delayed ACK timer expires. The TCP stack will send a pure ACK packet
882 A delayed ACK timer expires, but the TCP stack can't send an ACK
/openbmc/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c2332 struct timer_list *timer = &instance->sriov_heartbeat_timer; in megasas_start_timer() local
2334 timer_setup(timer, megasas_sriov_heartbeat_handler, 0); in megasas_start_timer()
2335 timer->expires = jiffies + MEGASAS_SRIOV_HEARTBEAT_INTERVAL_VF; in megasas_start_timer()
2336 add_timer(timer); in megasas_start_timer()
/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_fcpim.c1292 bfa_timer_start(itnim->bfa, &itnim->timer, in bfa_itnim_iotov_start()
1305 bfa_timer_stop(&itnim->timer); in bfa_itnim_iotov_stop()

1...<<101102103104105106107108109110111