Home
last modified time | relevance | path

Searched refs:scenario (Results 1 – 25 of 187) sorted by relevance

12345678

/openbmc/libmctp/tests/
H A Dtest_serial.c75 struct serial_test scenario[2]; in main() local
112 scenario[0].mctp = mctp_init(); in main()
113 assert(scenario[0].mctp); in main()
114 scenario[0].binding.serial = mctp_serial_init(); in main()
115 assert(scenario[0].binding.serial); in main()
116 a = &scenario[0].binding; in main()
121 mctp_register_bus(scenario[0].mctp, mctp_binding_serial_core(a->serial), in main()
125 scenario[1].mctp = mctp_init(); in main()
126 assert(scenario[1].mctp); in main()
127 mctp_set_rx_all(scenario[1].mctp, rx_message, NULL); in main()
[all …]
H A Dtest_i2c.c219 struct i2c_test scenario[2]; in main() local
220 struct i2c_test *tx_test = &scenario[0]; in main()
221 struct i2c_test *rx_test = &scenario[1]; in main()
225 memset(scenario, 0x0, sizeof(scenario)); in main()
242 mctp_i2c_setup(tx_test->i2c, I2C_ADDR_A, test_i2c_tx, scenario); in main()
252 mctp_set_rx_all(rx_test->mctp, test_i2c_rxmsg, scenario); in main()
/openbmc/qemu/tests/migration/guestperf/
H A Dengine.py109 def _migrate(self, hardware, scenario, src, dst, connect_uri): argument
132 if scenario._auto_converge:
139 cpu_throttle_increment=scenario._auto_converge_step)
141 if scenario._post_copy:
154 max_bandwidth=scenario._bandwidth * 1024 * 1024)
157 downtime_limit=scenario._downtime)
159 if scenario._compression_mt:
166 compress_threads=scenario._compression_mt_threads)
173 decompress_threads=scenario._compression_mt_threads)
175 if scenario._compression_xbzrle:
[all …]
H A Dplot.py500 scenario = report._scenario
561 """ % (scenario._downtime, scenario._bandwidth,
562 scenario._max_iters, scenario._max_time,
563 "yes" if scenario._pause else "no", scenario._pause_iters,
564 "yes" if scenario._post_copy else "no", scenario._post_copy_iters,
565 "yes" if scenario._auto_converge else "no", scenario._auto_converge_step,
566 "yes" if scenario._compression_mt else "no", scenario._compression_mt_threads,
567 "yes" if scenario._compression_xbzrle else "no", scenario._compression_xbzrle_cache))
H A Dshell.py31 from guestperf.scenario import Scenario
184 scenario = self.get_scenario(args)
187 report = engine.run(hardware, scenario)
224 for scenario in comparison._scenarios:
225 name = os.path.join(comparison._name, scenario._name)
235 filename = os.path.join(dirname, scenario._name + ".json")
238 report = engine.run(hardware, scenario)
H A Dreport.py23 from guestperf.scenario import Scenario
31 scenario, argument
44 self._scenario = scenario
H A Dcomparison.py20 from guestperf.scenario import Scenario
/openbmc/linux/arch/arm/probes/kprobes/
H A Dtest-core.c1021 static unsigned long test_context_cpsr(int scenario) in test_context_cpsr() argument
1028 cpsr = (scenario & 0xf) << 28; /* N,Z,C,V flags */ in test_context_cpsr()
1029 cpsr |= (scenario & 0xf) << 16; /* GE flags */ in test_context_cpsr()
1030 cpsr |= (scenario & 0x1) << 27; /* Toggle Q flag */ in test_context_cpsr()
1037 if (scenario == 15) in test_context_cpsr()
1047 if (scenario == 15) in test_context_cpsr()
1052 unsigned x = (scenario >> 4); in test_context_cpsr()
1060 if ((scenario & 0xf) == 0xf) in test_context_cpsr()
1075 switch (scenario) { in test_context_cpsr()
1099 int scenario = test_case_run_count>>1; in setup_test_context() local
[all …]
/openbmc/linux/tools/testing/selftests/rcutorture/bin/
H A Dkvm-test-1-run-batch.sh26 echo Bad scenario name: \"$i\" 1>&2
78 affinity_export="`awk -f $T/cpubatches.awk -v cpu_count="$cpu_count" -v scenario=$i < /dev/null`"
/openbmc/linux/Documentation/RCU/
H A Dtorture.rst195 eight-CPU scenario::
211 Note that --gdb limits you to one scenario per kvm.sh run and requires
253 directory (2020.01.20-15.54.23 in the example above), while per-scenario
254 files reside in a subdirectory named after the scenario (for example,
255 "TREE04"). If a given scenario ran more than once (as in "--configs
257 subsequent runs of that scenario include a sequence number, for example,
264 The most frequently used files in each per-scenario-run directory are:
270 This contains build output for a specific scenario.
273 This contains the console output for a specific scenario.
357 This will build each default scenario's kernel on the local system, then
[all …]
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_network_mac.robot49 # MAC address scenario
57 # MAC address scenario
88 # invalid_MAC scenario
118 # MAC address scenario
/openbmc/phosphor-pid-control/notimpl/
H A DREADME2 write-only object in whatever scenario.
/openbmc/linux/Documentation/crypto/
H A Ddevel-algos.rst183 ^ | | at all in this scenario.
189 ^ | | at all in this scenario.
206 .setkey() -> .init() -> .update() -> .export() at all in this scenario.
215 ^ | | at all in this scenario.
/openbmc/docs/designs/
H A Dpower-recovery.md28 run services in this scenario.
30 A brownout is another scenario that commonly utilizes automated power-on
31 recovery features. A brownout is a scenario where BMC firmware detects (or is
38 brownout scenario. A UPS has a limited amount of power so it's main purpose is
103 this scenario after a BMC reboot, chassis-state-manager will check to see what
156 entire system is imminent(i.e. a blackout scenario where BMC will also lose
268 scenario is present when the system can no longer remain on.
273 Similar to the above brownout scenario, phosphor-state-manager will ensure
/openbmc/u-boot/doc/
H A DREADME.omap-ulpi-viewport22 Ex: scenario:
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/
H A Dmakefile-libbb-race.patch4 This patch avoids this scenario by building libbb as the last directory.
/openbmc/linux/Documentation/driver-api/mmc/
H A Dmmc-async-req.rst70 request. The host driver may optimize for this scenario to minimize
75 Pseudocode to handle is_first_req scenario with minimal prepare overhead::
/openbmc/linux/Documentation/driver-api/memory-devices/
H A Dti-gpmc.rst35 in time or in cycles, provision to handle this scenario has been
38 in timing structure, in this scenario, try to correlate peripheral
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/raptor2/raptor2/
H A D0001-Remove-the-access-to-entities-checked-private-symbol.patch10 scenario.
/openbmc/qemu/docs/devel/migration/
H A Dmapped-ram.rst54 that's the ideal scenario for mapped-ram migration. Not having to
69 mapped-ram in this scenario is portability since background-snapshot
/openbmc/linux/Documentation/admin-guide/hw-vuln/
H A Dsrso.rst8 known scenario of poisoning CPU functional units - the Branch Target
102 Mitigation addressing the cloud provider scenario - the Guest->Host
/openbmc/linux/Documentation/networking/
H A Dipsec.rst45 above scenario. The consequence of doing so is small packet(uncompressed)
/openbmc/openbmc/meta-security/recipes-ids/suricata/files/
H A DCVE-2024-37151.patch11 A logic error lead to the following scenario:
/openbmc/openbmc/poky/meta/recipes-bsp/alsa-state/
H A Dalsa-state.bb7 SUMMARY = "Alsa scenario files to enable alsa state restoration"
/openbmc/linux/Documentation/admin-guide/mm/
H A Dsoft-dirty.rst34 there is still a scenario when we can lose soft dirty bits -- a task

12345678