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() 333 if (buffer->notify_drop) { in mpsc_pbuf_put_word() 334 buffer->notify_drop(buffer, dropped_item); in mpsc_pbuf_put_word() 397 if (buffer->notify_drop) { in mpsc_pbuf_alloc() 398 buffer->notify_drop(buffer, dropped_item); in mpsc_pbuf_alloc() 477 if (buffer->notify_drop) { in mpsc_pbuf_put_word_ext() 478 buffer->notify_drop(buffer, dropped_item); in mpsc_pbuf_put_word_ext() 528 if (buffer->notify_drop) { in mpsc_pbuf_put_data() 529 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,
|