/qemu/hw/i2c/ |
H A D | omap_i2c.c | 54 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 D | cofs.c | 122 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 D | 9p.c | 1717 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 D | coth.h | 75 struct timespec times[2]);
|
/qemu/tests/functional/acpi-bits/bits-tests/ |
H A D | smilatency.py2 | 67 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 D | qemu-option-trace.rst.inc | 10 specify the :option:`-trace` option multiple times.
|
H A D | multi-thread-compression.txt | 34 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 D | writing-monitor-commands.rst | 166 # @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 D | maintainers.rst | 105 .. [#2020] In recent pandemic times we have had to exercise some
|
H A D | tracing.rst | 116 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 D | pylintrc | 7 # option multiple times (only on the command line, not in the configuration
|
/qemu/fsdev/ |
H A D | file-op-9p.h | 133 const struct timespec *times);
|
/qemu/tests/qemu-iotests/ |
H A D | pylintrc | 5 # option multiple times (only on the command line, not in the configuration
|
/qemu/docs/devel/testing/ |
H A D | blkverify.rst | 12 of the executable. Other times obscure errors are raised by a program inside
|
/qemu/linux-user/mips/ |
H A D | syscall-args-o32.c.inc | 44 [ 43] = 1, /* times */
|
/qemu/ui/ |
H A D | vnc.c | 3034 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 D | vnc.h | 111 struct timeval times[10]; member
|
/qemu/docs/specs/ |
H A D | ivshmem-spec.rst | 201 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 D | replay.rst | 15 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 D | vm-templating.rst | 14 in fast startup times and reduced memory consumption.
|
/qemu/docs/system/s390x/ |
H A D | vfio-ap.rst | 380 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 D | setup.cfg | 134 # option multiple times (only on the command line, not in the configuration
|
/qemu/docs/devel/migration/ |
H A D | mapped-ram.rst | 14 pages which are dirtied multiple times will always go to a fixed
|
/qemu/docs/system/i386/ |
H A D | microvm.rst | 60 times, but it's also compatible with ``SeaBIOS``.
|
H A D | amd-memory-encryption.rst | 75 multiple times to encrypt different memory regions. The command also calculates 196 called multiple times to encrypt different memory regions. The command also
|