Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/zbus/
Dzbus.c139 struct net_buf *cloned_buf = net_buf_clone(buf, sys_timepoint_timeout(end_time)); in _zbus_notify_observer() local
141 if (cloned_buf == NULL) { in _zbus_notify_observer()
145 k_fifo_put(obs->message_fifo, cloned_buf); in _zbus_notify_observer()