OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newmsgmax
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
sysv_msg.c
216
int i, sz, msqid,
newmsgmax
, new_nfree_msgmaps;
local in function:msgrealloc
223
newmsgmax
= msginfo.msgssz * newmsgseg;
224
sz = ALIGN(
newmsgmax
) +
270
new_msgmaps = (void *)((uintptr_t)new_msgpool + ALIGN(
newmsgmax
));
407
msginfo.msgmax =
newmsgmax
;
sysv_msg.c
216
int i, sz, msqid,
newmsgmax
, new_nfree_msgmaps;
local in function:msgrealloc
223
newmsgmax
= msginfo.msgssz * newmsgseg;
224
sz = ALIGN(
newmsgmax
) +
270
new_msgmaps = (void *)((uintptr_t)new_msgpool + ALIGN(
newmsgmax
));
407
msginfo.msgmax =
newmsgmax
;
Completed in 22 milliseconds
Indexes created Mon Sep 22 13:09:51 GMT 2025