Searched refs:spsc_pbuf_alloc (Results  1 – 3 of 3) sorted by relevance
| /Zephyr-latest/include/zephyr/sys/ | 
| D | spsc_pbuf.h | 192 int spsc_pbuf_alloc(struct spsc_pbuf *pb, uint16_t len, char **buf);
 | 
| /Zephyr-latest/lib/os/ | 
| D | spsc_pbuf.c | 136 int spsc_pbuf_alloc(struct spsc_pbuf *pb, uint16_t len, char **buf)  in spsc_pbuf_alloc()  function237 	outlen = spsc_pbuf_alloc(pb, len, &pbuf);  in spsc_pbuf_write()
 
 | 
| /Zephyr-latest/tests/lib/spsc_pbuf/src/ | 
| D | main.c | 137 	rv = spsc_pbuf_alloc(pb, len, &buf);  in packet_write()281 	len2 = spsc_pbuf_alloc(pb, len2, &buf);  in ZTEST()
 522 		err = spsc_pbuf_alloc(ctx->pbuf, len, &buf);  in stress_alloc_commit()
 
 |