Searched refs:mpsc_pbuf (Results 1 – 9 of 9) sorted by relevance
5 project(mpsc_pbuf) project
32 zephyr_sources_ifdef(CONFIG_MPSC_PBUF mpsc_pbuf.c)
67 struct mpsc_pbuf_buffer *mpsc_pbuf; member108 .mpsc_pbuf = _buf_wlen ? &_name##_log_mpsc_pbuf : NULL, \
35 mpsc_pbuf.rst
86 API functions can be found in :zephyr_file:`include/zephyr/sys/mpsc_pbuf.h`. Headers
604 if (link->mpsc_pbuf) { in z_log_links_initiate()605 mpsc_pbuf_init(link->mpsc_pbuf, link->mpsc_pbuf_config); in z_log_links_initiate()
850 struct mpsc_pbuf_buffer *mpsc_pbuffer = link->mpsc_pbuf ? link->mpsc_pbuf : &log_buffer; in z_log_msg_enqueue()
245 *mpsc_pbuf.c.obj(.##lsect) \246 *mpsc_pbuf.c.obj(.##lsect.*)
404 Memory is allocated from a circular packet buffer (:ref:`mpsc_pbuf`), which has