Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mtd/ubi/
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)
Dubi.h618 struct ubi_wl_entry *move_from; member
/linux-6.12.1/net/core/
Dfilter.c2737 u32 move_from; in BPF_CALL_4() local
2740 move_from = i + shift - NR_MSG_FRAG_IDS; in BPF_CALL_4()
2742 move_from = i + shift; in BPF_CALL_4()
2743 if (move_from == msg->sg.end) in BPF_CALL_4()
2746 msg->sg.data[i] = msg->sg.data[move_from]; in BPF_CALL_4()
2747 msg->sg.data[move_from].length = 0; in BPF_CALL_4()
2748 msg->sg.data[move_from].page_link = 0; in BPF_CALL_4()
2749 msg->sg.data[move_from].offset = 0; in BPF_CALL_4()