Home
last modified time | relevance | path

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

123

/qemu/hw/i2c/
H A Domap_i2c.c54 uint8_t times[2]; member
154 s->times[0] = 0; in omap_i2c_reset()
155 s->times[1] = 0; in omap_i2c_reset()
245 return s->times[0]; in omap_i2c_read()
248 return s->times[1]; in omap_i2c_read()
383 s->times[0] = value; in omap_i2c_write()
387 s->times[1] = value; in omap_i2c_write()
/qemu/hw/9pfs/
H A Dcofs.c122 struct timespec times[2]) in v9fs_co_utimensat()
133 err = s->ops->utimensat(&s->ctx, path, times); in v9fs_co_utimensat()
143 struct timespec times[2]) in v9fs_co_futimens()
153 err = s->ops->futimens(&s->ctx, fidp->fid_type, &fidp->fs, times); in v9fs_co_futimens()
H A D9p.c1717 struct timespec times[2]; in v9fs_setattr() local
1720 times[0].tv_sec = v9iattr.atime_sec; in v9fs_setattr()
1721 times[0].tv_nsec = v9iattr.atime_nsec; in v9fs_setattr()
1723 times[0].tv_nsec = UTIME_NOW; in v9fs_setattr()
1726 times[0].tv_nsec = UTIME_OMIT; in v9fs_setattr()
1730 times[1].tv_sec = v9iattr.mtime_sec; in v9fs_setattr()
1731 times[1].tv_nsec = v9iattr.mtime_nsec; in v9fs_setattr()
1733 times[1].tv_nsec = UTIME_NOW; in v9fs_setattr()
1736 times[1].tv_nsec = UTIME_OMIT; in v9fs_setattr()
1739 err = v9fs_co_futimens(pdu, fidp, times); in v9fs_setattr()
[all …]
H A Dcoth.h75 struct timespec times[2]);
/qemu/tests/functional/acpi-bits/bits-tests/
H A Dsmilatency.py267 BinType = namedtuple('BinType', ("max", "total", "count", "times"))
78 deltas = (bits.format_tsc(t2 - t1) for t1,t2 in zip(bin.times, bin.times[1:]))
/qemu/docs/
H A Dqemu-option-trace.rst.inc10 specify the :option:`-trace` option multiple times.
H A Dmulti-thread-compression.txt34 The decompression speed of Zlib is at least 4 times as quick as
36 keeping the compression thread count 4 times the decompression
/qemu/docs/devel/
H A Dwriting-monitor-commands.rst166 # @times: how many times to print the message (default: 1)
171 'data': { '*message': 'str', '*times': 'int' } }
174 'message' of QAPI type 'str', and an argument 'times' of QAPI type
180 void qmp_hello_world(const char *message, bool has_times, int64_t times,
187 times = 1;
190 for (int i = 0; i < times; i++) {
305 2. We chose not to support the "times" argument in HMP
H A Dmaintainers.rst105 .. [#2020] In recent pandemic times we have had to exercise some
H A Dtracing.rst116 namespace clean and compile times and dependencies down.
378 If a specific trace event is going to be invoked a huge number of times, this
/qemu/scripts/qapi/
H A Dpylintrc7 # option multiple times (only on the command line, not in the configuration
/qemu/fsdev/
H A Dfile-op-9p.h133 const struct timespec *times);
/qemu/tests/qemu-iotests/
H A Dpylintrc5 # option multiple times (only on the command line, not in the configuration
/qemu/docs/devel/testing/
H A Dblkverify.rst12 of the executable. Other times obscure errors are raised by a program inside
/qemu/linux-user/mips/
H A Dsyscall-args-o32.c.inc44 [ 43] = 1, /* times */
/qemu/ui/
H A Dvnc.c3034 int count = ARRAY_SIZE(rect->times); in vnc_update_stats()
3037 if (!timerisset(&rect->times[count - 1])) { in vnc_update_stats()
3041 max = rect->times[(rect->idx + count - 1) % count]; in vnc_update_stats()
3047 memset(rect->times, 0, sizeof (rect->times)); in vnc_update_stats()
3051 min = rect->times[rect->idx]; in vnc_update_stats()
3052 max = rect->times[(rect->idx + count - 1) % count]; in vnc_update_stats()
3094 rect->times[rect->idx] = *tv; in vnc_rect_updated()
3095 rect->idx = (rect->idx + 1) % ARRAY_SIZE(rect->times); in vnc_rect_updated()
H A Dvnc.h111 struct timeval times[10]; member
/qemu/docs/specs/
H A Divshmem-spec.rst201 repeated N times. Each repetition is accompanied by one file
207 5. Interrupt setup. This is the client's own ID, repeated N times.
/qemu/docs/system/
H A Dreplay.rst15 used for replaying the execution anywhere and for unlimited number of times.
24 * Writes execution log into the file for later replaying for multiple times
H A Dvm-templating.rst14 in fast startup times and reduced memory consumption.
/qemu/docs/system/s390x/
H A Dvfio-ap.rst380 to the ``assign_adapter`` file. This may be done multiple times to assign more
411 file. This may also be done multiple times to unassign more than one adapter.
415 ``assign_domain`` file. This may be done multiple times to assign more than one
446 ``unassign_domain`` file. This may be done multiple times to unassign more than
451 ``assign_control_domain`` file. This may be done multiple times to
468 ``unassign_domain`` file. This may be done multiple times to unassign more than
/qemu/python/
H A Dsetup.cfg134 # option multiple times (only on the command line, not in the configuration
/qemu/docs/devel/migration/
H A Dmapped-ram.rst14 pages which are dirtied multiple times will always go to a fixed
/qemu/docs/system/i386/
H A Dmicrovm.rst60 times, but it's also compatible with ``SeaBIOS``.
H A Damd-memory-encryption.rst75 multiple times to encrypt different memory regions. The command also calculates
196 called multiple times to encrypt different memory regions. The command also

123