Home
last modified time | relevance | path

Searched refs:times (Results 1 – 25 of 121) sorted by relevance

12345

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa_stats.c232 if (sth->times[TXG_STATE_OPEN]) in spa_txg_history_show()
233 open = sth->times[TXG_STATE_OPEN] - in spa_txg_history_show()
234 sth->times[TXG_STATE_BIRTH]; in spa_txg_history_show()
236 if (sth->times[TXG_STATE_QUIESCED]) in spa_txg_history_show()
238 sth->times[TXG_STATE_OPEN]; in spa_txg_history_show()
240 if (sth->times[TXG_STATE_WAIT_FOR_SYNC]) in spa_txg_history_show()
242 sth->times[TXG_STATE_QUIESCED]; in spa_txg_history_show()
244 if (sth->times[TXG_STATE_SYNCED]) in spa_txg_history_show()
245 sync = sth->times[TXG_STATE_SYNCED] - in spa_txg_history_show()
246 sth->times[TXG_STATE_WAIT_FOR_SYNC]; in spa_txg_history_show()
[all …]
/f-stack/app/redis-5.0.5/utils/lru/
H A DREADME15 You can optionally specify a number of times to run, so that the program
17 For instance in order to run the test 10 times use:
/f-stack/freebsd/sys/
H A Dtimes.h61 clock_t times(struct tms *);
H A Dstat.h377 int futimens(int fd, const struct timespec times[2]);
378 int utimensat(int fd, const char *path, const struct timespec times[2],
/f-stack/app/redis-5.0.5/utils/hashtable/
H A Drehashing.c71 void stressGetKeys(dict *d, int times, int *perfect_run, int *approx_run) { in stressGetKeys() argument
75 for (j = 0; j < times; j++) { in stressGetKeys()
/f-stack/freebsd/contrib/device-tree/Bindings/power/supply/
H A Dsbs,sbs-battery.yaml33 The number of times to retry I2C transactions on I2C IO failure.
39 The number of times to try looking for new status after an external
/f-stack/freebsd/contrib/device-tree/Bindings/watchdog/
H A Dziirave-wdt.txt9 - reset-duration-ms: Duration of the pulse generated when the watchdog times
H A Dcadence-wdt.txt11 when watchdog times out.
/f-stack/app/redis-5.0.5/tests/unit/type/
H A Dhash.tcl449 for {set times 0} {$times < 10} {incr times} {
471 for {set times 0} {$times < 10} {incr times} {
/f-stack/freebsd/contrib/device-tree/Bindings/i2c/
H A Di2c-mux-gpmux.txt32 parent I2C adapter at these times:
40 including the times covered by the above list).
/f-stack/dpdk/doc/guides/linux_gsg/
H A Deal_args.include.rst137 Can be specified multiple times.
153 Can be specified multiple times up to 32 times.
/f-stack/freebsd/contrib/device-tree/Bindings/mmc/
H A Drockchip-dw-mshc.yaml94 The desired number of times that the host execute tuning when needed.
95 If not specified, the host will do tuning for 360 times,
H A Dnvidia,tegra20-sdhci.txt70 strength used as a fallback in case the automatic calibration times
74 strength used as a fallback in case the automatic calibration times
/f-stack/app/redis-5.0.5/src/
H A Dmemtest.c218 int memtest_compare_times(unsigned long *m, size_t bytes, int pass, int times, in memtest_compare_times() argument
224 for (j = 0; j < times; j++) { in memtest_compare_times()
/f-stack/freebsd/contrib/device-tree/Bindings/dma/
H A Dqcom_hidma_mgmt.txt31 - max-write-transactions: This value is how many times a write burst is
34 - max-read-transactions: This value is how many times a read burst is
/f-stack/freebsd/crypto/openssl/arm/
H A Dsha512-armv4.S22 @ This code is ~4.5 (four and a half) times faster than code generated
/f-stack/freebsd/contrib/device-tree/src/arm64/rockchip/
H A Drk3399-gru-kevin.dts184 /* These are relatively safe rise/fall times. */
200 /* These are relatively safe rise/fall times. */
H A Drk3399-gru-chromebook.dtsi259 /* These are relatively safe rise/fall times */
275 /* These are relatively safe rise/fall times */
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Daltr_socfpga.txt29 hold/delay times that is needed for the SD/MMC CIU clock. The values of both
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dsocfpga_arria5_socdk.dts92 * adjust the falling times to decrease the i2c frequency to 50Khz
H A Dsocfpga_cyclone5_socdk.dts96 * adjust the falling times to decrease the i2c frequency to 50Khz
H A Dsocfpga_arria10_socdk.dtsi131 * adjust the falling times to decrease the i2c frequency to 50Khz
/f-stack/dpdk/doc/guides/nics/
H A Dvdev_netvsc.rst76 to. Can be provided multiple times for additional instances.
/f-stack/dpdk/doc/guides/rawdevs/
H A Difpga.rst92 times for additional instances.
/f-stack/freebsd/contrib/libsodium/packaging/dotnet-core/
H A DREADME.md50 3. Take a look at the generated `Makefile`. It uses `sudo` a few times.

12345