Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/sys/
Dmpsc_pbuf.h269 int mpsc_pbuf_get_max_utilization(struct mpsc_pbuf_buffer *buffer, uint32_t *max);
/Zephyr-latest/subsys/logging/frontends/
Dlog_frontend_stmesp_demux.c609 int rv = mpsc_pbuf_get_max_utilization(&demux.pbuf, &max); in log_frontend_stmesp_demux_max_utilization()
/Zephyr-latest/subsys/logging/
Dlog_core.c916 return mpsc_pbuf_get_max_utilization(&log_buffer, max); in log_mem_get_max_usage()
/Zephyr-latest/lib/os/
Dmpsc_pbuf.c639 int mpsc_pbuf_get_max_utilization(struct mpsc_pbuf_buffer *buffer, uint32_t *max) in mpsc_pbuf_get_max_utilization() function
/Zephyr-latest/tests/lib/mpsc_pbuf/src/
Dmain.c1186 err = mpsc_pbuf_get_max_utilization(buffer, &usage); in check_usage()