Searched refs:count_highmem_pages (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/power/
H A Dswsusp.c68 unsigned int count_highmem_pages(void);
72 static inline unsigned int count_highmem_pages(void) { return 0; } function
235 highmem_size = count_highmem_pages();
H A Dsnapshot.c849 * count_highmem_pages - compute the total number of saveable highmem
853 unsigned int count_highmem_pages(void) function
874 static inline unsigned int count_highmem_pages(void) { return 0; } function
1207 nr_highmem = count_highmem_pages();

Completed in 124 milliseconds