Home
last modified time | relevance | path

Searched defs:msqid_pool (Results 1 – 1 of 1) sorted by relevance

/dragonfly/lib/libc/sysvipc/
H A Dsysvipc_msg.h105 struct msqid_pool { struct
107 struct sysv_rwlock rwlock;
111 struct msqid_ds_internal ds;
112 char gen;
113 int nfree_msgmaps; /* # of free map entries */
114 short free_msgmaps; /* head of linked list of free map entries */
115 short free_msghdrs;/* list of free msg headers */
116 struct msg msghdrs[MSGTQL]; /* MSGTQL msg headers */
117 struct msgmap msgmaps[MSGSEG]; /* MSGSEG msgmap structures */
118 char msgpool[MSGMAX]; /* MSGMAX byte long msg buffer pool */