Home
last modified time | relevance | path

Searched refs:shared (Results 1 – 25 of 50) sorted by relevance

12

/tools/testing/shared/
A Dshared.mk3 CFLAGS += -I../shared -I. -I../../include -I../../../lib -g -Og -Wall \
8 SHARED_OFILES = xarray-shared.o radix-tree.o idr.o linux.o $(LIBS)
10 SHARED_DEPS = Makefile ../shared/shared.mk ../shared/*.h generated/map-shift.h \
36 %.o: ../shared/%.c
49 xarray-shared.o: ../shared/xarray-shared.c ../../../lib/xarray.c \
52 maple-shared.o: ../shared/maple-shared.c ../../../lib/maple_tree.c \
57 cp ../shared/autoconf.h generated/autoconf.h
/tools/testing/selftests/powerpc/ptrace/
A Dptrace-tm-spr.c11 struct shared { struct
18 struct shared *cptr, *pptr; argument
37 cptr = (struct shared *)shmat(shm_id, NULL, 0); in tm_spr()
118 shm_id = shmget(IPC_PRIVATE, sizeof(struct shared), 0777|IPC_CREAT); in ptrace_tm_spr()
130 pptr = (struct shared *)shmat(shm_id, NULL, 0); in ptrace_tm_spr()
/tools/testing/vma/
A DMakefile7 include ../shared/shared.mk
/tools/testing/selftests/mm/
A Dgup_longterm.c91 static void do_test(int fd, size_t size, enum test_type type, bool shared) in do_test() argument
136 shared ? MAP_SHARED : MAP_PRIVATE, fd, 0); in do_test()
138 if (size == pagesize || shared) { in do_test()
179 if (rw && shared && fs_is_unknown(fs_type)) { in do_test()
189 should_work = !shared || !rw || in do_test()
235 if (shared && fs_is_unknown(fs_type)) { in do_test()
240 should_work = !shared || in do_test()
A Duffd-unit-tests.c35 bool shared; member
44 .shared = false,
50 .shared = true,
56 .shared = false,
62 .shared = true,
68 .shared = false,
192 map_shared = mem_type->shared; in uffd_setup_environment()
444 if (args->mem_type->shared) { in uffd_wp_fork_test_common()
/tools/testing/radix-tree/
A DMakefile13 include ../shared/shared.mk
/tools/testing/rbtree/
A DMakefile17 include ../shared/shared.mk
/tools/lib/perf/
A D.gitignore4 tests-shared
A DMakefile119 $(QUIET_LINK)$(CC) --shared -Wl,-soname,libperf.so \
138 TESTS_SHARED = $(OUTPUT)tests-shared
/tools/testing/selftests/move_mount_set_group/
A Dmove_mount_set_group_test.c305 bool shared; member
318 if (ca->shared) { in get_nestedns_mount_cb()
345 .shared = true, in TEST_F()
348 .shared = false, in TEST_F()
/tools/testing/selftests/ptrace/
A Dpeeksiginfo.c105 int check_direct_path(pid_t child, int shared, int nr) in check_direct_path() argument
112 if (shared == 1) { in check_direct_path()
137 shared, i, siginfo[j].si_code, siginfo[j].si_int); in check_direct_path()
/tools/crypto/ccp/
A DMakefile9 $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $<
/tools/virtio/ringtest/
A DREADME2 Uses shared memory heavily.
/tools/memory-model/Documentation/
A DREADME26 o You need to locklessly access shared variables that are otherwise
39 o You would like to mark concurrent normal accesses to shared
66 shared memory.
90 Rules for accessing lock-protected shared variables outside of
A Daccess-marking.txt5 normal accesses to shared memory, that is "normal" as in accesses that do
70 1. Data-racy loads from shared variables whose values are used only
84 values are ignored, and other situations where reads from shared variables
90 prevents any non-diagnostic reads from shared variable x from running
135 the other accesses to the relevant shared variables. But please note
269 For example, suppose a shared variable "foo" is read only while a
344 For another example, suppose a shared variable "foo" is updated only
467 For another example, suppose a shared variable "foo" is both read and
/tools/perf/tests/config-fragments/
A DREADME6 'config' is shared across all platforms, and for arch specific files,
/tools/testing/selftests/alsa/
A DMakefile28 $(CC) $(CFLAGS) -shared -fPIC $< $(LDLIBS) -o $@
/tools/power/cpupower/bindings/python/
A DMakefile19 $(CC) -shared $(LDFLAGS) raw_pylibcpupower_wrap.o -o _raw_pylibcpupower.so
/tools/testing/selftests/proc/
A Dproc-empty-vm.c396 uint64_t shared; in test_proc_pid_statm() local
397 p = parse_u64(p, end, &shared); in test_proc_pid_statm()
430 assert(resident == shared); in test_proc_pid_statm()
/tools/perf/Documentation/
A Dperf-dlfilter.txt6 perf-dlfilter - Filter sample events using a dynamically loaded shared
18 dynamically loaded shared object file. Arguments can be passed using --dlarg
279 To build the shared object, assuming perf has been installed for the local user
283 gcc -shared -o dlfilter-example.so dlfilter-example.o
292 The dlfilter .so file will be dependent on shared libraries. If those change,
294 if the .so uses different versions of the shared libraries that perf uses.
A Dperf-c2c.txt141 Group the detection of shared cacheline events into double cacheline
180 The perf c2c report command displays shared data analysis. It comes in two
279 - shared object name related to the 'Code address' value
312 dso - coalesced by shared object
325 - overall statistics on shared cachelines
/tools/testing/selftests/rseq/
A DMakefile31 $(CC) $(CFLAGS) -shared -fPIC $< $(LDLIBS) -o $@
/tools/testing/selftests/x86/
A Dsyscall_numbering.c71 struct shared { struct
77 static volatile struct shared *sh; argument
/tools/thermal/lib/
A DMakefile91 $(QUIET_LINK)$(CC) --shared -Wl,-soname,libthermal_tools.so $^ -o $@
/tools/lib/thermal/
A DMakefile98 $(QUIET_LINK)$(CC) --shared -Wl,-soname,libthermal.so \

Completed in 29 milliseconds

12