/tools/testing/selftests/ftrace/test.d/instances/ |
D | instance.tc | 7 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
|
D | instance-event.tc | 91 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/ |
D | Z6.0+pooncelock+poonceLock+pombonce.litmus | 22 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)
|
D | Z6.0+pooncelock+pooncelock+pombonce.litmus | 21 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)
|
D | ISA2+pooncelock+pooncelock+pombonce.litmus | 20 P1(int *y, int *z, spinlock_t *mylock) 26 WRITE_ONCE(*z, 1); 30 P2(int *x, int *z) 35 r2 = READ_ONCE(*z);
|
D | ISA2+poonceonces.litmus | 20 P1(int *y, int *z) 25 WRITE_ONCE(*z, 1); 28 P2(int *x, int *z) 33 r0 = READ_ONCE(*z);
|
D | Z6.0+pooncerelease+poacquirerelease+fencembonceonce.litmus | 25 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)
|
D | ISA2+pooncerelease+poacquirerelease+poacquireonce.litmus | 22 P1(int *y, int *z) 27 smp_store_release(z, 1); 30 P2(int *x, int *z) 35 r0 = smp_load_acquire(z);
|
D | MP+onceassign+derefonce.litmus | 13 y=z; 14 z=0;
|
/tools/testing/selftests/bpf/progs/ |
D | test_subprogs.c | 19 static __noinline int sub3(int z) in sub3() argument 21 return z + 3 + sub1(4); in sub3()
|
D | test_core_reloc_type_based.c | 24 int z; member 29 typedef struct { int x, y, z; } anon_struct_typedef; member
|
D | btf_dump_test_case_namespacing.c | 66 enum Z *z; in f()
|
D | core_reloc_types.h | 790 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
|
D | test_core_reloc_type_id.c | 25 int z; member
|
D | btf_dump_test_case_syntax.c | 117 int z; member
|
/tools/perf/util/ |
D | s390-cpumsf-kernel.h | 19 unsigned int z:2; /* zeros */ member
|
D | parse-events.l | 360 topdown-[a-z-]+ | 361 tx-capacity-[a-z-]+ | 362 el-capacity-[a-z-]+ { return str(yyscanner, PE_KERNEL_PMU_EVENT); }
|
/tools/memory-model/Documentation/ |
D | recipes.txt | 142 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 …]
|
D | litmus-tests.txt | 690 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/ |
D | cs.po | 310 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/ |
D | kvm_stat.txt | 114 *z*::
|
/tools/testing/selftests/arm64/fp/ |
D | sve-test.S | 24 ldr z\zt, [x\xn] 28 str z\zt, [x\xn]
|
/tools/lib/traceevent/Documentation/ |
D | libtraceevent-event_print.txt | 50 z : NMI context
|
/tools/perf/Documentation/ |
D | perf-top.txt | 125 -z:: 373 [z]::
|
D | perf-probe.txt | 70 classes(e.g. [a-z], [!A-Z]). 229 … pattern and target. So this accepts wildcards('*', '?') and character classes(e.g. [a-z], [!A-Z]).
|