Searched refs:fetchop_stats (Results 1 – 1 of 1) sorted by relevance
122 struct fetchop_stats { struct128 static struct fetchop_stats fetchop_stats; argument255 if (count > 0 && fetchop_stats.pages_in_use + count > fetchop_stats.pages_total) { in fetchop_update_stats()258 fetchop_stats.map_count += mmap; in fetchop_update_stats()259 fetchop_stats.pages_in_use += count; in fetchop_update_stats()376 len += sprintf(page + len, "mappings : %lu\n", fetchop_stats.map_count); in fetchop_read_proc()377 len += sprintf(page + len, "current fetchop pages : %lu\n", fetchop_stats.pages_in_use); in fetchop_read_proc()378 len += sprintf(page + len, "maximum fetchop pages : %lu\n", fetchop_stats.pages_total); in fetchop_read_proc()425 fetchop_stats.pages_total += count; in fetchop_build_memmap()