Searched refs:TestClearPageLRU (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/mm/ | ||
D | swap.c | 77 if (TestClearPageLRU(page)) { in __lru_cache_del() |
/linux-2.4.37.9/include/linux/ | ||
D | mm.h | 415 #define TestClearPageLRU(page) test_and_clear_bit(PG_lru, &(page)->flags) macro |