Searched refs:msg_copycnt (Results 1 – 3 of 3) sorted by relevance
77 long msg_copycnt; /* current # of copyouts on message */ member
370 #define msg_hold(mp) (mp)->msg_copycnt++379 ASSERT(mp->msg_copycnt > 0); in msg_rele()380 if (mp->msg_copycnt-- == 1) { in msg_rele()1135 mp->msg_copycnt = 1; in msgsnd()1204 mp->msg_copycnt = 1; in msgsnd()
677 message.msg_size, message.msg_type, message.msg_copycnt); in msgprint()