Searched refs:zfetch_stats (Results 1 – 2 of 2) sorted by relevance
715 zfetch_stats = isolate_section('zfetchstats', kstats_dict)717 zfetch_access_total = int(zfetch_stats['hits'])+int(zfetch_stats['misses'])720 prt_i2('Hit ratio:', f_perc(zfetch_stats['hits'], zfetch_access_total),721 f_hits(zfetch_stats['hits']))722 prt_i2('Miss ratio:', f_perc(zfetch_stats['misses'], zfetch_access_total),723 f_hits(zfetch_stats['misses']))
59 typedef struct zfetch_stats { struct66 static zfetch_stats_t zfetch_stats = { variable115 KSTAT_TYPE_NAMED, sizeof (zfetch_stats) / sizeof (kstat_named_t), in zfetch_init()119 zfetch_ksp->ks_data = &zfetch_stats; in zfetch_init()