Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/tests/lib/mpsc_pbuf/src/
Dmain.c129 t = (union test_item *)mpsc_pbuf_claim(&buffer); in item_put_no_overwrite()
136 zassert_is_null(mpsc_pbuf_claim(&buffer)); in item_put_no_overwrite()
190 t = (union test_item *)mpsc_pbuf_claim(&buffer); in item_put_saturate()
202 t = (union test_item *)mpsc_pbuf_claim(&buffer); in item_put_saturate()
208 zassert_is_null(mpsc_pbuf_claim(&buffer)); in item_put_saturate()
240 t = (union test_item *)mpsc_pbuf_claim(&buffer); in benchmark_item_put()
249 zassert_is_null(mpsc_pbuf_claim(&buffer)); in benchmark_item_put()
280 t = (union test_item *)mpsc_pbuf_claim(&buffer); in item_put_ext_no_overwrite()
287 zassert_is_null(mpsc_pbuf_claim(&buffer)); in item_put_ext_no_overwrite()
352 t = (union test_item *)mpsc_pbuf_claim(&buffer); in item_put_ext_saturate()
[all …]
Dconcurrent.c152 struct test_packet *packet = (struct test_packet *)mpsc_pbuf_claim(buffer); in consume()
/Zephyr-Core-3.4.0/include/zephyr/sys/
Dmpsc_pbuf.h232 const union mpsc_pbuf_generic *mpsc_pbuf_claim(struct mpsc_pbuf_buffer *buffer);
/Zephyr-Core-3.4.0/subsys/logging/
Dlog_frontend_dict_uart.c104 generic_pkt.ro_pkt = mpsc_pbuf_claim(&buf); in tx()
191 isr_pkt.ro_pkt = mpsc_pbuf_claim(&buf); in uart_isr_callback()
Dlog_core.c633 return (union log_msg_generic *)mpsc_pbuf_claim(&log_buffer); in z_log_msg_local_claim()
657 msg_ptr->msg = (union log_msg_generic *)mpsc_pbuf_claim(&buf->buf); in z_log_msg_claim_oldest()
/Zephyr-Core-3.4.0/subsys/shell/
Dshell_log_backend.c210 msg = (union log_msg_generic *)mpsc_pbuf_claim(mpsc_buffer); in process_msg_from_buffer()
/Zephyr-Core-3.4.0/doc/kernel/data_structures/
Dmpsc_pbuf.rst143 foo_packet *packet = mpsc_pbuf_claim(buffer);
/Zephyr-Core-3.4.0/lib/os/
Dmpsc_pbuf.c528 const union mpsc_pbuf_generic *mpsc_pbuf_claim(struct mpsc_pbuf_buffer *buffer) in mpsc_pbuf_claim() function