Home
last modified time | relevance | path

Searched refs:timeout (Results 576 – 600 of 4396) sorted by relevance

1...<<21222324252627282930>>...176

/openbmc/u-boot/drivers/net/fsl-mc/
H A Dmc_sys.c34 int timeout = 12000; in mc_send_command() local
43 if (--timeout == 0) { in mc_send_command()
/openbmc/linux/drivers/watchdog/
H A Djz4740_wdt.c71 wdt_dev->timeout = new_timeout; in jz4740_wdt_set_timeout()
87 jz4740_wdt_set_timeout(wdt_dev, wdt_dev->timeout); in jz4740_wdt_start()
109 wdt_dev->timeout = 0; in jz4740_wdt_restart()
171 jz4740_wdt->timeout = clamp(heartbeat, in jz4740_wdt_probe()
H A Dpm8916_wdt.c78 wdev->timeout - wdev->pretimeout); in pm8916_wdt_configure_timers()
88 unsigned int timeout) in pm8916_wdt_set_timeout() argument
90 wdev->timeout = timeout; in pm8916_wdt_set_timeout()
225 wdt->wdev.timeout = PM8916_WDT_DEFAULT_TIMEOUT; in pm8916_wdt_probe()
/openbmc/linux/arch/arm/mach-bcm/
H A Dplatsmp.c165 bool timeout = false; in kona_boot_secondary() local
200 while (!timeout && readl_relaxed(boot_reg) == boot_val) in kona_boot_secondary()
201 timeout = local_clock() - start_clock > SECONDARY_TIMEOUT_NS; in kona_boot_secondary()
205 if (!timeout) in kona_boot_secondary()
/openbmc/u-boot/arch/arm/mach-omap2/
H A Dpipe3-phy.c88 int timeout = PLL_LOCK_TIME; in omap_pipe3_wait_lock() local
95 } while (--timeout); in omap_pipe3_wait_lock()
204 int timeout = PLL_IDLE_TIME; in phy_pipe3_power_off() local
220 } while (--timeout); in phy_pipe3_power_off()
/openbmc/linux/drivers/rtc/
H A Drtc-test.c41 ktime_t timeout; in test_rtc_set_alarm() local
44 timeout = rtc_tm_to_time64(&alrm->time) - ktime_get_real_seconds(); in test_rtc_set_alarm()
45 timeout -= rtd->offset; in test_rtc_set_alarm()
49 expires = jiffies + timeout * HZ; in test_rtc_set_alarm()
/openbmc/linux/net/core/
H A Dstream.c96 void sk_stream_wait_close(struct sock *sk, long timeout) in sk_stream_wait_close() argument
98 if (timeout) { in sk_stream_wait_close()
104 if (sk_wait_event(sk, &timeout, !sk_stream_closing(sk), &wait)) in sk_stream_wait_close()
106 } while (!signal_pending(current) && timeout); in sk_stream_wait_close()
/openbmc/linux/arch/sparc/kernel/
H A Dsun4m_smp.c82 int timeout; in smp4m_boot_one_cpu() local
106 for (timeout = 0; timeout < 10000; timeout++) { in smp4m_boot_one_cpu()
/openbmc/openpower-occ-control/
H A Docc_device.hpp59 timeout(event, in Device()
140 timeout.addWatch(poll); in addErrorWatch()
157 timeout.removeWatch(); in removeErrorWatch()
208 Error timeout; member in open_power::occ::Device
/openbmc/linux/arch/powerpc/include/asm/
H A Ddelay.h53 #define spin_event_timeout(condition, timeout, delay) \ argument
56 unsigned long __loops = tb_ticks_per_usec * timeout; \
/openbmc/linux/Documentation/locking/
H A Dhwspinlock.rst103 Lock a previously-assigned hwspinlock with a timeout limit (specified in
105 waiting for it to be released, but give up when the timeout elapses.
112 notably -ETIMEDOUT if the hwspinlock is still busy after timeout msecs).
119 Lock a previously-assigned hwspinlock with a timeout limit (specified in
121 waiting for it to be released, but give up when the timeout elapses.
127 notably -ETIMEDOUT if the hwspinlock is still busy after timeout msecs).
135 Lock a previously-assigned hwspinlock with a timeout limit (specified in
137 waiting for it to be released, but give up when the timeout elapses.
144 notably -ETIMEDOUT if the hwspinlock is still busy after timeout msecs).
154 waiting for it to be released, but give up when the timeout elapses.
[all …]
/openbmc/phosphor-pid-control/sensors/
H A Dsensor.hpp30 Sensor(const std::string& name, int64_t timeout) : in Sensor() argument
31 _name(name), _timeout(timeout) in Sensor()
/openbmc/phosphor-power/phosphor-regulators/src/regsctl/
H A Dutility.hpp32 sdbusplus::SdBusDuration timeout{6min}; in callMethod() local
33 return bus.call(reqMsg, timeout); in callMethod()
/openbmc/u-boot/drivers/misc/
H A Datsha204a-i2c.c270 int res, timeout = ATSHA204A_TRANSACTION_TIMEOUT; in atsha204a_transaction() local
284 "(timeout = %d)\n", timeout); in atsha204a_transaction()
287 timeout -= ATSHA204A_EXECTIME; in atsha204a_transaction()
288 } while (timeout > 0); in atsha204a_transaction()
290 if (timeout <= 0) { in atsha204a_transaction()
/openbmc/linux/arch/parisc/kernel/
H A Dsmp.c336 long timeout; in smp_boot_one_cpu() local
386 for (timeout = 0; timeout < 10000; timeout++) { in smp_boot_one_cpu()
401 cpuid, timeout * 100); in smp_boot_one_cpu()
/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_ps.c74 unsigned long timeout; in rtl92e_enter_sleep() local
80 timeout = jiffies + msecs_to_jiffies(MIN_SLEEP_TIME); in rtl92e_enter_sleep()
81 if (time_before((unsigned long)time, timeout)) { in rtl92e_enter_sleep()
87 timeout = jiffies + msecs_to_jiffies(MAX_SLEEP_TIME); in rtl92e_enter_sleep()
88 if (time_after((unsigned long)time, timeout)) { in rtl92e_enter_sleep()
/openbmc/u-boot/arch/x86/cpu/
H A Dlapic.c102 int timeout; in lapic_remote_read() local
110 timeout = 0; in lapic_remote_read()
113 } while (status == LAPIC_ICR_RR_INPROG && timeout++ < 1000); in lapic_remote_read()
/openbmc/boost-dbus/include/dbus/
H A Dconnection_service.hpp64 const Duration& timeout) { in send() argument
65 if (timeout == Duration::zero()) { in send()
72 m, std::chrono::milliseconds(timeout).count()); in send()
/openbmc/linux/include/linux/
H A Dled-class-flash.h45 int (*timeout_set)(struct led_classdev_flash *fled_cdev, u32 timeout);
76 struct led_flash_setting timeout; member
223 int led_set_flash_timeout(struct led_classdev_flash *fled_cdev, u32 timeout);
/openbmc/linux/drivers/input/joystick/
H A Djoydump.c35 int i, j, t, timeout; in joydump_connect() local
62 timeout = gameport_time(gameport, 10000); /* 10 ms */ in joydump_connect()
83 while (i < BUF_SIZE && t < timeout) { in joydump_connect()
/openbmc/linux/arch/arm/mach-pxa/
H A Dgumstix.c137 int timeout = 500; in gumstix_setup_bt_clock() local
149 } while (--timeout); in gumstix_setup_bt_clock()
150 if (!timeout) in gumstix_setup_bt_clock()
/openbmc/google-misc/subprojects/ncsid/src/
H A Dupdate_ra_gw.sh139 (( timeout = curr_dl - SECONDS ))
140 sleep $(( timeout < 0 ? 0 : timeout ))
/openbmc/qemu/hw/watchdog/
H A Dwdt_ib700.c65 int64_t timeout; in ib700_write_enable_reg() local
69 timeout = (int64_t) time_map[data & 0xF] * NANOSECONDS_PER_SECOND; in ib700_write_enable_reg()
70 timer_mod(s->timer, qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL) + timeout); in ib700_write_enable_reg()
/openbmc/linux/include/xen/interface/
H A Dsched.h124 uint64_t timeout; member
136 uint32_t timeout; /* timeout */ member
/openbmc/u-boot/drivers/mmc/
H A Dpxa_mmc_gen.c54 unsigned int timeout = PXA_MMC_TIMEOUT; in pxa_mmc_wait() local
57 while (--timeout) { in pxa_mmc_wait()
63 if (!timeout) in pxa_mmc_wait()
73 unsigned int timeout = PXA_MMC_TIMEOUT; in pxa_mmc_stop_clock() local
83 while (--timeout) { in pxa_mmc_stop_clock()
90 if (!timeout) in pxa_mmc_stop_clock()

1...<<21222324252627282930>>...176