Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/net/mptcp/
Dmptcp_connect.c720 static int do_mmap(int infd, int outfd, unsigned int size) in do_mmap() function
802 err = do_mmap(infd, peerfd, size); in copyfd_io_mmap()
804 err = do_mmap(infd, peerfd, size); in copyfd_io_mmap()
/linux-6.1.9/mm/
Dutil.c520 ret = do_mmap(file, addr, len, prot, flag, pgoff, &populate, in vm_mmap_pgoff()
Dnommu.c1040 unsigned long do_mmap(struct file *file, in do_mmap() function
Dmmap.c1239 unsigned long do_mmap(struct file *file, unsigned long addr, in do_mmap() function
2879 ret = do_mmap(vma->vm_file, start, size, in SYSCALL_DEFINE5()
/linux-6.1.9/Documentation/gpu/
Ddrm-mm.rst251 do_mmap() under the hood. This is often considered
/linux-6.1.9/ipc/
Dshm.c1665 addr = do_mmap(file, addr, size, prot, flags, 0, &populate, NULL); in do_shmat()
/linux-6.1.9/fs/
Daio.c555 ctx->mmap_base = do_mmap(ctx->aio_ring_file, 0, ctx->mmap_size, in aio_setup_ring()
/linux-6.1.9/include/linux/
Dmm.h2749 extern unsigned long do_mmap(struct file *file, unsigned long addr,