Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/cwfs/
H A Dsub.c746 } msgalloc; variable
759 lock(&msgalloc); in mbinit()
760 unlock(&msgalloc); in mbinit()
761 msgalloc.lmsgbuf = 0; in mbinit()
762 msgalloc.smsgbuf = 0; in mbinit()
796 lock(&msgalloc); in mballoc()
800 mb = msgalloc.lmsgbuf; in mballoc()
806 msgalloc.lmsgbuf = mb->next; in mballoc()
809 mb = msgalloc.smsgbuf; in mballoc()
815 msgalloc.smsgbuf = mb->next; in mballoc()
[all …]