Home
last modified time | relevance | path

Searched refs:exists (Results 1 – 25 of 77) sorted by relevance

1234

/tools/testing/selftests/powerpc/dexcr/
A Ddexcr.c24 volatile bool exists; in dexcr_exists() local
38 exists = false; in dexcr_exists()
40 exists = true; in dexcr_exists()
44 return exists; in dexcr_exists()
/tools/testing/selftests/drivers/net/hw/
A Dpp_alloc_fail.py21 if not os.path.exists("/sys/kernel/debug/fail_function"):
24 if not os.path.exists("/sys/kernel/debug/fail_function/page_pool_alloc_netmems"):
37 if not os.path.exists("/sys/kernel/debug/fail_function"):
40 if os.path.exists("/sys/kernel/debug/fail_function/page_pool_alloc_netmems"):
/tools/memory-model/litmus-tests/
A DSB+rfionceonce-poonceonces.litmus31 locations [0:r1; 1:r3; x; y] (* Debug aid: Print things not in "exists". *)
32 exists (0:r2=0 /\ 1:r4=0)
A DCoWW+poonceonce.litmus18 exists (x=1)
A DCoRR+poonceonce+Once.litmus26 exists (1:r0=1 /\ 1:r1=0)
A DLB+poonceonces.litmus28 exists (0:r0=1 /\ 1:r0=1)
A DS+fencewmbonceonce+poacquireonce.litmus27 exists (x=2 /\ 1:r0=1)
A DCoRW+poonceonce+Once.litmus25 exists (x=2 /\ 0:r0=2)
A DCoWR+poonceonce+Once.litmus25 exists (x=1 /\ 0:r0=2)
A DMP+poonceonces.litmus27 exists (1:r0=1 /\ 1:r1=0) (* Bad outcome. *)
A DMP+pooncerelease+poacquireonce.litmus28 exists (1:r0=1 /\ 1:r1=0) (* Bad outcome. *)
A DR+poonceonces.litmus27 exists (y=2 /\ 1:r0=0)
A DLB+poacquireonce+pooncerelease.litmus29 exists (0:r0=1 /\ 1:r0=1)
A DS+poonceonces.litmus28 exists (x=2 /\ 1:r0=1)
A DSB+poonceonces.litmus29 exists (0:r0=0 /\ 1:r0=0)
A DMP+fencewmbonceonce+fencermbonceonce.litmus30 exists (1:r0=1 /\ 1:r1=0) (* Bad outcome. *)
A DR+fencembonceonces.litmus30 exists (y=2 /\ 1:r0=0)
/tools/testing/selftests/power_supply/
A Dtest_power_supply_properties.sh48 ktap_test_fail "$DEVNAME".exists
52 ktap_test_pass "$DEVNAME".exists
/tools/crypto/ccp/
A Ddbc_cli.py69 if not os.path.exists(args.device):
72 if not os.path.exists(args.signature):
81 if not os.path.exists(args.uid):
A Dtest_dbc.py27 if os.path.exists(fused_part):
52 if os.path.exists(DEVICE_NODE):
71 if not os.path.exists(DEVICE_NODE):
124 if not os.path.exists(DEVICE_NODE):
184 if not os.path.exists(DEVICE_NODE):
/tools/power/x86/intel_pstate_tracer/
A Dintel_pstate_tracer.py104 if os.path.exists(file_name):
125 if os.path.exists(file_name):
144 if os.path.exists(file_name):
159 if os.path.exists(file_name):
174 if os.path.exists('cpu.csv'):
348 if os.path.exists('cpu.csv'):
365 if os.path.exists('cpu.csv'):
549 if not os.path.exists('results'):
555 if os.path.exists(testname):
/tools/power/x86/amd_pstate_tracer/
A Damd_pstate_trace.py68 if os.path.exists(file_name):
85 if os.path.exists(file_name):
100 if os.path.exists(file_name):
178 if os.path.exists('cpu.csv'):
302 if not os.path.exists('results'):
307 if os.path.exists(test_name):
/tools/memory-model/Documentation/
A Dlitmus-tests.txt87 20 exists (1:r0=1 /\ 1:r1=0)
207 "exists" clause indicates a bad result. To see this, invert the "exists"
277 23 exists (1:r0=1 /\ 1:r1=42)
341 23 exists (0:r0=1 /\ 1:r0=1)
410 25 exists (0:r2=0 /\ 1:r4=0)
464 26 exists (0:r2=0 /\ 1:r4=0)
540 29 exists (0:r1=0 /\ 1:r1=0)
653 32 exists (x1=1)
666 7 Condition exists (x1=1)
711 25 exists (1:r0=x /\ 1:r1=0)
[all …]
/tools/verification/rvgen/rvgen/
A Dgenerator.py30 if os.path.exists(self.rv_dir):
36 if os.path.exists(kernel_path):
47 if os.path.exists(os.path.join(kernel_path, "rv_trace.h")):
225 if not os.path.exists(path):
/tools/testing/kunit/
A Dkunit_kernel.py176 if not os.path.exists(path):
185 if not os.path.exists(path):
297 if build_dir and not os.path.exists(build_dir):
310 if os.path.exists(old_path):
317 if not os.path.exists(old_path):
326 if not os.path.exists(kconfig_path):

Completed in 26 milliseconds

1234