Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c464 static int do_mmap(int infd, int outfd, unsigned int size) in do_mmap() function
546 err = do_mmap(infd, peerfd, size); in copyfd_io_mmap()
548 err = do_mmap(infd, peerfd, size); in copyfd_io_mmap()
/OK3568_Linux_fs/kernel/mm/
H A Dutil.c543 ret = do_mmap(file, addr, len, prot, flag, pgoff, &populate, in vm_mmap_pgoff()
H A Dnommu.c1069 unsigned long do_mmap(struct file *file, in do_mmap() function
H A Dmmap.c1470 unsigned long do_mmap(struct file *file, unsigned long addr, in do_mmap() function
3181 ret = do_mmap(vma->vm_file, start, size, in SYSCALL_DEFINE5()
/OK3568_Linux_fs/kernel/Documentation/gpu/
H A Ddrm-mm.rst254 do_mmap() under the hood. This is often considered
/OK3568_Linux_fs/kernel/ipc/
H A Dshm.c1655 addr = do_mmap(file, addr, size, prot, flags, 0, &populate, NULL); in do_shmat()
/OK3568_Linux_fs/kernel/fs/
H A Daio.c529 ctx->mmap_base = do_mmap(ctx->aio_ring_file, 0, ctx->mmap_size, in aio_setup_ring()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmm.h2753 extern unsigned long do_mmap(struct file *file, unsigned long addr,