list_rotate_left (9) - Linux Manuals

list_rotate_left: rotate the list to the left

NAME

list_rotate_left - rotate the list to the left

SYNOPSIS

void list_rotate_left(struct list_head head);

ARGUMENTS

head

the head of the list

COPYRIGHT