Searched refs:access_mem (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/tools/testing/selftests/mm/ |
| H A D | migration.c | 102 void *access_mem(void *ptr) in access_mem() function 137 if (pthread_create(&self->threads[i], NULL, access_mem, ptr)) 169 access_mem(ptr); 199 if (pthread_create(&self->threads[i], NULL, access_mem, ptr)) 235 access_mem(ptr); 263 if (pthread_create(&self->threads[i], NULL, access_mem, ptr)) 295 access_mem(ptr);
|
| /linux-6.15/tools/perf/util/ |
| H A D | unwind-libunwind-local.c | 570 static int access_mem(unw_addr_space_t __maybe_unused as, in access_mem() function 703 .access_mem = access_mem,
|