Home
last modified time | relevance | path

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

/linux-2.4.37.9/ipc/
Dmsg.c68 struct msg_queue { struct
94 #define msg_lock(id) ((struct msg_queue*)ipc_lock(&msg_ids,id)) argument
96 #define msg_rmid(id) ((struct msg_queue*)ipc_rmid(&msg_ids,id))
120 struct msg_queue *msq; in newque()
122 msq = (struct msg_queue *) kmalloc (sizeof (*msq), GFP_KERNEL); in newque()
237 static inline void ss_add(struct msg_queue* msq, struct msg_sender* mss) in ss_add()
266 static void expunge_all(struct msg_queue* msq, int res) in expunge_all()
283 struct msg_queue *msq; in freeque()
306 struct msg_queue *msq; in sys_msgget()
426 struct msg_queue *msq; in sys_msgctl()
[all …]