1LIST_ROTATE_LEFT(9) Data Types LIST_ROTATE_LEFT(9)
2
3
4
6 list_rotate_left - rotate the list to the left
7
9 void list_rotate_left(struct list_head * head);
10
12 head
13 the head of the list
14
16Kernel Hackers Manual 2.6. November 2011 LIST_ROTATE_LEFT(9)