/tools/testing/selftests/powerpc/ptrace/ |
D | child.h | 29 #define CHILD_FAIL_IF(x, sync) \ argument 34 (sync)->child_gave_up = true; \ 35 prod_parent(sync); \ 40 #define PARENT_FAIL_IF(x, sync) \ argument 45 (sync)->parent_gave_up = true; \ 46 prod_child(sync); \ 51 #define PARENT_SKIP_IF_UNSUPPORTED(x, sync) \ argument 54 (sync)->parent_gave_up = true; \ 55 prod_child(sync); \ 60 int init_child_sync(struct child_sync *sync) in init_child_sync() argument [all …]
|
/tools/testing/selftests/android/ion/ |
D | ionmap_test.c | 89 struct dma_buf_sync sync = { 0 }; in main() local 115 sync.flags = DMA_BUF_SYNC_START | DMA_BUF_SYNC_RW; in main() 116 ret = ioctl(info.buffd, DMA_BUF_IOCTL_SYNC, &sync); in main() 122 sync.flags = DMA_BUF_SYNC_END | DMA_BUF_SYNC_RW; in main() 123 ret = ioctl(info.buffd, DMA_BUF_IOCTL_SYNC, &sync); in main()
|
/tools/testing/selftests/networking/timestamping/ |
D | timestamping.c | 72 static const unsigned char sync[] = { variable 123 res = sendto(sock, sync, sizeof(sync), 0, in sendpacket() 213 if (res < sizeof(sync)) in printpacket() 215 else if (!memcmp(sync, data + res - sizeof(sync), in printpacket() 216 sizeof(sync))) in printpacket()
|
/tools/testing/selftests/pstore/ |
D | pstore_crash_test | 25 sync
|
/tools/memory-model/ |
D | linux-kernel.def | 48 synchronize_rcu() { __fence{sync-rcu}; } 49 synchronize_rcu_expedited() { __fence{sync-rcu}; } 54 synchronize_srcu(X) { __srcu{sync-srcu}(X); } 55 synchronize_srcu_expedited(X) { __srcu{sync-srcu}(X); }
|
D | linux-kernel.bell | 30 'sync-rcu (*synchronize_rcu*) || 38 enum SRCU = 'srcu-lock || 'srcu-unlock || 'sync-srcu
|
/tools/testing/selftests/sync/ |
D | Makefile | 16 OBJS = sync_test.o sync.o
|
/tools/testing/selftests/powerpc/math/ |
D | vsx_asm.S | 37 sync
|
D | fpu_asm.S | 110 sync
|
D | vmx_asm.S | 127 sync
|
/tools/testing/selftests/firmware/ |
D | fw_lib.sh | 137 sync
|
/tools/objtool/ |
D | Makefile | 46 @$(CONFIG_SHELL) ./sync-check.sh
|
/tools/perf/scripts/python/ |
D | compaction-times.py | 235 sync, status): argument 242 sync): argument
|
/tools/power/pm-graph/config/ |
D | example.cfg | 45 # run sync before the test, minimizes sys_sync call time (default: false) 46 sync: true
|
/tools/build/ |
D | Makefile.feature | 37 sync-compare-and-swap \
|
/tools/build/feature/ |
D | Makefile | 10 test-sync-compare-and-swap.bin \ 257 $(OUTPUT)test-sync-compare-and-swap.bin:
|
/tools/testing/selftests/ |
D | Makefile | 48 TARGETS += sync
|
/tools/include/uapi/sound/ |
D | asound.h | 342 union snd_pcm_sync_id sync; /* hardware synchronization ID */ member
|
/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 173 162 common sync __x64_sys_sync
|
/tools/perf/arch/s390/entry/syscalls/ |
D | syscall.tbl | 40 36 common sync sys_sync sys_sync
|
/tools/perf/arch/powerpc/entry/syscalls/ |
D | syscall.tbl | 57 36 common sync sys_sync
|
/tools/perf/Documentation/ |
D | perf-stat.txt | 175 perf stat --repeat 10 --null --sync --pre 'make -s O=defconfig-build/clean' -- make -s -j64 O=defco…
|
/tools/power/pm-graph/ |
D | sleepgraph.py | 89 sync = False variable in SystemValues 4634 .hover.sync {background:white;}\n\ 4635 .hover.bg,.hover.kth,.hover.sync,.hover.ps {background:white;}\n\ 5096 if sysvals.sync: 6143 sysvals.sync = checkArgBool(option, value) 6464 sysvals.sync = True
|
/tools/perf/ |
D | builtin-stat.c | 636 sync(); in run_perf_stat()
|
D | Makefile.config | 316 ifeq ($(feature-sync-compare-and-swap), 1)
|