Home
last modified time | relevance | path

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

/linux/tools/perf/bench/
H A Dmem-functions.c497 static int do_mmap(const struct function *r, struct bench_params *p, in do_mmap() function
557 .do_op = do_mmap, in bench_mem_mmap()
/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/arch/x86/kernel/
H A Dshstk.c111 mapped_addr = do_mmap(NULL, addr, size, PROT_READ, flags, in alloc_shstk()
/linux/mm/
H A Dmmap.c335 unsigned long do_mmap(struct file *file, unsigned long addr, in do_mmap() function
1192 ret = do_mmap(vma->vm_file, start, size, in SYSCALL_DEFINE5()
H A Dutil.c581 ret = do_mmap(file, addr, len, prot, flag, 0, pgoff, &populate, in vm_mmap_pgoff()
H A Dnommu.c1012 unsigned long do_mmap(struct file *file, in do_mmap() function
/linux/ipc/
H A Dshm.c1662 addr = do_mmap(file, addr, size, prot, flags, 0, 0, &populate, NULL); in do_shmat()
/linux/fs/
H A Daio.c551 ctx->mmap_base = do_mmap(ctx->aio_ring_file, 0, ctx->mmap_size, in aio_setup_ring()
/linux/include/linux/
H A Dmm.h3874 extern unsigned long do_mmap(struct file *file, unsigned long addr,