Home
last modified time | relevance | path

Searched refs:move_to (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/mtd/ubi/
Dwl.c670 ubi_assert(!ubi->move_from && !ubi->move_to);
761 ubi->move_to = e2;
887 ubi->move_from = ubi->move_to = NULL;
943 ubi->move_from = ubi->move_to = NULL;
974 ubi->move_from = ubi->move_to = NULL;
1269 } else if (e == ubi->move_to) {
1348 if (e == ubi->move_to) {
1457 else if (ubi->move_to == e)
Dubi.h619 struct ubi_wl_entry *move_to; member
/linux-5.19.10/mm/
Dvmscan.c2093 struct list_head *move_to = src; in isolate_lru_pages() local
2104 move_to = &pages_skipped; in isolate_lru_pages()
2138 move_to = dst; in isolate_lru_pages()
2140 list_move(&page->lru, move_to); in isolate_lru_pages()