Searched refs:stat_info (Results 1 – 11 of 11) sorted by relevance
631 struct tuned_station_info *stat_info = &fmdev->rx.stat_info; in fm_rx_update_af_cache() local638 fmdev->rx.stat_info.af_list_max = (af - FM_RDS_1_AF_FOLLOWS + 1); in fm_rx_update_af_cache()639 fmdev->rx.stat_info.afcache_size = 0; in fm_rx_update_af_cache()640 fmdbg("No of expected AF : %d\n", fmdev->rx.stat_info.af_list_max); in fm_rx_update_af_cache()658 for (index = 0; index < stat_info->afcache_size; index++) { in fm_rx_update_af_cache()659 if (stat_info->af_cache[index] == freq) in fm_rx_update_af_cache()663 if (index == stat_info->af_list_max) { in fm_rx_update_af_cache()671 if (index == stat_info->afcache_size) { in fm_rx_update_af_cache()673 stat_info->af_cache[index] = freq; in fm_rx_update_af_cache()674 stat_info->afcache_size++; in fm_rx_update_af_cache()[all …]
161 struct tuned_station_info stat_info; member
37 fmdev->rx.stat_info.picode = FM_NO_PI_CODE; in fm_rx_reset_station_info()38 fmdev->rx.stat_info.afcache_size = 0; in fm_rx_reset_station_info()39 fmdev->rx.stat_info.af_list_max = 0; in fm_rx_reset_station_info()
564 *stat_inf = qtcb_config->stat_info; in zfcp_sysfs_adapter_ex_config()575 struct fsf_statistics_info stat_info; \578 retval = zfcp_sysfs_adapter_ex_config(dev, &stat_info); \587 (unsigned long long) stat_info.input_req,588 (unsigned long long) stat_info.output_req,589 (unsigned long long) stat_info.control_req);592 (unsigned long long) stat_info.input_mb,593 (unsigned long long) stat_info.output_mb);596 (unsigned long long) stat_info.seconds_act);
373 struct fsf_statistics_info stat_info; member
31 struct stat stat_info; in ap_is_existing_file() local33 if (!stat(pathname, &stat_info)) { in ap_is_existing_file()
462 sbi->stat_info = si; in f2fs_build_stats()
1126 stat_inc_call_count(sbi->stat_info); in do_garbage_collect()
1511 stat_inc_cp_count(sbi->stat_info); in f2fs_write_checkpoint()
1259 struct f2fs_stat_info *stat_info; /* FS status information */ member3109 return (struct f2fs_stat_info *)sbi->stat_info; in F2FS_STAT()
533 stat_inc_bg_cp_count(sbi->stat_info); in f2fs_balance_fs_bg()