Home
last modified time | relevance | path

Searched full:pairs (Results 1 – 25 of 85) sorted by relevance

1234

/qemu/util/
H A Devent.c59 * Pairs with both qemu_event_reset() and qemu_event_wait(). in qemu_event_set()
68 /* Pairs with memory barrier in kernel futex_wait system call. */ in qemu_event_set()
77 /* Pairs with qemu_event_reset()'s load acquire. */ in qemu_event_set()
97 * Pairs with the first memory barrier in qemu_event_set(). in qemu_event_reset()
H A Dqtree.c38 * @short_description: a sorted collection of key/value pairs optimized
42 * collection of key/value pairs optimized for searching and traversing
432 * The tree is automatically 'balanced' as new key/value pairs are added,
492 * The tree is automatically 'balanced' as new key/value pairs are added,
927 * automatically balanced as key/value pairs are added, key lookup
928 * is O(log n) (where n is the number of key/value pairs in the tree).
950 * automatically balanced as key/value pairs are added, key lookup
951 * is O(log n) (where n is the number of key/value pairs in the tree).
1014 * Calls the given function for each of the key/value pairs in the #QTree.
1059 * will proceed among the key/value pairs that have a smaller key; if
[all …]
H A Dasync.c311 * (reading bottom half flags, etc.). Pairs with in aio_ctx_prepare()
491 * Write e.g. ctx->bh_list before writing ctx->notified. Pairs with in aio_notify()
499 * Pairs with smp_mb() in aio_ctx_prepare or aio_poll. in aio_notify()
513 * above clearing of ctx->notified before reads of e.g. bh->flags. Pairs in aio_notify_accept()
H A Drcu.c91 * index->ctr. Pairs with smp_mb_placeholder() in rcu_read_unlock(), in wait_for_readers()
149 * Pairs with smp_mb_placeholder() in rcu_read_lock(). in synchronize_rcu()
H A Dqemu-coroutine-lock.c186 /* Read co before co->ctx; pairs with smp_wmb() in in qemu_co_mutex_wake()
205 * Add waiter before reading mutex->handoff. Pairs with qatomic_set_mb in qemu_co_mutex_lock_slowpath()
/qemu/linux-user/
H A Duser-internals.h131 /* ARM EABI and MIPS expect 64bit types aligned even on pairs or registers */
141 * SysV AVI for PPC32 expects 64bit parameters to be passed on odd/even pairs
147 /* SH4 doesn't align register pairs, except for p{read,write}64 */
/qemu/include/qemu/
H A Dstats64.h133 * 0x1234,0x8000 and we read it as 0x1234,0x0000). Pairs with in stat64_min()
173 * 0x1235,0x0000 and we read it as 0x1235,0x8000). Pairs with in stat64_max()
/qemu/tests/image-fuzzer/qcow2/
H A Dlayout.py562 pairs = []
568 pairs.append(pair)
570 pairs.append(pair)
571 random.shuffle(pairs)
572 for x, s in pairs:
/qemu/block/
H A Drbd.c213 /* The following are essentially all key/value pairs, and we treat in qemu_rbd_parse_filename()
214 * 'id' and 'conf' a bit special. Key/value pairs may be in any order. */ in qemu_rbd_parse_filename()
250 qdict_put(options, "=keyvalue-pairs", in qemu_rbd_parse_filename()
849 keypairs = qdict_get_try_str(options, "=keyvalue-pairs"); in qemu_rbd_co_create_opts()
1052 *keypairs = g_strdup(qdict_get_try_str(options, "=keyvalue-pairs")); in qemu_rbd_attempt_legacy_options()
1054 qdict_del(options, "=keyvalue-pairs"); in qemu_rbd_attempt_legacy_options()
1074 keypairs = g_strdup(qdict_get_try_str(options, "=keyvalue-pairs")); in qemu_rbd_open()
1076 qdict_del(options, "=keyvalue-pairs"); in qemu_rbd_open()
1096 * specified in the older format consisting of all key/value pairs in qemu_rbd_open()
1109 warn_report("RBD options encoded in the filename as keyvalue pairs " in qemu_rbd_open()
/qemu/tests/qemu-iotests/
H A D231.out2 qemu-img: warning: RBD options encoded in the filename as keyvalue pairs is deprecated
/qemu/scripts/ci/
H A Dgitlab-ci-section14 # Section names are [-_.A-Za-z0-9] and the section_start pairs with
/qemu/migration/
H A Dmultifd.c391 * Make sure we read p->pending_job before all the rest. Pairs with in multifd_send()
407 * Making sure p->data is setup before marking pending_job=true. Pairs in multifd_send()
687 * Read pending_job flag before p->data. Pairs with the in multifd_send_thread()
741 * free". Pairs with the smp_mb_acquire() in in multifd_send_thread()
1030 * Order pending_job read before manipulating p->data below. Pairs in multifd_recv()
1040 * Order p->data update before setting pending_job. Pairs with in multifd_recv()
1371 /* pairs with qatomic_store_release() at multifd_recv() */ in multifd_recv_thread()
1424 * pending_job. Pairs with smp_mb_acquire() at in multifd_recv_thread()
/qemu/include/system/
H A Ddevice_tree.h142 * @values: array of number-of-cells, value pairs
174 * @...: list of number-of-cells, value pairs
/qemu/include/semihosting/
H A Dsyscalls.h19 * String operands are in address/len pairs. The len argument may be 0
/qemu/target/hexagon/
H A Dinsn.h23 #define INSTRUCTIONS_MAX 7 /* 2 pairs + loopend */
/qemu/scripts/tracetool/format/
H A Dsimpletrace_stap.py51 # Generate format string and value pairs for record header and arguments
H A D__init__.py44 """Get a list of (name, description) pairs."""
/qemu/docs/system/devices/
H A Dvirtio-pmem.rst42 Multiple virtio pmem devices can be created if multiple pairs of "-object"
/qemu/docs/system/
H A Dbootindex.rst25 into long-form ``-drive`` and ``-device`` option pairs.
/qemu/tests/qtest/
H A Dxlnx-canfd-test.c116 /* Passing the respective array values to all the AFMR and AFIR pairs. */ in enable_filters()
131 /* Enable all the pairs from AFR register. */ in enable_filters()
/qemu/docs/interop/
H A Dqemu-ga.rst128 groups of key-value pairs, interspersed with comments.
/qemu/tests/tcg/ppc64/
H A Dbcdsub.c31 * Use GPR pairs to load the VSR values and place the resulting VSR and\
/qemu/scripts/tracetool/backend/
H A D__init__.py62 """Get a list of (name, description) pairs."""
/qemu/pc-bios/s390-ccw/
H A Dvirtio-blkdev.c95 * Other supported value pairs, if any, would need to be added here.
/qemu/tests/tcg/multiarch/system/
H A Dmemory.c100 ml_printf("Filling test area with s8 pairs (%s):", in init_test_data_s8()
380 ml_printf("Reading s8 pairs from %#lx (offset %d):", ptr, offset); in read_test_data_s8()

1234