Searched refs:vm_tsize (Results 1 – 12 of 12) sorted by relevance
91 cs.core.c_tsize = (u_long)ctob(vm->vm_tsize); in CORENAME()
2720 ep->e_vm.vm_tsize = vm->vm_tsize; in fill_eproc()2833 ki->p_vm_tsize = vm->vm_tsize; in fill_kproc2()
633 ru->ru_ixrss = vm->vm_tsize << (PAGE_SHIFT - 10); in ruspace()
1258 vm->vm_tsize = btoc(epp->ep_tsize); in execve_runproc()
274 *retval = p->p_vmspace->vm_tsize; in linux_sys_ptrace_arch()
300 *retval = p->p_vmspace->vm_tsize; in linux_sys_ptrace_arch()
575 segsz_t vm_tsize; /* text size (pages) XXX */ member
98 #define PROCSIZE(pp) (VP((pp), vm_tsize) + VP((pp), vm_dsize) + VP((pp), vm_ssize))
326 p->p_vmspace->vm_tsize = tsize; in linux_sys_osf1_set_program_attributes()
122 printf(" vm_tsize = %d,", D(vmspace, vmspace)->vm_tsize); in dump_vm_map()
631 kp2p->p_vm_tsize = kp->kp_eproc.e_vm.vm_tsize; in kvm_getproc2()
898 ctob(procp->p_vmspace->vm_tsize + in procfs_getattr()