tag | line | file | source code |
vm_task | 102 | drivers/char/mem.c | mpnt->vm_task = current; |
vm_task | 196 | drivers/char/mem.c | mpnt->vm_task = current; |
vm_task | 57 | fs/binfmt_elf.c | mpnt->vm_task = current; |
vm_task | 276 | fs/exec.c | mpnt->vm_task = current; |
vm_task | 72 | fs/nfs/mmap.c | mpnt->vm_task = current; |
vm_task | 103 | fs/nfs/mmap.c | if (share_page(area, area->vm_task, inode, address, error_code, page)) { |
vm_task | 104 | fs/nfs/mmap.c | ++area->vm_task->min_flt; |
vm_task | 108 | fs/nfs/mmap.c | ++area->vm_task->maj_flt; |
vm_task | 111 | fs/nfs/mmap.c | put_page(area->vm_task, BAD_PAGE, address, PAGE_PRIVATE); |
vm_task | 144 | fs/nfs/mmap.c | if (share_page(area, area->vm_task, inode, address, error_code, page)) |
vm_task | 152 | fs/nfs/mmap.c | if (put_page(area->vm_task,page,address,area->vm_page_prot)) |
vm_task | 41 | include/linux/mm.h | struct task_struct * vm_task; /* VM area parameters */ |
vm_task | 104 | kernel/fork.c | tmp->vm_task = tsk; |
vm_task | 1175 | mm/memory.c | if (share_page(area, area->vm_task, inode, address, error_code, page)) { |
vm_task | 1176 | mm/memory.c | ++area->vm_task->min_flt; |
vm_task | 1180 | mm/memory.c | ++area->vm_task->maj_flt; |
vm_task | 1183 | mm/memory.c | put_page(area->vm_task, BAD_PAGE, address, PAGE_PRIVATE); |
vm_task | 1193 | mm/memory.c | if (share_page(area, area->vm_task, inode, address, error_code, page)) |
vm_task | 1196 | mm/memory.c | if (put_page(area->vm_task,page,address,prot)) |
vm_task | 339 | mm/mmap.c | mpnt->vm_task = current; |
vm_task | 458 | mm/mmap.c | mpnt->vm_task = current; |