Searched refs:msg_queue (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/ipc/ |
D | msg.c | 48 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 …]
|
/Linux-v4.19/net/tipc/ |
D | name_distr.h | 73 void tipc_named_rcv(struct net *net, struct sk_buff_head *msg_queue);
|
/Linux-v4.19/drivers/staging/vc04_services/interface/vchiq_arm/ |
D | vchiq_arm.c | 127 VCHIQ_HEADER_T * msg_queue[MSG_QUEUE_SIZE]; member 696 user_service->msg_queue[user_service->msg_insert & in service_callback() 1426 header = user_service->msg_queue[user_service->msg_remove & in vchiq_ioctl() 2131 header = user_service->msg_queue[m]; in vchiq_release()
|
/Linux-v4.19/Documentation/ |
D | lsm.txt | 82 msg_msg <msg_msg>`, struct msg_queue, and struct shmid_kernel
|