Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/tests/lib/mpsc_pbuf/src/
Dmain.c121 t = (union test_item *)mpsc_pbuf_claim(&buffer); in item_put_no_overwrite()
128 zassert_equal(mpsc_pbuf_claim(&buffer), NULL, NULL); in item_put_no_overwrite()
181 t = (union test_item *)mpsc_pbuf_claim(&buffer); in item_put_saturate()
193 t = (union test_item *)mpsc_pbuf_claim(&buffer); in item_put_saturate()
199 zassert_equal(mpsc_pbuf_claim(&buffer), NULL, NULL); in item_put_saturate()
231 t = (union test_item *)mpsc_pbuf_claim(&buffer); in benchmark_item_put()
240 zassert_equal(mpsc_pbuf_claim(&buffer), NULL, NULL); in benchmark_item_put()
271 t = (union test_item *)mpsc_pbuf_claim(&buffer); in item_put_ext_no_overwrite()
278 zassert_equal(mpsc_pbuf_claim(&buffer), NULL, NULL); in item_put_ext_no_overwrite()
346 t = (union test_item *)mpsc_pbuf_claim(&buffer); in item_put_ext_saturate()
[all …]
/Zephyr-Core-2.7.6/include/sys/
Dmpsc_pbuf.h220 const union mpsc_pbuf_generic *mpsc_pbuf_claim(struct mpsc_pbuf_buffer *buffer);
/Zephyr-Core-2.7.6/doc/reference/data_structures/
Dmpsc_pbuf.rst143 foo_packet *packet = mpsc_pbuf_claim(buffer);
/Zephyr-Core-2.7.6/subsys/shell/
Dshell_log_backend.c395 msg = (union log_msg2_generic *)mpsc_pbuf_claim(mpsc_buffer); in process_msg2_from_buffer()
/Zephyr-Core-2.7.6/lib/os/
Dmpsc_pbuf.c399 const union mpsc_pbuf_generic *mpsc_pbuf_claim(struct mpsc_pbuf_buffer *buffer) in mpsc_pbuf_claim() function
/Zephyr-Core-2.7.6/subsys/logging/
Dlog_core.c1223 return (union log_msg2_generic *)mpsc_pbuf_claim(&log_buffer); in z_log_msg2_claim()