Searched refs:move_from (Results 1 - 3 of 3) sorted by last modified time

/linux-master/net/core/
H A Dfilter.c2725 u32 move_from; local
2728 move_from = i + shift - NR_MSG_FRAG_IDS;
2730 move_from = i + shift;
2731 if (move_from == msg->sg.end)
2734 msg->sg.data[i] = msg->sg.data[move_from];
2735 msg->sg.data[move_from].length = 0;
2736 msg->sg.data[move_from].page_link = 0;
2737 msg->sg.data[move_from].offset = 0;
/linux-master/drivers/mtd/ubi/
H A Dubi.h501 * @wl_lock: protects the @used, @free, @pq, @pq_head, @lookuptbl, @move_from,
511 * @move_from: physical eraseblock from where the data is being moved
618 struct ubi_wl_entry *move_from; member in struct:ubi_device
H A Dwl.c682 ubi_assert(!ubi->move_from && !ubi->move_to);
772 ubi->move_from = e1;
899 ubi->move_from = ubi->move_to = NULL;
958 ubi->move_from = ubi->move_to = NULL;
989 ubi->move_from = ubi->move_to = NULL;
1287 if (e == ubi->move_from) {
1373 if (e == ubi->move_from || in_wl_tree(e, &ubi->scrub) ||
1486 else if (ubi->move_from == e)

Completed in 202 milliseconds