Searched refs:move_to (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/ubi/ |
H A D | wl.c | 670 ubi_assert(!ubi->move_from && !ubi->move_to); 757 ubi->move_to = e2; 883 ubi->move_from = ubi->move_to = NULL; 942 ubi->move_from = ubi->move_to = NULL; 973 ubi->move_from = ubi->move_to = NULL; 1278 } else if (e == ubi->move_to) { 1357 if (e == ubi->move_to) { 1466 else if (ubi->move_to == e)
|
H A D | ubi.h | 506 * @move_to, @move_to_put @erase_pending, @wl_scheduled, @works, 516 * @move_to: physical eraseblock where the data is being moved to 621 struct ubi_wl_entry *move_to; member
|
/kernel/linux/linux-6.6/drivers/mtd/ubi/ |
H A D | wl.c | 670 ubi_assert(!ubi->move_from && !ubi->move_to); 761 ubi->move_to = e2; 887 ubi->move_from = ubi->move_to = NULL; 946 ubi->move_from = ubi->move_to = NULL; 977 ubi->move_from = ubi->move_to = NULL; 1288 } else if (e == ubi->move_to) { 1367 if (e == ubi->move_to) { 1476 else if (ubi->move_to == e)
|
H A D | ubi.h | 504 * @move_to, @move_to_put @erase_pending, @wl_scheduled, @works, 514 * @move_to: physical eraseblock where the data is being moved to 619 struct ubi_wl_entry *move_to; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/ |
H A D | test_tablet.py | 174 def move_to(self, state): member in Pen 469 p.move_to(PenState.PEN_IS_OUT_OF_RANGE) 482 p.move_to(state)
|
/kernel/linux/linux-6.6/mm/ |
H A D | vmscan.c | 2257 struct list_head *move_to = src; in isolate_lru_folios() local 2269 move_to = &folios_skipped; in isolate_lru_folios() 2303 move_to = dst; in isolate_lru_folios() 2305 list_move(&folio->lru, move_to); in isolate_lru_folios()
|
Completed in 21 milliseconds