Searched defs:msg_queue (Results 1 – 8 of 8) sorted by relevance
109 struct msg_queue { struct110 struct list_head list_elem;111 struct msg_mgr *msg_mgr;112 u32 max_msgs; /* Node message depth */113 u32 msgq_id; /* Node environment pointer */114 struct list_head msg_free_list; /* Free MsgFrames ready to be filled */116 struct list_head msg_used_list;117 void *arg; /* Handle passed to mgr on_exit callback */118 struct sync_object *sync_event; /* Signalled when message is ready */119 struct sync_object *sync_done; /* For synchronizing cleanup */[all …]
88 struct msg_queue { struct89 struct kern_ipc_perm q_perm;90 time_t q_stime; /* last msgsnd time */91 time_t q_rtime; /* last msgrcv time */92 time_t q_ctime; /* last change time */93 unsigned long q_cbytes; /* current number of bytes on queue */94 unsigned long q_qnum; /* number of messages in queue */95 unsigned long q_qbytes; /* max number of bytes on queue */96 pid_t q_lspid; /* pid of last msgsnd */97 pid_t q_lrpid; /* last receive pid */[all …]
176 struct ipi_message_queue *msg_queue; in ipi_handler_int1() local217 struct ipi_message_queue *msg_queue; in ipi_queue_init() local230 struct ipi_message_queue *msg_queue; in smp_send_message() local
36 struct list_head msg_queue; member
43 struct list_head msg_queue; member
92 struct list_head msg_queue; member
124 struct list_head msg_queue; member
116 struct list_head msg_queue; member