/openbmc/qemu/scripts/simplebench/ |
H A D | simplebench.py | 84 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 D | migrate.h | 50 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 D | breakpoint_test_arm64.c | 202 bool succeeded = true; in main() local 227 succeeded = false; in main() 242 succeeded = false; in main() 246 if (succeeded) in main()
|
H A D | step_after_suspend_test.c | 170 bool succeeded = true; in main() local 220 succeeded = false; in main() 225 if (succeeded) in main()
|
/openbmc/openbmc/poky/scripts/ |
H A D | bitbake-prserv-tool | 39 [ -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 D | numastat.rst | 12 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 D | oxygen_io.c | 120 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 D | me_to_redfish_hooks.cpp | 171 auto succeeded = selData.eventData3 >> 7 & 0b1; in messageHook() local 172 if (succeeded) in messageHook()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-kernel-mm-cma | 19 the number of pages CMA API succeeded to allocate
|
/openbmc/linux/Documentation/scsi/scsi_transport_srp/ |
H A D | rport_state_diagram.dot | 15 … -> 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 D | avoid-running-host-binaries-for-sanity.patch | 25 - echo >&2 '*** '"\"make ${make-target}\" succeeded, but Emacs is not functional."; \
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libcamera/libcamera/ |
H A D | 0001-media_device-Add-bool-return-type-to-unlock.patch | 9 check if lockf failed or succeeded, however, that piece is not changed
|
/openbmc/linux/Documentation/userspace-api/media/dvb/ |
H A D | ca-fopen.rst | 52 When an ``open()`` call has succeeded, the device will be ready for use. The
|
H A D | frontend_f_open.rst | 65 When an open() call has succeeded, the device will be ready for use in
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | task.hpp | 323 succeeded, enumerator 411 return __task::disposition::succeeded; in disposition()
|
/openbmc/linux/drivers/staging/media/av7110/ |
H A D | video-fopen.rst | 67 When an open() call has succeeded, the device will be ready for use. The
|
H A D | audio-fopen.rst | 66 succeeded, the device will be ready for use. The significance of
|
/openbmc/qemu/docs/devel/ |
H A D | loads-stores.rst | 355 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 D | 0001-Added-handshake-history-reporting-when-test-fails.patch | 161 - /* Both parties succeeded. */ 245 + /* Both parties succeeded. */
|
/openbmc/linux/tools/testing/selftests/ftrace/ |
H A D | README | 52 * PASS: The test succeeded as expected. The test which exits with 0 is
|
/openbmc/qemu/util/ |
H A D | trace-events | 66 …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 D | notifiers.rst | 62 ``PM_SUSPEND_PREPARE`` event, the notifiers that have already succeeded for that
|
/openbmc/linux/Documentation/core-api/ |
H A D | netlink.rst | 34 commands. User only gets information whether the operation succeeded or
|
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/ |
H A D | mdadm_4.3.bb | 80 -e 's/echo "succeeded"/echo -e "PASS: $_script"/g' \
|
/openbmc/linux/Documentation/networking/ |
H A D | snmp_counter.rst | 1088 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!
|