Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dsysv_msg.c213 char *old_msgpool, *new_msgpool; in msgrealloc() local
269 new_msgpool = (void *)v; in msgrealloc()
270 new_msgmaps = (void *)((uintptr_t)new_msgpool + ALIGN(newmsgmax)); in msgrealloc()
371 memcpy(&new_msgpool[nnext * msginfo.msgssz], in msgrealloc()
397 msgpool = new_msgpool; in msgrealloc()