Searched refs:stat_info (Results 1 - 10 of 10) sorted by relevance

/linux-4.1.27/drivers/s390/scsi/
H A Dzfcp_sysfs.c566 *stat_inf = qtcb_config->stat_info; zfcp_sysfs_adapter_ex_config()
577 struct fsf_statistics_info stat_info; \
580 retval = zfcp_sysfs_adapter_ex_config(dev, &stat_info); \
589 (unsigned long long) stat_info.input_req,
590 (unsigned long long) stat_info.output_req,
591 (unsigned long long) stat_info.control_req);
594 (unsigned long long) stat_info.input_mb,
595 (unsigned long long) stat_info.output_mb);
598 (unsigned long long) stat_info.seconds_act);
H A Dzfcp_fsf.h365 struct fsf_statistics_info stat_info; member in struct:fsf_qtcb_bottom_config
/linux-4.1.27/drivers/media/radio/wl128x/
H A Dfmdrv_common.c638 struct tuned_station_info *stat_info = &fmdev->rx.stat_info; fm_rx_update_af_cache() local
645 fmdev->rx.stat_info.af_list_max = (af - FM_RDS_1_AF_FOLLOWS + 1); fm_rx_update_af_cache()
646 fmdev->rx.stat_info.afcache_size = 0; fm_rx_update_af_cache()
647 fmdbg("No of expected AF : %d\n", fmdev->rx.stat_info.af_list_max); fm_rx_update_af_cache()
665 for (index = 0; index < stat_info->afcache_size; index++) { fm_rx_update_af_cache()
666 if (stat_info->af_cache[index] == freq) fm_rx_update_af_cache()
670 if (index == stat_info->af_list_max) { fm_rx_update_af_cache()
678 if (index == stat_info->afcache_size) { fm_rx_update_af_cache()
680 stat_info->af_cache[index] = freq; fm_rx_update_af_cache()
681 stat_info->afcache_size++; fm_rx_update_af_cache()
768 if (fmdev->rx.stat_info.picode != cur_picode) fm_irq_handle_rdsdata_getcmd_resp()
769 fmdev->rx.stat_info.picode = cur_picode; fm_irq_handle_rdsdata_getcmd_resp()
865 (fmdev->rx.stat_info.afcache_size != 0)) { fm_irq_handle_low_rssi_start()
887 payload = fmdev->rx.stat_info.picode; fm_irq_afjump_set_pi()
921 fmdbg("Swtich to %d KHz\n", fmdev->rx.stat_info.af_cache[fmdev->rx.afjump_idx]); fm_irq_afjump_setfreq()
922 frq_index = (fmdev->rx.stat_info.af_cache[fmdev->rx.afjump_idx] - fm_irq_afjump_setfreq()
995 jumped_freq = fmdev->rx.stat_info.af_cache[fmdev->rx.afjump_idx]; fm_irq_afjump_rd_freq_resp()
1012 if (fmdev->rx.afjump_idx >= fmdev->rx.stat_info.afcache_size) { fm_irq_afjump_rd_freq_resp()
H A Dfmdrv_rx.c41 fmdev->rx.stat_info.picode = FM_NO_PI_CODE; fm_rx_reset_station_info()
42 fmdev->rx.stat_info.afcache_size = 0; fm_rx_reset_station_info()
43 fmdev->rx.stat_info.af_list_max = 0; fm_rx_reset_station_info()
H A Dfmdrv.h165 struct tuned_station_info stat_info; member in struct:fm_rx
/linux-4.1.27/tools/power/acpi/tools/acpidump/
H A Dapfiles.c54 struct stat stat_info; ap_is_existing_file() local
56 if (!stat(pathname, &stat_info)) { ap_is_existing_file()
/linux-4.1.27/fs/f2fs/
H A Ddebug.c366 sbi->stat_info = si; f2fs_build_stats()
H A Dgc.c684 stat_inc_call_count(sbi->stat_info); do_garbage_collect()
H A Df2fs.h688 struct f2fs_stat_info *stat_info; /* FS status information */ member in struct:f2fs_sb_info
1684 return (struct f2fs_stat_info *)sbi->stat_info; F2FS_STAT()
H A Dcheckpoint.c1088 stat_inc_cp_count(sbi->stat_info); write_checkpoint()

Completed in 514 milliseconds