Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mtd/ubi/
Dwl.c680 ubi_assert(!ubi->move_from && !ubi->move_to);
762 ubi->move_from = e1;
889 ubi->move_from = ubi->move_to = NULL;
945 ubi->move_from = ubi->move_to = NULL;
976 ubi->move_from = ubi->move_to = NULL;
1243 if (e == ubi->move_from) {
1329 if (e == ubi->move_from || in_wl_tree(e, &ubi->scrub) ||
1442 else if (ubi->move_from == e)
Dubi.h616 struct ubi_wl_entry *move_from; member
/Linux-v5.4/net/core/
Dfilter.c2309 u32 move_from; in BPF_CALL_4() local
2312 move_from = i + shift - MAX_MSG_FRAGS; in BPF_CALL_4()
2314 move_from = i + shift; in BPF_CALL_4()
2315 if (move_from == msg->sg.end) in BPF_CALL_4()
2318 msg->sg.data[i] = msg->sg.data[move_from]; in BPF_CALL_4()
2319 msg->sg.data[move_from].length = 0; in BPF_CALL_4()
2320 msg->sg.data[move_from].page_link = 0; in BPF_CALL_4()
2321 msg->sg.data[move_from].offset = 0; in BPF_CALL_4()