Scroll to navigation

LIST_BULK_MOVE_TAIL(9) Data Types LIST_BULK_MOVE_TAIL(9)

NAME

list_bulk_move_tail - move a subsection of a list to its tail

SYNOPSIS

void list_bulk_move_tail(struct list_head * head, struct list_head * first, struct list_head * last);

ARGUMENTS

head

the head that will follow our entry

first

first entry to move

last

last entry to move, can be the same as first

DESCRIPTION

Move all entries between first and including last before head. All three entries must belong to the same linked list.

COPYRIGHT

June 2023 Kernel Hackers Manual 3.10