Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dsysv_msg.c214 kmsq_t *new_msqs; in msgrealloc() local
273 new_msqs = (void *)((uintptr_t)new_msghdrs + in msgrealloc()
293 new_msqs[i].msq_u.msg_qbytes = 0; in msgrealloc()
294 new_msqs[i].msq_u.msg_perm._seq = 0; in msgrealloc()
295 cv_init(&new_msqs[i].msq_cv, "msgwait"); in msgrealloc()
314 nmsq = &new_msqs[msqid]; in msgrealloc()
400 msqs = new_msqs; in msgrealloc()