Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dsysv_msg.c211 struct msgmap *new_msgmaps; in msgrealloc() local
270 new_msgmaps = (void *)((uintptr_t)new_msgpool + ALIGN(newmsgmax)); in msgrealloc()
271 new_msghdrs = (void *)((uintptr_t)new_msgmaps + in msgrealloc()
278 new_msgmaps[i].next = i + 1; in msgrealloc()
279 new_msgmaps[newmsgseg - 1].next = -1; in msgrealloc()
350 new_free_msgmaps = new_msgmaps[nnext].next; in msgrealloc()
352 new_msgmaps[nnext].next = nmsghdr->msg_spot; in msgrealloc()
398 msgmaps = new_msgmaps; in msgrealloc()