Home
last modified time | relevance | path

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

/Zephyr-latest/kernel/
Dmailbox.c112 static int mbox_message_match(struct k_mbox_msg *tx_msg, in mbox_message_match() function
233 if (mbox_message_match(tx_msg, rx_msg) == 0) { in mbox_message_put()
401 if (mbox_message_match(tx_msg, rx_msg) == 0) { in k_mbox_get()