Go to the source code of this file.
◆ list_entry
| #define list_entry |
( |
| ptr, |
|
|
| type, |
|
|
| member ) |
Value:
#define container_of(ptr, type, member)
Definition at line 48 of file llist.h.
◆ list_for_each_entry
| #define list_for_each_entry |
( |
| pos, |
|
|
| head, |
|
|
| member ) |
Value:
#define list_entry(ptr, type, member)
Definition at line 50 of file llist.h.
◆ LIST_HEAD
Value:
Definition at line 16 of file llist.h.
◆ LLIST_INIT
Value:
Definition at line 15 of file llist.h.
◆ llist_add()
◆ llist_add_tail()
◆ llist_del()
| static void llist_del |
( |
struct llist_head * | entry | ) |
|
|
inlinestatic |
◆ llist_del_init()
◆ llist_init()
| static void llist_init |
( |
struct llist_head * | head | ) |
|
|
inlinestatic |