Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dfetchop.c125 unsigned long pages_total; /* Total number of fetchop pages */ member
255 if (count > 0 && fetchop_stats.pages_in_use + count > fetchop_stats.pages_total) { in fetchop_update_stats()
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()