Lines Matching refs:dropped
1566 uint32_t length, uint32_t dropped) in dbglog_debugfs_raw_data() argument
1586 slot->dropped = cpu_to_le32(dropped); in dbglog_debugfs_raw_data()
1778 slot->dropped = get_version; in send_diag_netlink_data()
1800 uint32_t len, uint32_t dropped) in dbglog_process_netlink_data() argument
1844 slot->dropped = cpu_to_le32(dropped); in dbglog_process_netlink_data()
1997 uint32_t dropped; in dbglog_parse_debug_logs() local
2023 if (len < sizeof(dropped)) { in dbglog_parse_debug_logs()
2028 dropped = *((uint32_t *) datap); in dbglog_parse_debug_logs()
2029 if (dropped > 0) { in dbglog_parse_debug_logs()
2031 ("%d log buffers are dropped\n", dropped)); in dbglog_parse_debug_logs()
2033 datap += sizeof(dropped); in dbglog_parse_debug_logs()
2034 len -= sizeof(dropped); in dbglog_parse_debug_logs()
2047 len, dropped); in dbglog_parse_debug_logs()
2053 dropped); in dbglog_parse_debug_logs()