Home
last modified time | relevance | path

Searched refs:times (Results 151 – 175 of 769) sorted by relevance

12345678910>>...31

/openbmc/qemu/hw/9pfs/
H A D9p.c1685 struct timespec times[2]; in v9fs_setattr() local
1691 times[0].tv_nsec = UTIME_NOW; in v9fs_setattr()
1694 times[0].tv_nsec = UTIME_OMIT; in v9fs_setattr()
1704 times[1].tv_nsec = UTIME_OMIT; in v9fs_setattr()
3503 struct timespec times[2]; in v9fs_wstat() local
3505 times[0].tv_sec = v9stat.atime; in v9fs_wstat()
3506 times[0].tv_nsec = 0; in v9fs_wstat()
3508 times[0].tv_nsec = UTIME_OMIT; in v9fs_wstat()
3511 times[1].tv_sec = v9stat.mtime; in v9fs_wstat()
3512 times[1].tv_nsec = 0; in v9fs_wstat()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Daltr_socfpga.txt29 hold/delay times that is needed for the SD/MMC CIU clock. The values of both
/openbmc/openbmc/poky/meta/recipes-gnome/gtk-doc/files/
H A Dno-clobber.patch16 gtk-doc generation is a slow process at the best of times, so doing it twice isn't good.
/openbmc/linux/Documentation/hwmon/
H A Dsht21.rst62 bit for temperature, which results in typical measurement times of 22 ms for
H A Dw83l785ts.rst42 we don't really know. The driver will retry a given number of times
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0012-linux-user-workaround-for-missing-MAP_SHARED_VALIDAT.patch24 The project aims to support the most recent major version at all times for up
/openbmc/linux/Documentation/translations/zh_CN/mm/
H A Dpage_owner.rst85 XXX times, XXX pages:
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/
H A Di2c_capture_bytes.md12 action can be used multiple times if you wish to capture data from multiple
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_crtc.c637 if (h >= ARRAY_SIZE(crtc->debug.vbl.times)) in dbg_vblank_evade()
638 h = ARRAY_SIZE(crtc->debug.vbl.times) - 1; in dbg_vblank_evade()
639 crtc->debug.vbl.times[h]++; in dbg_vblank_evade()
/openbmc/openbmc-test-automation/systest/
H A Dhtx_hardbootme_test.robot11 # HTX_LOOP The number of times to loop HTX.
15 # $HTX_LOOP times checking for errors every
106 Repeat Keyword ${HTX_LOOP} times Run HTX Exerciser
/openbmc/linux/Documentation/w1/slaves/
H A Dw1_ds2413.rst58 If the write is unsuccessful for three times, the write also returns
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dspeeding-up-build.rst9 build times when dealing with single socket systems (i.e. a single CPU).
45 and directory access times.
/openbmc/linux/arch/sparc/mm/
H A Dfault_64.c257 static int times; in bogus_32bit_fault_tpc() local
259 if (times++ < 10) in bogus_32bit_fault_tpc()
/openbmc/linux/Documentation/userspace-api/media/mediactl/
H A Drequest-func-poll.rst46 when the request was completed. When the function times out it returns
/openbmc/openbmc/poky/meta/recipes-devtools/automake/automake/
H A D0001-automake-Update-for-python.m4-to-respect-libdir.patch28 dnl At times, e.g., when building shared libraries, you may want
/openbmc/openbmc/meta-raspberrypi/.github/actions/docker-build/
H A Daction.yml37 # parallel. So we try this a couple of times to minimize
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/
H A DREADME.md37 - RememberOldPasswordTimes – Number of times old password shouldn’t be allowed
/openbmc/qemu/tests/qemu-iotests/
H A Dpylintrc5 # option multiple times (only on the command line, not in the configuration
/openbmc/linux/net/ipv4/
H A Dicmp.c108 __be32 times[3]; member
1158 icmp_param.data.times[1] = inet_current_timestamp(); in icmp_timestamp()
1159 icmp_param.data.times[2] = icmp_param.data.times[1]; in icmp_timestamp()
1161 BUG_ON(skb_copy_bits(skb, 0, &icmp_param.data.times[0], 4)); in icmp_timestamp()
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-fs-orangefs59 the wait times out after slot_timeout_secs.
/openbmc/u-boot/arch/arm/dts/
H A Dsocfpga_arria5_socdk.dts92 * adjust the falling times to decrease the i2c frequency to 50Khz
/openbmc/linux/Documentation/userspace-api/media/cec/
H A Dcec-func-poll.rst49 then the ``POLLPRI`` flag is set. When the function times out it returns
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/external-system/files/
H A D0001-tools-gen_module_code-atomically-rewrite-the-generat.patch11 being executed 64 times for a Juno build.
/openbmc/linux/Documentation/locking/
H A Dlocktorture.rst140 (C): Number of times the lock was acquired.
142 (D): Min and max number of times threads failed to acquire the lock.
/openbmc/linux/tools/perf/Documentation/
H A Dperf.data-directory-format.txt36 [ perf record: Woken up 1 times to write data ]

12345678910>>...31