Searched refs:error_stats (Results 1 – 3 of 3) sorted by relevance
476 static void malidp_error_stats_init(struct malidp_error_stats *error_stats) in malidp_error_stats_init() argument478 error_stats->num_errors = 0; in malidp_error_stats_init()479 error_stats->last_error_status = 0; in malidp_error_stats_init()480 error_stats->last_error_vblank = -1; in malidp_error_stats_init()484 struct malidp_error_stats *error_stats, u32 status, in malidp_error() argument490 error_stats->last_error_status = status; in malidp_error()491 error_stats->last_error_vblank = vblank; in malidp_error()492 error_stats->num_errors++; in malidp_error()497 struct malidp_error_stats error_stats, in malidp_error_stats_dump() argument501 error_stats.num_errors); in malidp_error_stats_dump()[all …]
98 struct malidp_error_stats *error_stats, u32 status,
1762 BTRFS_ATTR(devid, error_stats, btrfs_devinfo_error_stats_show);1770 BTRFS_ATTR_PTR(devid, error_stats),