Searched refs:do_mmap (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/mptcp/ |
| H A D | mptcp_connect.c | 464 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 D | util.c | 543 ret = do_mmap(file, addr, len, prot, flag, pgoff, &populate, in vm_mmap_pgoff()
|
| H A D | nommu.c | 1069 unsigned long do_mmap(struct file *file, in do_mmap() function
|
| H A D | mmap.c | 1470 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 D | drm-mm.rst | 254 do_mmap() under the hood. This is often considered
|
| /OK3568_Linux_fs/kernel/ipc/ |
| H A D | shm.c | 1655 addr = do_mmap(file, addr, size, prot, flags, 0, &populate, NULL); in do_shmat()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | aio.c | 529 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 D | mm.h | 2753 extern unsigned long do_mmap(struct file *file, unsigned long addr,
|