Home
last modified time | relevance | path

Searched refs:fetchop_stats (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/char/
Dfetchop.c122 struct fetchop_stats { struct
128 static struct fetchop_stats fetchop_stats; argument
255 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()