Searched refs:stat_info (Results 1 – 11 of 11) sorted by relevance
625 struct tuned_station_info *stat_info = &fmdev->rx.stat_info; in fm_rx_update_af_cache() local632 fmdev->rx.stat_info.af_list_max = (af - FM_RDS_1_AF_FOLLOWS + 1); in fm_rx_update_af_cache()633 fmdev->rx.stat_info.afcache_size = 0; in fm_rx_update_af_cache()634 fmdbg("No of expected AF : %d\n", fmdev->rx.stat_info.af_list_max); in fm_rx_update_af_cache()652 for (index = 0; index < stat_info->afcache_size; index++) { in fm_rx_update_af_cache()653 if (stat_info->af_cache[index] == freq) in fm_rx_update_af_cache()657 if (index == stat_info->af_list_max) { in fm_rx_update_af_cache()665 if (index == stat_info->afcache_size) { in fm_rx_update_af_cache()667 stat_info->af_cache[index] = freq; in fm_rx_update_af_cache()668 stat_info->afcache_size++; in fm_rx_update_af_cache()[all …]
152 struct tuned_station_info stat_info; member
28 fmdev->rx.stat_info.picode = FM_NO_PI_CODE; in fm_rx_reset_station_info()29 fmdev->rx.stat_info.afcache_size = 0; in fm_rx_reset_station_info()30 fmdev->rx.stat_info.af_list_max = 0; in fm_rx_reset_station_info()
607 *stat_inf = qtcb_config->stat_info; in zfcp_sysfs_adapter_ex_config()618 struct fsf_statistics_info stat_info; \621 retval = zfcp_sysfs_adapter_ex_config(dev, &stat_info); \630 (unsigned long long) stat_info.input_req,631 (unsigned long long) stat_info.output_req,632 (unsigned long long) stat_info.control_req);635 (unsigned long long) stat_info.input_mb,636 (unsigned long long) stat_info.output_mb);639 (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() local34 if (!stat(pathname, &stat_info)) { in ap_is_existing_file()
484 sbi->stat_info = si; in f2fs_build_stats()
1247 stat_inc_call_count(sbi->stat_info); in do_garbage_collect()
1624 stat_inc_cp_count(sbi->stat_info); in f2fs_write_checkpoint()
1308 struct f2fs_stat_info *stat_info; /* FS status information */ member3304 return (struct f2fs_stat_info *)sbi->stat_info; in F2FS_STAT()
545 stat_inc_bg_cp_count(sbi->stat_info); in f2fs_balance_fs_bg()