Searched refs:TestSetPageLRU (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/mm/ | ||
D | swap.c | 62 if (!TestSetPageLRU(page)) in lru_cache_add() |
/linux-2.4.37.9/include/linux/ | ||
D | mm.h | 414 #define TestSetPageLRU(page) test_and_set_bit(PG_lru, &(page)->flags) macro |