Home
last modified time | relevance | path

Searched refs:move_from (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mtd/ubi/
H A Dwl.c669 ubi_assert(!ubi->move_from && !ubi->move_to);
755 ubi->move_from = e1;
882 ubi->move_from = ubi->move_to = NULL;
938 ubi->move_from = ubi->move_to = NULL;
969 ubi->move_from = ubi->move_to = NULL;
1247 if (e == ubi->move_from) {
1333 if (e == ubi->move_from || in_wl_tree(e, &ubi->scrub) ||
1446 else if (ubi->move_from == e)
H A Dubi.h620 struct ubi_wl_entry *move_from; member
/OK3568_Linux_fs/u-boot/drivers/mtd/ubi/
H A Dwl.c692 ubi_assert(!ubi->move_from && !ubi->move_to);
768 ubi->move_from = e1;
880 ubi->move_from = ubi->move_to = NULL;
930 ubi->move_from = ubi->move_to = NULL;
950 ubi->move_from = ubi->move_to = NULL;
1214 if (e == ubi->move_from) {
1300 if (e == ubi->move_from || in_wl_tree(e, &ubi->scrub) ||
H A Dubi.h590 struct ubi_wl_entry *move_from; member
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c2688 u32 move_from; in BPF_CALL_4() local
2691 move_from = i + shift - NR_MSG_FRAG_IDS; in BPF_CALL_4()
2693 move_from = i + shift; in BPF_CALL_4()
2694 if (move_from == msg->sg.end) in BPF_CALL_4()
2697 msg->sg.data[i] = msg->sg.data[move_from]; in BPF_CALL_4()
2698 msg->sg.data[move_from].length = 0; in BPF_CALL_4()
2699 msg->sg.data[move_from].page_link = 0; in BPF_CALL_4()
2700 msg->sg.data[move_from].offset = 0; in BPF_CALL_4()