| /tools/testing/shared/ |
| A D | shared.mk | 3 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 D | ptrace-tm-spr.c | 11 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 D | Makefile | 7 include ../shared/shared.mk
|
| /tools/testing/selftests/mm/ |
| A D | gup_longterm.c | 91 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 D | uffd-unit-tests.c | 35 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 D | Makefile | 13 include ../shared/shared.mk
|
| /tools/testing/rbtree/ |
| A D | Makefile | 17 include ../shared/shared.mk
|
| /tools/lib/perf/ |
| A D | .gitignore | 4 tests-shared
|
| A D | Makefile | 119 $(QUIET_LINK)$(CC) --shared -Wl,-soname,libperf.so \ 138 TESTS_SHARED = $(OUTPUT)tests-shared
|
| /tools/testing/selftests/move_mount_set_group/ |
| A D | move_mount_set_group_test.c | 305 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 D | peeksiginfo.c | 105 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 D | Makefile | 9 $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $<
|
| /tools/virtio/ringtest/ |
| A D | README | 2 Uses shared memory heavily.
|
| /tools/memory-model/Documentation/ |
| A D | README | 26 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 D | access-marking.txt | 5 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 D | README | 6 'config' is shared across all platforms, and for arch specific files,
|
| /tools/testing/selftests/alsa/ |
| A D | Makefile | 28 $(CC) $(CFLAGS) -shared -fPIC $< $(LDLIBS) -o $@
|
| /tools/power/cpupower/bindings/python/ |
| A D | Makefile | 19 $(CC) -shared $(LDFLAGS) raw_pylibcpupower_wrap.o -o _raw_pylibcpupower.so
|
| /tools/testing/selftests/proc/ |
| A D | proc-empty-vm.c | 396 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 D | perf-dlfilter.txt | 6 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 D | perf-c2c.txt | 141 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 D | Makefile | 31 $(CC) $(CFLAGS) -shared -fPIC $< $(LDLIBS) -o $@
|
| /tools/testing/selftests/x86/ |
| A D | syscall_numbering.c | 71 struct shared { struct 77 static volatile struct shared *sh; argument
|
| /tools/thermal/lib/ |
| A D | Makefile | 91 $(QUIET_LINK)$(CC) --shared -Wl,-soname,libthermal_tools.so $^ -o $@
|
| /tools/lib/thermal/ |
| A D | Makefile | 98 $(QUIET_LINK)$(CC) --shared -Wl,-soname,libthermal.so \
|