Home
last modified time | relevance | path

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

/linux-3.3/drivers/staging/tidspbridge/core/
D_msg_sm.h109 struct msg_queue { struct
110 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 …]
/linux-3.3/include/linux/
Dmsg.h88 struct msg_queue { struct
89 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 …]
/linux-3.3/arch/blackfin/mach-common/
Dsmp.c176 struct ipi_message_queue *msg_queue; in ipi_handler_int1() local
217 struct ipi_message_queue *msg_queue; in ipi_queue_init() local
230 struct ipi_message_queue *msg_queue; in smp_send_message() local
/linux-3.3/drivers/spi/
Dspi-ti-ssp.c36 struct list_head msg_queue; member
Dspi-orion.c43 struct list_head msg_queue; member
Dspi-omap-100k.c92 struct list_head msg_queue; member
Dspi-ep93xx.c124 struct list_head msg_queue; member
Dspi-omap2-mcspi.c116 struct list_head msg_queue; member