Home
last modified time | relevance | path

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

/ipc/
Dmsg.c48 struct msg_queue { struct
91 static inline struct msg_queue *msq_obtain_object(struct ipc_namespace *ns, int id) in msq_obtain_object()
98 return container_of(ipcp, struct msg_queue, q_perm); in msq_obtain_object()
101 static inline struct msg_queue *msq_obtain_object_check(struct ipc_namespace *ns, in msq_obtain_object_check()
109 return container_of(ipcp, struct msg_queue, q_perm); in msq_obtain_object_check()
112 static inline void msg_rmid(struct ipc_namespace *ns, struct msg_queue *s) in msg_rmid()
120 struct msg_queue *msq = container_of(p, struct msg_queue, q_perm); in msg_rcu_free()
135 struct msg_queue *msq; in newque()
176 static inline bool msg_fits_inqueue(struct msg_queue *msq, size_t msgsz) in msg_fits_inqueue()
182 static inline void ss_add(struct msg_queue *msq, in ss_add()
[all …]