ufs_stats
struct ufs_event_hist *e = hba->ufs_stats.event;
hba->ufs_stats.last_hibern8_exit_tstamp = ktime_set(0, 0);
hba->ufs_stats.last_hibern8_exit_tstamp = local_clock();
hba->ufs_stats.hibern8_exit_cnt++;
e = &hba->ufs_stats.event[id];
hba->ufs_stats.last_hibern8_exit_tstamp = ktime_set(0, 0);
e = &hba->ufs_stats.event[id];
div_u64(hba->ufs_stats.last_hibern8_exit_tstamp, 1000),
hba->ufs_stats.hibern8_exit_cnt);
hba->ufs_stats.hibern8_exit_cnt = 0;
hba->ufs_stats.last_hibern8_exit_tstamp = ktime_set(0, 0);
struct ufs_stats ufs_stats;