Home
last modified time | relevance | path

Searched refs:executed (Results 1 – 25 of 570) sorted by relevance

12345678910>>...23

/openbmc/sdbusplus/test/async/
H A Dtask.cpp32 static auto two(bool& executed) -> task<> in TEST()
36 executed = true; in TEST()
43 bool executed = false; in TEST() local
44 stdexec::sync_wait(_::two(executed)); in TEST()
45 EXPECT_TRUE(executed); in TEST()
84 static auto one(size_t count, size_t& executed) -> task<size_t> in TEST()
88 ++executed; in TEST()
89 co_return (co_await one(count - 1, executed)) + 1; in TEST()
96 size_t executed = 0; in TEST() local
99 _::one(count, executed) | in TEST()
[all …]
H A Dcontext.cpp75 static auto one(size_t count, size_t& executed) in TEST_F()
80 ++executed; in TEST_F()
81 co_return (co_await one(count - 1, executed)) + 1; in TEST_F()
88 size_t executed = 0; in TEST_F() local
90 ctx->spawn(_::one(count, executed) | in TEST_F()
95 EXPECT_EQ(executed, count); in TEST_F()
/openbmc/telemetry/tests/src/
H A Dtest_ensure.cpp13 size_t executed = 0u; member in TestEnsure
18 sut = [this] { ++executed; }; in TEST_F()
21 EXPECT_THAT(executed, Eq(1u)); in TEST_F()
26 sut = [this] { ++executed; }; in TEST_F()
27 sut = [this] { executed += 10; }; in TEST_F()
30 EXPECT_THAT(executed, Eq(11u)); in TEST_F()
/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/
H A D0001-Replace-tclsh-with-tclsh8-in-the-scripts-used-in-the.patch63 # The next line is executed by /bin/sh, but not tcl \
76 # The next line is executed by /bin/sh, but not tcl \
89 # The next line is executed by /bin/sh, but not tcl \
102 # The next line is executed by /bin/sh, but not tcl \
115 # The next line is executed by /bin/sh, but not tcl \
128 # The next line is executed by /bin/sh, but not tcl \
141 # The next line is executed by /bin/sh, but not tcl \
154 # The next line is executed by /bin/sh, but not tcl \
167 # The next line is executed by /bin/sh, but not tcl \
180 # The next line is executed by /bin/sh, but not tcl \
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/dhrystone/dhrystone-2.1/
H A Ddhrystone-c89.patch98 /* executed once */
108 /* executed once */
122 /* executed once */
129 /* then, executed */
137 /* executed once */
146 /* executed once */
170 /* executed once */
185 /* executed three times */
204 /* executed once */
221 /* executed once */
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-devices-online10 .offline() callback is executed for the device and (if
13 this file, the device bus type's .online() callback is executed
20 type's .online() is executed successfully.
H A Dsysfs-driver-ppi31 executed in the pre-OS environment. It is the only input from
60 operation to be executed in the pre-OS environment by the BIOS
71 operation to be executed in the pre-OS environment by the BIOS
/openbmc/linux/Documentation/power/
H A Dpci.rst149 methods" that may be executed by the kernel to perform specific tasks, such as
180 3.0) control method defined for it has to be executed before _PSx. Power
302 These callbacks are executed by the PM core in various situations related to
369 that are executed by the core runtime PM routines. It also implements the
401 the driver's callback is executed, pci_pm_runtime_resume() brings the device
431 management callbacks for this purpose. They are executed in phases such that
457 suspend callback is executed, if present, and its result is returned. Next, if
463 callback is executed, if defined, and its result is returned if it fails.
468 the pci_pm_suspend() callback may be executed in parallel for any pair of PCI
472 The pci_pm_suspend_noirq() routine is executed after suspend_device_irqs() has
[all …]
/openbmc/qemu/docs/devel/
H A Dtcg-icount.rst27 At its heart icount is simply a count of executed instructions which
29 executed instructions can then be used to calculate QEMU_CLOCK_VIRTUAL
35 To be able to calculate the number of executed instructions the
37 executed. The budget of instructions is limited by how long it will be
61 - restore un-executed instructions to the icount budget
H A Dtcg.rst36 After each translated basic block is executed, QEMU uses the simulated
92 pointer composed of the last executed TB’s address and the jump slot
95 The first time this whole sequence is executed, step 1 simply jumps
103 patches the previously executed TB by associating one of its jump
107 The next time this previous TB is executed and we get to that same
122 jump slot index, the address of the TB just executed is also returned.
124 different than the one that was directly executed from the main loop
H A Dreset.rst119 startup), all first phases of all objects are executed, then all second phases
124 1. The **enter** phase is executed when the object enters reset. It resets only
129 2. The **hold** phase is executed for entry into reset, once every object in the
130 group which is being reset has had its *enter* phase executed. At this point
133 3. The **exit** phase is executed when the object leaves the reset state.
137 count is used to ensure phases are executed only when required. *enter* and
138 *hold* phases are executed only when asserting reset for the first time
141 executed).
142 The *exit* phase is executed only when the last reset operation ends. Therefore
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/
H A Dor.md7 Note: All actions in the array will be executed even if an action before the end
9 executed, such as a register read that clears latched fault bits.
H A Dand.md7 Note: All actions in the array will be executed even if an action before the end
9 executed, such as a register read that clears latched fault bits.
H A Dif.md10 If the condition is true, the actions within the "then" property are executed.
12 If the condition is false, the actions within the "else" property are executed
/openbmc/linux/tools/testing/selftests/tc-testing/creating-testcases/
H A DAddingTestCases.txt41 dependsOn: Same as 'skip', but the value is executed as a command. The test
49 Each command can be a string to be executed, or a list consisting
50 of a string which is a command to be executed, followed by 1 or
70 Each command can be a string to be executed, or a list consisting
71 of a string which is a command to be executed, followed by 1 or
/openbmc/linux/Documentation/livepatch/
H A Dcallbacks.rst63 callback will only be executed if its corresponding patch callback was
64 executed. Typical use cases pair a patch handler that acquires and
68 A callback is only executed if its host klp_object is loaded. For
90 No post-patch, pre-unpatch, or post-unpatch callbacks will be executed
96 will only occur if their corresponding post-patch callback executed).
/openbmc/u-boot/drivers/demo/
H A DKconfig17 a message when the 'demo hello' command is executed which targets
26 a shape when the 'demo hello' command is executed which targets
/openbmc/qemu/accel/tcg/
H A Dicount-common.c84 int64_t executed = icount_get_executed(cpu); in icount_update_locked() local
85 cpu->icount_budget -= executed; in icount_update_locked()
88 timers_state.qemu_icount + executed); in icount_update_locked()
/openbmc/linux/Documentation/driver-api/pm/
H A Dnotifiers.rst38 executed and tasks have been thawed.
47 callbacks have been executed and tasks have been thawed.
54 resume callbacks have been executed and tasks have been thawed.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/
H A Dltrace_git.bb4 which are called by an executed process and the signals received by that process. \
5 It can also intercept and print the system calls executed by the program.\
/openbmc/qemu/target/riscv/
H A Ddebug.c747 int count, executed; in riscv_itrigger_update_count()
749 * Record last icount, so that we can evaluate the executed instructions in riscv_itrigger_update_count()
771 * executed instructions since last privilege change in riscv_itrigger_update_count()
774 executed = current_icount - last_icount; in riscv_itrigger_update_count()
775 itrigger_set_count(env, i, count - executed); in riscv_itrigger_update_count()
776 if (count == executed) { in riscv_itrigger_update_count()
782 * the number of executed instructions will be discard and in riscv_itrigger_update_count()
858 int count = itrigger_get_count(env, env->trigger_cur), executed; in itrigger_get_adjust_count()
860 executed = icount_get_raw() - env->last_icount; in itrigger_get_adjust_count()
861 count += executed; in itrigger_get_adjust_count()
745 int count, executed; riscv_itrigger_update_count() local
856 int count = itrigger_get_count(env, env->trigger_cur), executed; itrigger_get_adjust_count() local
[all...]
/openbmc/linux/Documentation/arch/arm64/
H A Damu.rst32 - Instructions retired: increments with every architecturally executed
102 - Security reasons: they might expose information about code executed in
115 - Security reasons: they might expose information about code executed
/openbmc/linux/Documentation/arch/arm/
H A Dkernel_mode_neon.rst13 * Don't sleep in your NEON code, and be aware that it will be executed with
24 may call schedule()], as NEON or VFP instructions will be executed in a
58 * NEON/VFP code is executed with preemption disabled.
75 executed in kernel mode. If such a condition is encountered, the kernel will
/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/share/
H A Ddot.profile1 # ~/.profile: executed by Bourne-compatible login shells.
/openbmc/u-boot/lib/efi_selftest/
H A DKconfig7 This adds an EFI test application to U-Boot that can be executed

12345678910>>...23