Lines Matching refs:eviction
4 # Demand paging sample eviction algorithms
7 prompt "Page frame eviction algorithms"
13 bool "Custom eviction algorithm"
16 This option is chosen when the eviction algorithm will be implemented
20 bool "Not Recently Used (NRU) page eviction algorithm"
22 This implements a Not Recently Used page eviction algorithm.
33 bool "Least Recently Used (LRU) page eviction algorithm"
36 This implements a Least Recently Used page eviction algorithm.
39 the page eviction queue. This is more efficient than the NRU
41 one page at a time and only when there is a page eviction request.
51 pages that are capable of being paged out. At eviction time, if a page
59 Selected by eviction algorithms which needs page tracking and need to