Home
last modified time | relevance | path

Searched refs:sync (Results 1 – 25 of 26) sorted by relevance

12

/tools/testing/selftests/powerpc/ptrace/
Dchild.h29 #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/
Dionmap_test.c89 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/
Dtimestamping.c72 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/
Dpstore_crash_test25 sync
/tools/memory-model/
Dlinux-kernel.def48 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); }
Dlinux-kernel.bell30 'sync-rcu (*synchronize_rcu*) ||
38 enum SRCU = 'srcu-lock || 'srcu-unlock || 'sync-srcu
/tools/testing/selftests/sync/
DMakefile16 OBJS = sync_test.o sync.o
/tools/testing/selftests/powerpc/math/
Dvsx_asm.S37 sync
Dfpu_asm.S110 sync
Dvmx_asm.S127 sync
/tools/testing/selftests/firmware/
Dfw_lib.sh137 sync
/tools/objtool/
DMakefile46 @$(CONFIG_SHELL) ./sync-check.sh
/tools/perf/scripts/python/
Dcompaction-times.py235 sync, status): argument
242 sync): argument
/tools/power/pm-graph/config/
Dexample.cfg45 # run sync before the test, minimizes sys_sync call time (default: false)
46 sync: true
/tools/build/
DMakefile.feature37 sync-compare-and-swap \
/tools/build/feature/
DMakefile10 test-sync-compare-and-swap.bin \
257 $(OUTPUT)test-sync-compare-and-swap.bin:
/tools/testing/selftests/
DMakefile48 TARGETS += sync
/tools/include/uapi/sound/
Dasound.h342 union snd_pcm_sync_id sync; /* hardware synchronization ID */ member
/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl173 162 common sync __x64_sys_sync
/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl40 36 common sync sys_sync sys_sync
/tools/perf/arch/powerpc/entry/syscalls/
Dsyscall.tbl57 36 common sync sys_sync
/tools/perf/Documentation/
Dperf-stat.txt175 perf stat --repeat 10 --null --sync --pre 'make -s O=defconfig-build/clean' -- make -s -j64 O=defco…
/tools/power/pm-graph/
Dsleepgraph.py89 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/
Dbuiltin-stat.c636 sync(); in run_perf_stat()
DMakefile.config316 ifeq ($(feature-sync-compare-and-swap), 1)

12