Home
last modified time | relevance | path

Searched refs:move_from (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/ubi/
H A Dwl.c670 ubi_assert(!ubi->move_from && !ubi->move_to);
756 ubi->move_from = e1;
883 ubi->move_from = ubi->move_to = NULL;
942 ubi->move_from = ubi->move_to = NULL;
973 ubi->move_from = ubi->move_to = NULL;
1265 if (e == ubi->move_from) {
1351 if (e == ubi->move_from || in_wl_tree(e, &ubi->scrub) ||
1464 else if (ubi->move_from == e)
H A Dubi.h505 * @wl_lock: protects the @used, @free, @pq, @pq_head, @lookuptbl, @move_from,
515 * @move_from: physical eraseblock from where the data is being moved
620 struct ubi_wl_entry *move_from; member
/kernel/linux/linux-6.6/drivers/mtd/ubi/
H A Dwl.c670 ubi_assert(!ubi->move_from && !ubi->move_to);
760 ubi->move_from = e1;
887 ubi->move_from = ubi->move_to = NULL;
946 ubi->move_from = ubi->move_to = NULL;
977 ubi->move_from = ubi->move_to = NULL;
1275 if (e == ubi->move_from) {
1361 if (e == ubi->move_from || in_wl_tree(e, &ubi->scrub) ||
1474 else if (ubi->move_from == e)
H A Dubi.h503 * @wl_lock: protects the @used, @free, @pq, @pq_head, @lookuptbl, @move_from,
513 * @move_from: physical eraseblock from where the data is being moved
618 struct ubi_wl_entry *move_from; member
/kernel/linux/linux-5.10/net/core/
H A Dfilter.c2719 u32 move_from; in BPF_CALL_4() local
2722 move_from = i + shift - NR_MSG_FRAG_IDS; in BPF_CALL_4()
2724 move_from = i + shift; in BPF_CALL_4()
2725 if (move_from == msg->sg.end) in BPF_CALL_4()
2728 msg->sg.data[i] = msg->sg.data[move_from]; in BPF_CALL_4()
2729 msg->sg.data[move_from].length = 0; in BPF_CALL_4()
2730 msg->sg.data[move_from].page_link = 0; in BPF_CALL_4()
2731 msg->sg.data[move_from].offset = 0; in BPF_CALL_4()
/kernel/linux/linux-6.6/net/core/
H A Dfilter.c2711 u32 move_from; in BPF_CALL_4() local
2714 move_from = i + shift - NR_MSG_FRAG_IDS; in BPF_CALL_4()
2716 move_from = i + shift; in BPF_CALL_4()
2717 if (move_from == msg->sg.end) in BPF_CALL_4()
2720 msg->sg.data[i] = msg->sg.data[move_from]; in BPF_CALL_4()
2721 msg->sg.data[move_from].length = 0; in BPF_CALL_4()
2722 msg->sg.data[move_from].page_link = 0; in BPF_CALL_4()
2723 msg->sg.data[move_from].offset = 0; in BPF_CALL_4()

Completed in 31 milliseconds