Searched refs:do_mmap (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/perf/bench/ |
| H A D | mem-functions.c | 550 static int do_mmap(const struct function *r, struct bench_params *p, in bench_mem_mmap() 624 .do_op = do_mmap, 497 static int do_mmap(const struct function *r, struct bench_params *p, do_mmap() function
|
| /linux/tools/testing/selftests/net/mptcp/ |
| H A D | mptcp_connect.c | 800 static int do_mmap(int infd, int outfd, unsigned int size, in do_mmap() function 896 err = do_mmap(infd, peerfd, size, winfo); in copyfd_io_mmap() 898 err = do_mmap(infd, peerfd, size, winfo); in copyfd_io_mmap()
|
| /linux/mm/ |
| H A D | util.c | 581 ret = do_mmap(file, addr, len, prot, flag, 0, pgoff, &populate, in vm_mmap_pgoff() 642 ret = do_mmap(NULL, addr, len, PROT_READ | PROT_WRITE, flags, in vm_mmap_shadow_stack()
|
| /linux/ipc/ |
| H A D | shm.c | 1662 addr = do_mmap(file, addr, size, prot, flags, 0, 0, &populate, NULL); in do_shmat()
|
| /linux/include/linux/ |
| H A D | mm.h | 4117 extern unsigned long do_mmap(struct file *file, unsigned long addr,
|