| /linux/tools/testing/selftests/sched_ext/ |
| H A D | dequeue.c | 81 static enum scx_test_status run_scenario(struct dequeue *skel, u32 scenario, in run_scenario() argument 94 /* Set the test scenario */ in run_scenario() 95 skel->bss->test_scenario = scenario; in run_scenario() 105 SCX_FAIL_IF(!link, "Failed to attach struct_ops for scenario %s", scenario_name); in run_scenario() 171 if (scenario == 0 || scenario == 1 || in run_scenario() 172 scenario == 3 || scenario == 4) { in run_scenario() 212 status = run_scenario(skel, 0, "Scenario 0: Local DSQ from ops.select_cpu()"); in run() 216 status = run_scenario(skel, 1, "Scenario 1: Global DSQ from ops.select_cpu()"); in run() 220 status = run_scenario(skel, 2, "Scenario 2: User DSQ from ops.select_cpu()"); in run() 224 status = run_scenario(skel, 3, "Scenario 3: Local DSQ from ops.enqueue()"); in run() [all …]
|
| /linux/Documentation/devicetree/bindings/ |
| H A D | common-properties.txt | 33 Scenario 1 : CPU in LE mode & device in LE mode. 41 Scenario 2 : CPU in LE mode & device in BE mode. 49 Scenario 3 : CPU in BE mode & device in BE mode. 57 Scenario 4 : CPU in BE mode & device in LE mode.
|
| /linux/Documentation/translations/it_IT/RCU/ |
| H A D | torture.rst | 188 scenario su otto processori:: 192 O ancora 28 istanze per ogni scenario su otto processori:: 204 kcsan. Da notare che --gdb vi limiterà all'uso di un solo scenario per 247 specifici per scenario si trovano in sotto cartelle che prendono il nome dello 248 scenario stesso (per esempio, "TREE04"). Se un dato scenario viene eseguito più 258 I file solitamente più usati nelle cartelle di scenario sono: 264 Questo file contiene il risultato di compilazione per uno specifico scenario 267 Questo file contiene il risultato d'esecuzione per uno specifico scenario. 351 Questo compilerà lo scenario di base sul sistema locale, poi lo distribuirà agli 352 altri cinque sistemi elencati fra i parametri, ed eseguirà ogni scenario per
|
| /linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| H A D | sf.h | 19 /* Smart Fifo possible scenario */ 71 * @long_delay_timeouts: aging and idle timer values for each scenario 73 * @full_on_timeouts: timer values for each scenario in full on state.
|
| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | nft_fib_nexthop.sh | 10 # In each scenario the route's nexthop set contains veth0 (the iif of the 105 # run the scenario function passed by the caller 106 "$@" || echo "WARN ($what): scenario setup returned non-zero"
|
| /linux/Documentation/crypto/ |
| H A D | devel-algos.rst | 183 ^ | | 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.
|
| /linux/arch/arm/probes/kprobes/ |
| H A D | test-core.c | 1020 static unsigned long test_context_cpsr(int scenario) in test_context_cpsr() argument 1027 cpsr = (scenario & 0xf) << 28; /* N,Z,C,V flags */ in test_context_cpsr() 1028 cpsr |= (scenario & 0xf) << 16; /* GE flags */ in test_context_cpsr() 1029 cpsr |= (scenario & 0x1) << 27; /* Toggle Q flag */ in test_context_cpsr() 1036 if (scenario == 15) in test_context_cpsr() 1046 if (scenario == 15) in test_context_cpsr() 1051 unsigned x = (scenario >> 4); in test_context_cpsr() 1059 if ((scenario & 0xf) == 0xf) in test_context_cpsr() 1074 switch (scenario) { in test_context_cpsr() 1098 int scenario = test_case_run_count>>1; in setup_test_context() local [all …]
|
| /linux/tools/testing/selftests/rcutorture/bin/ |
| H A D | config2csv.sh | 5 # parameters. Run this in the directory containing the scenario files. 11 # specified on the command line. It will examine each scenario's file
|
| H A D | kvm-test-1-run-qemu.sh | 10 # This is assumed to be of the form prefix/ds/scenario, where 11 # "ds" is the top-level date-stamped directory and "scenario" 12 # is the scenario name. Any required adjustments to this file
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | cgroup_tcp_skb.c | 257 /* Scenario 1 */ in test_cgroup_tcp_skb() 278 /* Scenario 2 */ in test_cgroup_tcp_skb() 297 /* Scenario 3 */ in test_cgroup_tcp_skb() 316 /* Scenario 4 */ in test_cgroup_tcp_skb()
|
| /linux/Documentation/driver-api/memory-devices/ |
| H A D | ti-gpmc.rst | 35 in time or in cycles, provision to handle this scenario has been 38 in timing structure, in this scenario, try to correlate peripheral
|
| /linux/Documentation/driver-api/mmc/ |
| H A D | mmc-async-req.rst | 70 request. The host driver may optimize for this scenario to minimize 75 Pseudocode to handle is_first_req scenario with minimal prepare overhead::
|
| /linux/Documentation/locking/ |
| H A D | lockdep-design.rst | 129 deadlock may happen. For example, in the scenario that after this lock 189 could lead to a lock inversion deadlock - even if that lock scenario did 305 every possible hardirq and softirq nesting scenario (which is impossible 327 This problem is solved by checking any given 'locking scenario' (unique 634 waiting scenario and nobody can get progress, therefore a deadlock. 638 Lemma 2 is equivalent to: If there is a deadlock scenario, then there must be a 642 waiting scenario, means there are N CPU/tasks, where CPU/task P1 is waiting for
|
| /linux/arch/x86/realmode/rm/ |
| H A D | trampoline_common.S | 9 * extends to 8-bytes. Reserve enough space for either scenario.
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3588-jaguar-pre-ict-tester.dtso | 106 * the worst case scenario and the pass scenario expect
|
| /linux/Documentation/devicetree/bindings/regmap/ |
| H A D | regmap.txt | 23 Scenario 1 : a register set in big-endian mode.
|
| /linux/Documentation/driver-api/ |
| H A D | ntb.rst | 55 So typical scenario of the first type memory window initialization looks: 73 Typical scenario of the second type interface initialization would be: 93 In accordance with this scenario, the NTB Memory Window API can be used as
|
| /linux/Documentation/devicetree/bindings/regulator/ |
| H A D | richtek,rt4831-regulator.yaml | 22 voltage drop from the heavy loading scenario. But it also make the power
|
| /linux/tools/testing/selftests/drivers/net/team/ |
| H A D | non_ether_header_ops.sh | 5 # Reproduce the non-Ethernet header_ops confusion scenario with:
|
| /linux/drivers/gpu/drm/i915/pxp/ |
| H A D | intel_pxp_pm.c | 46 * re-bound after we come out, so in that scenario we can defer the in _pxp_resume()
|
| /linux/Documentation/networking/ |
| H A D | ipsec.rst | 45 above scenario. The consequence of doing so is small packet(uncompressed)
|
| /linux/Documentation/admin-guide/hw-vuln/ |
| H A D | l1tf.rst | 111 deployment scenario. The mitigations, their protection scope and impact 200 workload scenario and the resulting number of VMEXITs. 238 scenario. Disabling SMT might be a viable alternative for particular 280 the impact depends on the hosting scenario and the type of workloads. 522 the scenario still trigger soft interrupts and schedule kernel threads
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | soft-dirty.rst | 34 there is still a scenario when we can lose soft dirty bits -- a task
|
| /linux/drivers/platform/x86/amd/ |
| H A D | wbrf.c | 255 * - For zero entry scenario, the buffer length will be 4 bytes. in amd_wbrf_retrieve_freq_band() 256 * - For one entry scenario, the buffer length will be 20 bytes. in amd_wbrf_retrieve_freq_band()
|
| /linux/tools/thermal/thermometer/ |
| H A D | thermometer.8 | 28 postfix to identify them for example for a specific scenario. The
|