move_from 616 drivers/mtd/ubi/ubi.h struct ubi_wl_entry *move_from; move_from 680 drivers/mtd/ubi/wl.c ubi_assert(!ubi->move_from && !ubi->move_to); move_from 762 drivers/mtd/ubi/wl.c ubi->move_from = e1; move_from 889 drivers/mtd/ubi/wl.c ubi->move_from = ubi->move_to = NULL; move_from 945 drivers/mtd/ubi/wl.c ubi->move_from = ubi->move_to = NULL; move_from 976 drivers/mtd/ubi/wl.c ubi->move_from = ubi->move_to = NULL; move_from 1243 drivers/mtd/ubi/wl.c if (e == ubi->move_from) { move_from 1329 drivers/mtd/ubi/wl.c if (e == ubi->move_from || in_wl_tree(e, &ubi->scrub) || move_from 1442 drivers/mtd/ubi/wl.c else if (ubi->move_from == e) move_from 2310 net/core/filter.c u32 move_from; move_from 2313 net/core/filter.c move_from = i + shift - NR_MSG_FRAG_IDS; move_from 2315 net/core/filter.c move_from = i + shift; move_from 2316 net/core/filter.c if (move_from == msg->sg.end) move_from 2319 net/core/filter.c msg->sg.data[i] = msg->sg.data[move_from]; move_from 2320 net/core/filter.c msg->sg.data[move_from].length = 0; move_from 2321 net/core/filter.c msg->sg.data[move_from].page_link = 0; move_from 2322 net/core/filter.c msg->sg.data[move_from].offset = 0;