Home
last modified time | relevance | path

Searched defs:is_lru (Results 1 – 2 of 2) sorted by relevance

/linux/mm/
H A Dmigrate.c1032 bool is_lru = !__folio_test_movable(src); in move_to_new_folio() local
1193 bool is_lru = data_race(!__folio_test_movable(src)); in migrate_folio_unmap() local
1353 bool is_lru = !__folio_test_movable(src); in migrate_folio_move() local
/linux/tools/testing/selftests/bpf/map_tests/
H A Dmap_percpu_stats.c129 static bool is_lru(__u32 map_type) in is_lru() function