Searched refs:notify_drop (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/include/zephyr/sys/ |
D | mpsc_pbuf.h | 113 mpsc_pbuf_notify_drop notify_drop; member 139 mpsc_pbuf_notify_drop notify_drop; member
|
/Zephyr-latest/lib/os/ |
D | mpsc_pbuf.c | 33 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/ |
D | log_frontend_dict_uart.c | 56 static void notify_drop(const struct mpsc_pbuf_buffer *buffer, in notify_drop() function 64 .notify_drop = notify_drop,
|
D | log_frontend_stmesp_demux.c | 90 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/ |
D | shell_log_backend.h | 80 .notify_drop = NULL, \
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_link.h | 91 .notify_drop = z_log_notify_drop, \
|
/Zephyr-latest/tests/lib/mpsc_pbuf/src/ |
D | main.c | 86 .notify_drop = drop, 923 .notify_drop = consistent_drop, in ZTEST() 1101 .notify_drop = drop, in ZTEST() 1209 .notify_drop = ignore_drop, in ZTEST()
|
D | concurrent.c | 238 .notify_drop = drop, in stress_test()
|
/Zephyr-latest/subsys/logging/ |
D | log_core.c | 133 .notify_drop = z_log_notify_drop,
|