Searched refs:pgtok (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/sys/riscv/include/
H A Dparam.h105 #define pgtok(x) ((unsigned long)(x) * (PAGE_SIZE / 1024)) macro
/freebsd-current/sys/arm64/include/
H A Dparam.h131 #define pgtok(x) ((unsigned long)(x) * (PAGE_SIZE / 1024)) macro
/freebsd-current/sys/i386/include/
H A Dparam.h158 #define pgtok(x) ((x) * (PAGE_SIZE / 1024)) macro
/freebsd-current/sys/arm/include/
H A Dparam.h141 #define pgtok(x) ((x) * (PAGE_SIZE / 1024)) macro
/freebsd-current/sys/powerpc/include/
H A Dparam.h156 #define pgtok(x) ((x) * (PAGE_SIZE / 1024UL)) macro
/freebsd-current/sys/amd64/include/
H A Dparam.h157 #define pgtok(x) ((unsigned long)(x) * (PAGE_SIZE / 1024)) macro
/freebsd-current/sys/kern/
H A Dkern_clock.c737 ru->ru_ixrss += pgtok(vm->vm_tsize) * cnt;
738 ru->ru_idrss += pgtok(vm->vm_dsize) * cnt;
739 ru->ru_isrss += pgtok(vm->vm_ssize) * cnt;
740 rss = pgtok(vmspace_resident_count(vm));
H A Dtty_info.c383 rss = pgtok(vmspace_resident_count(p->p_vmspace));
H A Dvfs_subr.c728 physvnodes = maxproc + pgtok(vm_cnt.v_page_count) / 64 +
729 3 * min(98304 * 16, pgtok(vm_cnt.v_page_count)) / 64;

Completed in 222 milliseconds