Home
last modified time | relevance | path

Searched refs:succeeded (Results 1 – 25 of 102) sorted by relevance

12345

/openbmc/qemu/scripts/simplebench/
H A Dsimplebench.py84 succeeded = [r for r in runs if ('seconds' in r or 'iops' in r)]
85 if succeeded:
86 if 'iops' in succeeded[0]:
87 assert all('iops' in r for r in succeeded)
90 assert all('seconds' in r for r in succeeded)
91 assert all('iops' not in r for r in succeeded)
94 result['average'] = statistics.mean(r[dim] for r in succeeded)
95 if len(succeeded) == 1:
98 result['stdev'] = statistics.stdev(r[dim] for r in succeeded)
100 if len(succeeded) < count:
[all …]
/openbmc/linux/include/trace/events/
H A Dmigrate.h50 TP_PROTO(unsigned long succeeded, unsigned long failed,
54 TP_ARGS(succeeded, failed, thp_succeeded, thp_failed,
58 __field( unsigned long, succeeded)
68 __entry->succeeded = succeeded;
78 __entry->succeeded,
/openbmc/linux/tools/testing/selftests/breakpoints/
H A Dbreakpoint_test_arm64.c202 bool succeeded = true; in main() local
227 succeeded = false; in main()
242 succeeded = false; in main()
246 if (succeeded) in main()
H A Dstep_after_suspend_test.c170 bool succeeded = true; in main() local
220 succeeded = false; in main()
225 if (succeeded) in main()
/openbmc/openbmc/poky/scripts/
H A Dbitbake-prserv-tool39 [ -e $s ] && mv -f $s $file && echo "Exporting to file $file succeeded!"
54 …[ $ret -eq 0 ] && echo "Importing from file $file succeeded!" || echo "Importing from file $file f…
/openbmc/linux/Documentation/admin-guide/
H A Dnumastat.rst12 the preferred node and numa_miss on the node where allocation succeeded.
26 and succeeded.
41 and succeeded.
/openbmc/linux/sound/pci/oxygen/
H A Doxygen_io.c120 unsigned int count, succeeded; in oxygen_write_ac97() local
127 succeeded = 0; in oxygen_write_ac97()
133 ++succeeded >= 2) { in oxygen_write_ac97()
/openbmc/intel-ipmi-oem/src/
H A Dme_to_redfish_hooks.cpp171 auto succeeded = selData.eventData3 >> 7 & 0b1; in messageHook() local
172 if (succeeded) in messageHook()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-mm-cma19 the number of pages CMA API succeeded to allocate
/openbmc/linux/Documentation/scsi/scsi_transport_srp/
H A Drport_state_diagram.dot15 … -> running [ label = "fast_io_fail_tmo = off and\ndev_loss_tmo = off;\nreconnecting succeeded" ];
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/emacs/files/
H A Davoid-running-host-binaries-for-sanity.patch25 - echo >&2 '*** '"\"make ${make-target}\" succeeded, but Emacs is not functional."; \
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libcamera/libcamera/
H A D0001-media_device-Add-bool-return-type-to-unlock.patch9 check if lockf failed or succeeded, however, that piece is not changed
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Dca-fopen.rst52 When an ``open()`` call has succeeded, the device will be ready for use. The
H A Dfrontend_f_open.rst65 When an open() call has succeeded, the device will be ready for use in
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dtask.hpp323 succeeded, enumerator
411 return __task::disposition::succeeded; in disposition()
/openbmc/linux/drivers/staging/media/av7110/
H A Dvideo-fopen.rst67 When an open() call has succeeded, the device will be ready for use. The
H A Daudio-fopen.rst66 succeeded, the device will be ready for use. The significance of
/openbmc/qemu/docs/devel/
H A Dloads-stores.rst355 succeeded using a MemTxResult return code.
412 whether the transaction succeeded or failed.
414 The fact that they ignore whether the transaction succeeded means
451 ignore whether the memory transaction succeeded or failed.
/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/openssl/
H A D0001-Added-handshake-history-reporting-when-test-fails.patch161 - /* Both parties succeeded. */
245 + /* Both parties succeeded. */
/openbmc/linux/tools/testing/selftests/ftrace/
H A DREADME52 * PASS: The test succeeded as expected. The test which exits with 0 is
/openbmc/qemu/util/
H A Dtrace-events66 …st_path_success(const void *lockcnt, int expected, int new) "lockcnt %p fast path %d->%d succeeded"
68 …cnt_unlock_success(const void *lockcnt, int expected, int new) "lockcnt %p unlock %d->%d succeeded"
/openbmc/linux/Documentation/driver-api/pm/
H A Dnotifiers.rst62 ``PM_SUSPEND_PREPARE`` event, the notifiers that have already succeeded for that
/openbmc/linux/Documentation/core-api/
H A Dnetlink.rst34 commands. User only gets information whether the operation succeeded or
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/
H A Dmdadm_4.3.bb80 -e 's/echo "succeeded"/echo -e "PASS: $_script"/g' \
/openbmc/linux/Documentation/networking/
H A Dsnmp_counter.rst1088 Connection to 192.168.122.251 9000 port [tcp/*] succeeded!
1130 Connection to nstat-b 9000 port [tcp/*] succeeded!
1135 Connection to nstat-b 9000 port [tcp/*] succeeded!
1169 Connection to nstat-b 9000 port [tcp/*] succeeded!
1514 Connection to nstat-b 9000 port [tcp/*] succeeded!
1530 won't see the "Connection to ... succeeded!" string, because kernel
1532 on an old kernel, you would see that the connection is succeeded,
1712 Connection to nstat-b 9000 port [tcp/*] succeeded!
1755 Connection to nstat-b 9000 port [tcp/*] succeeded!
1758 Connection to nstat-b 9001 port [tcp/*] succeeded!

12345