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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/power/
H A Dsnapshot.c235 #define BM_END_OF_MAP (~0UL) macro
548 * in the bitmap @bm. If the pfn cannot be found, BM_END_OF_MAP is
573 return BM_END_OF_MAP;
1027 if (unlikely(pfn == BM_END_OF_MAP))
1640 if (unlikely(buf[j] == BM_END_OF_MAP))
1731 if (likely(pfn != BM_END_OF_MAP)) {
1737 } while (pfn != BM_END_OF_MAP);
1751 while (pfn != BM_END_OF_MAP) {
1798 if (unlikely(buf[j] == BM_END_OF_MAP))
1846 while (pfn != BM_END_OF_MAP) {
[all...]

Completed in 119 milliseconds