Searched refs:do_mmap (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.15/tools/testing/selftests/net/mptcp/ |
D | mptcp_connect.c | 576 static int do_mmap(int infd, int outfd, unsigned int size) in do_mmap() function 658 err = do_mmap(infd, peerfd, size); in copyfd_io_mmap() 660 err = do_mmap(infd, peerfd, size); in copyfd_io_mmap()
|
/Linux-v5.15/mm/ |
D | util.c | 519 ret = do_mmap(file, addr, len, prot, flag, pgoff, &populate, in vm_mmap_pgoff()
|
D | nommu.c | 1056 unsigned long do_mmap(struct file *file, in do_mmap() function
|
D | mmap.c | 1404 unsigned long do_mmap(struct file *file, unsigned long addr, in do_mmap() function 3005 ret = do_mmap(vma->vm_file, start, size, in SYSCALL_DEFINE5()
|
/Linux-v5.15/Documentation/gpu/ |
D | drm-mm.rst | 254 do_mmap() under the hood. This is often considered
|
/Linux-v5.15/ipc/ |
D | shm.c | 1559 addr = do_mmap(file, addr, size, prot, flags, 0, &populate, NULL); in do_shmat()
|
/Linux-v5.15/fs/ |
D | aio.c | 527 ctx->mmap_base = do_mmap(ctx->aio_ring_file, 0, ctx->mmap_size, in aio_setup_ring()
|
/Linux-v5.15/include/linux/ |
D | mm.h | 2609 extern unsigned long do_mmap(struct file *file, unsigned long addr,
|