Home
last modified time | relevance | path

Searched refs:spsc_pbuf_ext_nocache (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/sys/
Dspsc_pbuf.h88 struct spsc_pbuf_ext_nocache { struct
109 struct spsc_pbuf_ext_nocache nocache; argument
/Zephyr-latest/lib/os/
Dspsc_pbuf.c96 return len - sizeof(struct spsc_pbuf_ext_nocache); in get_len()