Searched refs:move_to (Results 1 - 4 of 4) sorted by last modified time

/linux-master/mm/
H A Dvmscan.c1646 struct list_head *move_to = src; local
1658 move_to = &folios_skipped;
1692 move_to = dst;
1694 list_move(&folio->lru, move_to);
/linux-master/tools/testing/selftests/hid/tests/
H A Dtest_tablet.py542 def move_to(self, pen, state, button): member in class:PenDigitizer
697 uhdev.move_to(p, PenState.PEN_IS_OUT_OF_RANGE, button)
714 uhdev.move_to(p, state, button)
921 def move_to(self, pen, state, button): member in class:XPPen_ArtistPro16Gen2_28bd_095b
1023 def move_to(self, pen, state, button, debug=True): member in class:XPPen_Artist24_28bd_093a
1076 self.move_to(intermediate_pen, state, button, debug=False)
1160 def move_to(self, pen, state, button, debug=True): member in class:Huion_Kamvas_Pro_19_256c_006b
1243 self.move_to(intermediate_pen, state, test_button, debug=False)
/linux-master/drivers/mtd/ubi/
H A Dubi.h502 * @move_to, @move_to_put @erase_pending, @wl_scheduled, @works,
512 * @move_to: physical eraseblock where the data is being moved to
619 struct ubi_wl_entry *move_to; member in struct:ubi_device
H A Dwl.c682 ubi_assert(!ubi->move_from && !ubi->move_to);
773 ubi->move_to = e2;
899 ubi->move_from = ubi->move_to = NULL;
958 ubi->move_from = ubi->move_to = NULL;
989 ubi->move_from = ubi->move_to = NULL;
1300 } else if (e == ubi->move_to) {
1379 if (e == ubi->move_to) {
1488 else if (ubi->move_to == e)

Completed in 174 milliseconds