OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shmall
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/kern/
sysv_shm.c
696
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,
/src/sys/sys/
shm.h
141
uint32_t
shmall
; /* max amount of shared memory (pages) */
member in struct:shminfo
/src/sys/arch/riscv/riscv/
pmap_machdep.c
418
kvmsize += shminfo.
shmall
;
/src/usr.bin/ipcs/
ipcs.c
268
shminfo->
shmall
);
/src/sys/arch/aarch64/aarch64/
pmap_machdep.c
462
kvmsize += shminfo.
shmall
;
/src/sys/compat/linux/common/
linux_ipc.c
633
lsi64.l_shmall = shminfo.
shmall
;
/src/sys/arch/mips/mips/
pmap_machdep.c
388
sysmap_size += shminfo.
shmall
;
Completed in 15 milliseconds
Indexes created Tue Oct 21 08:09:48 GMT 2025