Home
last modified time | relevance | path

Searched refs:newmsgmax (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/kern/
H A Dsysv_msg.c216 int i, sz, msqid, newmsgmax, new_nfree_msgmaps; in msgrealloc() local
223 newmsgmax = msginfo.msgssz * newmsgseg; in msgrealloc()
224 sz = ALIGN(newmsgmax) + in msgrealloc()
270 new_msgmaps = (void *)((uintptr_t)new_msgpool + ALIGN(newmsgmax)); in msgrealloc()
407 msginfo.msgmax = newmsgmax; in msgrealloc()