OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shmmax
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/kern/
sysv_shm.c
687
if (size < shminfo.shmmin || size > shminfo.
shmmax
) {
963
if (shminfo.
shmmax
== 0)
966
shminfo.shmall = shminfo.
shmmax
/ PAGE_SIZE;
967
shminfo.
shmmax
= (uint64_t)shminfo.shmall * PAGE_SIZE;
1063
shminfo.
shmmax
= (uint64_t)shminfo.shmall * PAGE_SIZE;
1077
newsize = shminfo.
shmmax
;
1085
shminfo.
shmmax
= round_page(newsize);
1086
shminfo.shmall = shminfo.
shmmax
/ PAGE_SIZE;
1102
CTLTYPE_QUAD, "
shmmax
",
1104
sysctl_ipc_shmmax, 0, &shminfo.
shmmax
, 0
[
all
...]
/src/sys/sys/
shm.h
137
uint64_t
shmmax
; /* max shared memory segment size (bytes) */
member in struct:shminfo
/src/usr.bin/ipcs/
ipcs.c
260
shminfo->
shmmax
);
/src/sys/compat/linux/common/
linux_ipc.c
629
lsi64.l_shmmax = shminfo.
shmmax
;
Completed in 13 milliseconds
Indexes created Thu Oct 23 22:10:10 GMT 2025