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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/ipc/
H A Dmsg.c59 /* one msg_sender for each sleeping sender */
60 struct msg_sender { struct
225 static inline void ss_add(struct msg_queue *msq, struct msg_sender *mss)
232 static inline void ss_del(struct msg_sender *mss)
244 struct msg_sender *mss;
246 mss = list_entry(tmp, struct msg_sender, list);
664 struct msg_sender s;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/ipc/
H A Dmsg.c59 /* one msg_sender for each sleeping sender */
60 struct msg_sender { struct
225 static inline void ss_add(struct msg_queue *msq, struct msg_sender *mss)
232 static inline void ss_del(struct msg_sender *mss)
244 struct msg_sender *mss;
246 mss = list_entry(tmp, struct msg_sender, list);
664 struct msg_sender s;

Completed in 108 milliseconds