Home
last modified time | relevance | path

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

/trusty/kernel/lib/trusty/
Dipc_msg.c317 struct ipc_msg_queue* mq = peer->msg_queue; in msg_write_locked()
324 if (!list_is_empty(&chan->msg_queue->read_list)) { in msg_write_locked()
501 DEBUG_ASSERT(chan->msg_queue); in msg_put_read_locked()
505 struct ipc_msg_queue* mq = chan->msg_queue; in msg_put_read_locked()
594 ret = msg_peek_next_filled_locked(chan->msg_queue, &mi_kern); in sys_get_msg()
606 msg_get_filled_locked(chan->msg_queue); in sys_get_msg()
624 ret = msg_peek_next_filled_locked(chan->msg_queue, msg_info); in ipc_get_msg()
627 msg_get_filled_locked(chan->msg_queue); in ipc_get_msg()
760 ret = user_msg_read_locked(chan->msg_queue, msg_id, offset, &msg, h, in sys_read_msg()
794 ret = kern_msg_read_locked(chan->msg_queue, msg_id, offset, msg); in ipc_read_msg()
Dipc.c308 ipc_msg_queue_destroy(client->msg_queue); in port_shutdown()
309 client->msg_queue = NULL; in port_shutdown()
510 if (chan->msg_queue) { in __chan_destroy_refobj()
511 ipc_msg_queue_destroy(chan->msg_queue); in __chan_destroy_refobj()
512 chan->msg_queue = NULL; in __chan_destroy_refobj()
680 if (chan->msg_queue && !ipc_msg_queue_is_empty(chan->msg_queue)) { in chan_poll()
748 &client->msg_queue); in port_attach_client()
755 &server->msg_queue); in port_attach_client()
/trusty/kernel/lib/trusty/include/lib/trusty/
Dipc.h117 struct ipc_msg_queue* msg_queue; member