tag | line | file | source code |
age | 120 | include/linux/mm.h | age:8, |
age | 88 | include/linux/pagemap.h | page->age = PAGE_AGE_VALUE; |
age | 106 | include/linux/swapctl.h | if (page->age < (MAX_PAGE_AGE - PAGE_ADVANCE)) |
age | 107 | include/linux/swapctl.h | page->age += PAGE_ADVANCE; |
age | 109 | include/linux/swapctl.h | page->age = MAX_PAGE_AGE; |
age | 114 | include/linux/swapctl.h | if (page->age > PAGE_DECLINE) |
age | 115 | include/linux/swapctl.h | page->age -= PAGE_DECLINE; |
age | 117 | include/linux/swapctl.h | page->age = 0; |
age | 122 | include/linux/swapctl.h | return mem_map[MAP_NR(addr)].age; |
age | 127 | include/linux/swapctl.h | mem_map[MAP_NR(addr)].age = PAGE_INITIAL_AGE; |
age | 190 | mm/page_alloc.c | map->age = PAGE_INITIAL_AGE; \ |
age | 99 | mm/vmscan.c | if (page_map->age) |