Home
last modified time | relevance | path

Searched refs:do_mmap (Results 1 – 5 of 5) sorted by relevance

/linux/tools/perf/bench/
H A Dmem-functions.c550 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 Dmptcp_connect.c800 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 Dutil.c581 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 Dshm.c1662 addr = do_mmap(file, addr, size, prot, flags, 0, 0, &populate, NULL); in do_shmat()
/linux/include/linux/
H A Dmm.h4117 extern unsigned long do_mmap(struct file *file, unsigned long addr,