Home
last modified time | relevance | path

Searched refs:_dnode (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-2.7.6/include/sys/
Ddlist.h37 struct _dnode { struct
39 struct _dnode *head; /* ptr to head of list (sys_dlist_t) */ argument
40 struct _dnode *next; /* ptr to next node (sys_dnode_t) */
43 struct _dnode *tail; /* ptr to tail of list (sys_dlist_t) */ argument
44 struct _dnode *prev; /* ptr to previous node (sys_dnode_t) */
48 typedef struct _dnode sys_dlist_t;
49 typedef struct _dnode sys_dnode_t;