Searched refs:total_vm (Results 1 – 16 of 16) sorted by relevance
| /linux/include/trace/events/ |
| H A D | mmap.h | 18 __field(unsigned long, total_vm) 29 __entry->total_vm = current->mm->total_vm; 41 __entry->total_vm, __entry->flags, __entry->length,
|
| H A D | oom.h | 84 __field(unsigned long, total_vm) 96 __entry->total_vm = PG_COUNT_TO_KB(task->mm->total_vm); 108 __entry->total_vm,
|
| /linux/mm/ |
| H A D | vma_exec.c | 147 mm->stack_vm = mm->total_vm = 1; in create_init_stack_vma()
|
| H A D | mmap.c | 1326 if (mm->total_vm + npages > rlimit(RLIMIT_AS) >> PAGE_SHIFT) in may_expand_vm() 1351 WRITE_ONCE(mm->total_vm, READ_ONCE(mm->total_vm)+npages); in vm_stat_account() 1739 mm->total_vm = oldmm->total_vm; in dup_mmap()
|
| H A D | oom_kill.c | 405 task->tgid, task->mm->total_vm, get_mm_rss(task->mm), in dump_task() 961 message, task_pid_nr(victim), victim->comm, K(mm->total_vm), in __oom_kill_process()
|
| H A D | debug.c | 208 mm->hiwater_rss, mm->hiwater_vm, mm->total_vm, mm->locked_vm, in dump_mm()
|
| H A D | nommu.c | 1193 current->mm->total_vm += len >> PAGE_SHIFT; in do_mmap() 1516 mm->total_vm = 0; in exit_mmap()
|
| H A D | mlock.c | 764 if (!(flags & MCL_CURRENT) || (current->mm->total_vm <= lock_limit) || in SYSCALL_DEFINE1()
|
| H A D | vma.c | 1281 WRITE_ONCE(mm->total_vm, READ_ONCE(mm->total_vm) - vms->nr_pages); in vms_complete_munmap_vmas() 2818 mm->total_vm += len >> PAGE_SHIFT; in do_brk_flags()
|
| H A D | util.c | 962 allowed -= min_t(long, mm->total_vm / 32, reserve); in __vm_enough_memory()
|
| /linux/tools/testing/vma/ |
| H A D | vma_internal.h | 265 unsigned long total_vm; /* Total pages mapped */ member 633 WRITE_ONCE(mm->total_vm, READ_ONCE(mm->total_vm)+npages); in vm_stat_account()
|
| /linux/kernel/ |
| H A D | tsacct.c | 144 tsk->acct_vm_mem1 += delta * READ_ONCE(tsk->mm->total_vm) >> 10; in __acct_update_integrals()
|
| H A D | fork.c | 1495 mm->hiwater_vm = mm->total_vm; in dup_mm()
|
| /linux/fs/proc/ |
| H A D | task_mmu.c | 40 unsigned long hiwater_vm, total_vm, hiwater_rss, total_rss; in task_mem() local 53 hiwater_vm = total_vm = mm->total_vm; in task_mem() 67 SEQ_PUT_DEC(" kB\nVmSize:\t", total_vm); in task_mem() 91 return PAGE_SIZE * mm->total_vm; in task_vsize() 104 return mm->total_vm; in task_statm()
|
| /linux/include/linux/ |
| H A D | mm_types.h | 1094 unsigned long total_vm; /* Total pages mapped */ member
|
| H A D | mm.h | 2742 return max(mm->hiwater_vm, mm->total_vm); in get_mm_hiwater_vm() 2755 if (mm->hiwater_vm < mm->total_vm) in update_hiwater_vm() 2756 mm->hiwater_vm = mm->total_vm; in update_hiwater_vm()
|