Home
last modified time | relevance | path

Searched refs:z (Results 1 – 25 of 31) sorted by relevance

12

/tools/testing/selftests/ftrace/test.d/instances/
Dinstance.tc7 rmdir x y z 2>/dev/null
31 mkdir z
34 rmdir z
71 mkdir x y z
72 ls x y z
73 rmdir x y z
74 for d in x y z; do
Dinstance-event.tc91 mkdir z
94 rmdir z
131 mkdir x y z
132 ls x y z
133 rmdir x y z
134 for d in x y z; do
/tools/memory-model/litmus-tests/
DZ6.0+pooncelock+poonceLock+pombonce.litmus22 P1(int *y, int *z, spinlock_t *mylock)
29 WRITE_ONCE(*z, 1);
33 P2(int *x, int *z)
37 WRITE_ONCE(*z, 2);
42 exists (1:r0=1 /\ z=2 /\ 2:r1=0)
DZ6.0+pooncelock+pooncelock+pombonce.litmus21 P1(int *y, int *z, spinlock_t *mylock)
27 WRITE_ONCE(*z, 1);
31 P2(int *x, int *z)
35 WRITE_ONCE(*z, 2);
40 exists (1:r0=1 /\ z=2 /\ 2:r1=0)
DISA2+pooncelock+pooncelock+pombonce.litmus20 P1(int *y, int *z, spinlock_t *mylock)
26 WRITE_ONCE(*z, 1);
30 P2(int *x, int *z)
35 r2 = READ_ONCE(*z);
DISA2+poonceonces.litmus20 P1(int *y, int *z)
25 WRITE_ONCE(*z, 1);
28 P2(int *x, int *z)
33 r0 = READ_ONCE(*z);
DZ6.0+pooncerelease+poacquirerelease+fencembonceonce.litmus25 P1(int *y, int *z)
30 smp_store_release(z, 1);
33 P2(int *x, int *z)
37 WRITE_ONCE(*z, 2);
42 exists (1:r0=1 /\ z=2 /\ 2:r1=0)
DISA2+pooncerelease+poacquirerelease+poacquireonce.litmus22 P1(int *y, int *z)
27 smp_store_release(z, 1);
30 P2(int *x, int *z)
35 r0 = smp_load_acquire(z);
DMP+onceassign+derefonce.litmus13 y=z;
14 z=0;
/tools/testing/selftests/bpf/progs/
Dtest_subprogs.c19 static __noinline int sub3(int z) in sub3() argument
21 return z + 3 + sub1(4); in sub3()
Dtest_core_reloc_type_based.c24 int z; member
29 typedef struct { int x, y, z; } anon_struct_typedef; member
Dbtf_dump_test_case_namespacing.c66 enum Z *z; in f()
Dcore_reloc_types.h790 struct { int x; int y; int z; } struct_field; member
857 int z; member
862 typedef struct { int x, y, z; } anon_struct_typedef; member
906 char z; member
958 int z; member
Dtest_core_reloc_type_id.c25 int z; member
Dbtf_dump_test_case_syntax.c117 int z; member
/tools/perf/util/
Ds390-cpumsf-kernel.h19 unsigned int z:2; /* zeros */ member
Dparse-events.l360 topdown-[a-z-]+ |
361 tx-capacity-[a-z-]+ |
362 el-capacity-[a-z-]+ { return str(yyscanner, PE_KERNEL_PMU_EVENT); }
/tools/memory-model/Documentation/
Drecipes.txt142 WRITE_ONCE(z, 1);
148 WRITE_ONCE(z, 2);
154 the final value of r0 be 1, the final value of z be 2, and the final
176 WRITE_ONCE(z, 1);
182 WRITE_ONCE(z, 2);
251 int z;
252 int *y = &z;
422 smp_store_release(&z, 1);
427 r1 = smp_load_acquire(z);
439 before CPU1()'s store to z, but this is not the case:
[all …]
Dlitmus-tests.txt690 4 y=z;
691 5 z=0;
713 Line 4's "y=z" may seem odd, given that "z" has not yet been initialized.
714 But "y=z" does not set the value of "y" to that of "z", but instead
715 sets the value of "y" to the *address* of "z". Lines 4 and 5 therefore
716 create a simple linked list, with "y" pointing to "z" and "z" having a
726 from "y", replacing "z".
741 4 1:r0=z; 1:r1=0;
750 The only possible outcomes feature P1() loading a pointer to "z"
777 6 y=z; (* C *)
[all …]
/tools/power/cpupower/po/
Dcs.po310 msgstr " CPU, které musí měnit frekvenci zároveň: "
315 msgstr " CPU, které musí měnit frekvenci zároveň: "
403 " z hardware (dostupné jen uživateli root) *\n"
435 " -a, --affected-cpus Zjistí, které CPU musí měnit frekvenci zároveň *\n"
443 " -a, --affected-cpus Zjistí, které CPU musí měnit frekvenci zároveň *\n"
512 msgstr "Zadaný parametr nemůže být použit zároveň s přepínačem -c nebo --cpu\n"
608 "2. Přepínač -f nebo --freq nemůže být použit zároveň s žádným jiným vyjma -"
647 "přepínač -f/--freq nemůže být použit zároveň\n"
/tools/kvm/kvm_stat/
Dkvm_stat.txt114 *z*::
/tools/testing/selftests/arm64/fp/
Dsve-test.S24 ldr z\zt, [x\xn]
28 str z\zt, [x\xn]
/tools/lib/traceevent/Documentation/
Dlibtraceevent-event_print.txt50 z : NMI context
/tools/perf/Documentation/
Dperf-top.txt125 -z::
373 [z]::
Dperf-probe.txt70 classes(e.g. [a-z], [!A-Z]).
229 … pattern and target. So this accepts wildcards('*', '?') and character classes(e.g. [a-z], [!A-Z]).

12