Home
last modified time | relevance | path

Searched refs:notify_drop (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/include/zephyr/sys/
Dmpsc_pbuf.h113 mpsc_pbuf_notify_drop notify_drop; member
139 mpsc_pbuf_notify_drop notify_drop; member
/Zephyr-latest/lib/os/
Dmpsc_pbuf.c33 buffer->notify_drop = cfg->notify_drop; in mpsc_pbuf_init()
328 if (buffer->notify_drop) { in mpsc_pbuf_put_word()
329 buffer->notify_drop(buffer, dropped_item); in mpsc_pbuf_put_word()
392 if (buffer->notify_drop) { in mpsc_pbuf_alloc()
393 buffer->notify_drop(buffer, dropped_item); in mpsc_pbuf_alloc()
472 if (buffer->notify_drop) { in mpsc_pbuf_put_word_ext()
473 buffer->notify_drop(buffer, dropped_item); in mpsc_pbuf_put_word_ext()
523 if (buffer->notify_drop) { in mpsc_pbuf_put_data()
524 buffer->notify_drop(buffer, dropped_item); in mpsc_pbuf_put_data()
/Zephyr-latest/subsys/logging/frontends/
Dlog_frontend_dict_uart.c56 static void notify_drop(const struct mpsc_pbuf_buffer *buffer, in notify_drop() function
64 .notify_drop = notify_drop,
Dlog_frontend_stmesp_demux.c90 static void notify_drop(const struct mpsc_pbuf_buffer *buffer, in notify_drop() function
162 .notify_drop = notify_drop, in log_frontend_stmesp_demux_init()
/Zephyr-latest/include/zephyr/shell/
Dshell_log_backend.h80 .notify_drop = NULL, \
/Zephyr-latest/include/zephyr/logging/
Dlog_link.h91 .notify_drop = z_log_notify_drop, \
/Zephyr-latest/tests/lib/mpsc_pbuf/src/
Dmain.c86 .notify_drop = drop,
923 .notify_drop = consistent_drop, in ZTEST()
1101 .notify_drop = drop, in ZTEST()
1209 .notify_drop = ignore_drop, in ZTEST()
Dconcurrent.c238 .notify_drop = drop, in stress_test()
/Zephyr-latest/subsys/logging/
Dlog_core.c133 .notify_drop = z_log_notify_drop,