Home
last modified time | relevance | path

Searched refs:dropped (Results 1 – 25 of 34) sorted by relevance

12

/subsys/shell/
A Dshell_log_backend.c60 uint32_t dropped; in z_shell_log_backend_process() local
64 dropped = atomic_set(&backend->control_block->dropped_cnt, 0); in z_shell_log_backend_process()
65 if (dropped) { in z_shell_log_backend_process()
73 log_output_dropped_process(backend->log_output, dropped); in z_shell_log_backend_process()
115 static void dropped(const struct log_backend *const backend, uint32_t cnt) in dropped() function
247 dropped(backend, 1); in process()
267 .dropped = dropped,
A DKconfig.template.shell_log_queue_timeout9 dropped if queue is still full after requested time (-1 is forever).
A DKconfig.template.shell_log_queue_size10 slow shell transport may lead to situations where logs are dropped
/subsys/logging/backends/
A Dlog_backend_semihost.c37 static void dropped(const struct log_backend *const backend, uint32_t cnt) in dropped() function
66 .dropped = IS_ENABLED(CONFIG_LOG_MODE_IMMEDIATE) ? NULL : dropped,
A Dlog_backend_xtensa_sim.c61 static void dropped(const struct log_backend *const backend, uint32_t cnt) in dropped() function
71 .dropped = IS_ENABLED(CONFIG_LOG_MODE_IMMEDIATE) ? NULL : dropped,
A Dlog_backend_adsp.c67 static inline void dropped(const struct log_backend *const backend, in dropped() function
93 .dropped = IS_ENABLED(CONFIG_LOG_MODE_IMMEDIATE) ? NULL : dropped,
A Dlog_backend_efi_console.c73 static void dropped(const struct log_backend *const backend, uint32_t cnt) in dropped() function
84 .dropped = IS_ENABLED(CONFIG_LOG_MODE_IMMEDIATE) ? NULL : dropped,
A Dlog_backend_native_posix.c66 static void dropped(const struct log_backend *const backend, uint32_t cnt) in dropped() function
92 .dropped = IS_ENABLED(CONFIG_LOG_MODE_IMMEDIATE) ? NULL : dropped,
A Dlog_backend_spinel.c60 static void dropped(const struct log_backend *const backend, uint32_t cnt) in dropped() function
108 .dropped = IS_ENABLED(CONFIG_LOG_MODE_IMMEDIATE) ? NULL : dropped,
A Dlog_backend_swo.c132 static void dropped(const struct log_backend *const backend, uint32_t cnt) in dropped() function
143 .dropped = IS_ENABLED(CONFIG_LOG_MODE_IMMEDIATE) ? NULL : dropped,
A Dlog_multidomain_backend.c222 static void dropped(const struct log_backend *const backend, uint32_t cnt) in dropped() function
230 .dropped = { in dropped()
231 .dropped = cnt in dropped()
243 .dropped = dropped,
A Dlog_backend_adsp_mtrace.c175 static void dropped(const struct log_backend *const backend, in dropped() function
212 .dropped = IS_ENABLED(CONFIG_LOG_MODE_IMMEDIATE) ? NULL : dropped,
A Dlog_backend_rtt.c311 static void dropped(const struct log_backend *const backend, uint32_t cnt) in dropped() function
342 .dropped = IS_ENABLED(CONFIG_LOG_MODE_IMMEDIATE) ? NULL : dropped,
A Dlog_backend_uart.c209 static void dropped(const struct log_backend *const backend, uint32_t cnt) in dropped() function
224 .dropped = IS_ENABLED(CONFIG_LOG_MODE_IMMEDIATE) ? NULL : dropped,
A Dlog_backend_fs.c447 static void dropped(const struct log_backend *const backend, uint32_t cnt) in dropped() function
492 .dropped = dropped,
A Dlog_backend_ble.c192 .dropped = NULL,
A DKconfig.fs32 In other case, when memory is full, new messages are dropped.
/subsys/logging/frontends/
A Dlog_frontend_dict_uart.c43 struct log_frontend_uart_dropped_pkt *dropped; member
72 static atomic_t dropped; /* Counter storing number of dropped messages to be reported. */ variable
82 if (dropped != 0) { in timeout()
138 pkt = generic_pkt.dropped; in add_drop_msg()
147 pkt->data.num_dropped_messages = atomic_set(&dropped, 0); in add_drop_msg()
283 atomic_inc(&dropped); in log_frontend_msg()
A Dlog_frontend_stmesp_demux.c90 uint32_t dropped; member
110 demux.dropped++; in notify_drop()
196 demux.dropped = 0; in log_frontend_stmesp_demux_init()
359 demux.dropped++; in garbage_collector()
549 demux.dropped++; in log_frontend_stmesp_demux_packet_start()
584 demux.dropped++; in log_frontend_stmesp_demux_packet_end()
596 uint32_t rv = demux.dropped; in log_frontend_stmesp_demux_get_dropped()
598 demux.dropped = 0; in log_frontend_stmesp_demux_get_dropped()
635 demux.dropped++; in log_frontend_stmesp_demux_reset()
A Dlog_frontend_stmesp.c58 static uint32_t dropped; variable
328 dropped++; in early_msg_end()
388 dropped++; in log_frontend_msg()
/subsys/logging/
A DKconfig85 - "Drop all prints": All log prints using rate-limited macros are dropped.
99 All log prints using rate-limited macros are dropped (no output).
A DKconfig.processing22 oldest one is dropped. If disabled, current message is dropped.
38 message is dropped. Forever blocking (-1) is possible however may lead
A Dlog_core.c522 uint32_t dropped = z_log_dropped_read_and_clear(); in dropped_notify() local
526 log_backend_dropped(backend, dropped); in dropped_notify()
/subsys/net/lib/shell/
A Dstats.c381 GET_STAT(iface, tc.recv[i].dropped), in print_tc_rx_stats()
388 GET_STAT(iface, tc.recv[i].dropped), in print_tc_rx_stats()
404 GET_STAT(iface, tc.recv[i].dropped), in print_tc_rx_stats()
/subsys/net/ip/
A DKconfig.ipv460 value is 0. When sending, the packet is dropped before transmitting
70 value is 0. When sending, the packet is dropped before transmitting

Completed in 79 milliseconds

12