Searched refs:PAGESIZE (Results 26 - 32 of 32) sorted by relevance

12

/netbsd-current/external/cddl/osnet/dist/lib/libzpool/common/sys/
H A Dzfs_context.h368 #define kmem_size() (physmem * PAGESIZE)
583 #define ptob(x) ((x) * PAGESIZE)
/netbsd-current/external/cddl/osnet/dist/uts/common/sys/
H A Dcpuvar.h296 #define INTR_STACK_SIZE MAX(DEFAULTSTKSZ, PAGESIZE)
/netbsd-current/external/cddl/osnet/dist/uts/intel/dtrace/
H A Dfasttrap_isa.c278 size_t first = MIN(len, PAGESIZE - (pc & PAGEOFFSET));
921 limit = USD_GETLIMIT(desc) * (desc->sd_gran ? PAGESIZE : 1);
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Darc.c1688 while (hsize * zfs_arc_average_blocksize < (uint64_t)physmem * PAGESIZE)
3907 n = PAGESIZE * (-needfree);
3918 n = PAGESIZE * ((int64_t)freemem - zfs_arc_free_target);
3932 n = PAGESIZE * (freemem - lotsfree - needfree - desfree);
3945 n = PAGESIZE * (availrmem - swapfs_minfree - swapfs_reserve -
3960 n = PAGESIZE * (availrmem - pages_pp_maximum -
6236 if ((((uint64_t)physmem * PAGESIZE) < (1ULL << 32)) &&
6247 if (((uint64_t)physmem * PAGESIZE) < (256 + 128 + 64) * (1 << 20)) {
H A Dzio.c184 if (arc_watch && !IS_P2ALIGNED(size, PAGESIZE))
191 align = MIN(p2 >> 2, PAGESIZE);
H A Ddbuf.c592 while (hsize * 4096 < (uint64_t)physmem * PAGESIZE)
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dosthread.d1118 // use >PAGESIZE to avoid stack overflow (e.g. in an syscall)
2867 // stack size must be a multiple of PAGESIZE
2868 sz = ((sz + PAGESIZE - 1) & ~(PAGESIZE - 1));

Completed in 212 milliseconds

12