#include <slist.h>
Collaboration diagram for list_head:
Data Fields | |
list_head * | next |
list_head * | prev |
Definition at line 15 of file slist.h.
struct list_head* list_head::next |
Definition at line 16 of file slist.h.
Referenced by __list_add(), __list_del(), __list_splice(), list_add(), list_del(), list_del_init(), list_empty(), list_move(), and list_move_tail().
struct list_head * list_head::prev |
Definition at line 16 of file slist.h.
Referenced by __list_add(), __list_del(), __list_splice(), list_add_tail(), list_del(), list_del_init(), list_move(), and list_move_tail().