Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dfetchop.c124 unsigned long pages_in_use; /* Number of fetchop pages in use */ member
255 if (count > 0 && fetchop_stats.pages_in_use + count > fetchop_stats.pages_total) { in fetchop_update_stats()
259 fetchop_stats.pages_in_use += count; in fetchop_update_stats()
377 len += sprintf(page + len, "current fetchop pages : %lu\n", fetchop_stats.pages_in_use); in fetchop_read_proc()