Searched refs:mpsc_pbuf_claim (Results 1 – 8 of 8) sorted by relevance
129 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 …]
152 struct test_packet *packet = (struct test_packet *)mpsc_pbuf_claim(buffer); in consume()
232 const union mpsc_pbuf_generic *mpsc_pbuf_claim(struct mpsc_pbuf_buffer *buffer);
104 generic_pkt.ro_pkt = mpsc_pbuf_claim(&buf); in tx()191 isr_pkt.ro_pkt = mpsc_pbuf_claim(&buf); in uart_isr_callback()
633 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()
210 msg = (union log_msg_generic *)mpsc_pbuf_claim(mpsc_buffer); in process_msg_from_buffer()
143 foo_packet *packet = mpsc_pbuf_claim(buffer);
528 const union mpsc_pbuf_generic *mpsc_pbuf_claim(struct mpsc_pbuf_buffer *buffer) in mpsc_pbuf_claim() function