Searched refs:shmall (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/kern/
H A Dsysv_shm.c696 if (shm_committed + btoc(size) > shminfo.shmall) {
964 shminfo.shmall = uimax(physmem / 4, 1024);
966 shminfo.shmall = shminfo.shmmax / PAGE_SIZE;
967 shminfo.shmmax = (uint64_t)shminfo.shmall * PAGE_SIZE;
1054 newsize = shminfo.shmall;
1062 shminfo.shmall = newsize;
1063 shminfo.shmmax = (uint64_t)shminfo.shmall * PAGE_SIZE;
1086 shminfo.shmall = shminfo.shmmax / PAGE_SIZE;
1122 sysctl_ipc_shmmaxpgs, 0, &shminfo.shmall, 0,
/netbsd-current/sys/sys/
H A Dshm.h141 uint32_t shmall; /* max amount of shared memory (pages) */ member in struct:shminfo
/netbsd-current/sys/arch/riscv/riscv/
H A Dpmap_machdep.c368 kvmsize += shminfo.shmall;
/netbsd-current/sys/compat/linux/common/
H A Dlinux_ipc.c633 lsi64.l_shmall = shminfo.shmall;
/netbsd-current/usr.bin/ipcs/
H A Dipcs.c268 shminfo->shmall);
/netbsd-current/sys/arch/aarch64/aarch64/
H A Dpmap_machdep.c462 kvmsize += shminfo.shmall;
/netbsd-current/sys/arch/mips/mips/
H A Dpmap_machdep.c388 sysmap_size += shminfo.shmall;

Completed in 139 milliseconds