Searched refs:msg_sender (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/ipc/
H A Dmsg.c58 /* one msg_sender for each sleeping sender */
59 struct msg_sender { struct
181 static inline void ss_add(struct msg_queue *msq, struct msg_sender *mss)
188 static inline void ss_del(struct msg_sender *mss)
200 struct msg_sender *mss;
202 mss = list_entry(tmp, struct msg_sender, list);
661 struct msg_sender s;

Completed in 75 milliseconds