Searched refs:log_lost_cnt (Results 1 – 4 of 4) sorted by relevance
388 shell_print(sh, "Lost logs: %lu", sh->stats->log_lost_cnt); in cmd_shell_stats_show()399 sh->stats->log_lost_cnt = 0; in cmd_shell_stats_reset()
121 atomic_add(&sh->stats->log_lost_cnt, cnt); in dropped()
1224 sh->stats->log_lost_cnt = 0; in instance_init()
699 atomic_t log_lost_cnt; /*!< Lost log counter.*/ member