Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/sys/
Ddlist.h36 struct _dnode { struct
38 struct _dnode *head; /* ptr to head of list (sys_dlist_t) */ argument
39 struct _dnode *next; /* ptr to next node (sys_dnode_t) */
42 struct _dnode *tail; /* ptr to tail of list (sys_dlist_t) */ argument
43 struct _dnode *prev; /* ptr to previous node (sys_dnode_t) */
50 typedef struct _dnode sys_dlist_t;
54 typedef struct _dnode sys_dnode_t;
/Zephyr-latest/doc/develop/optimizations/
Dtools.rst239 struct _dnode * head; /* 0 4 */
240 struct _dnode * next; /* 0 4 */
244 struct _dnode {
246 struct _dnode * head; /* 0 4 */
247 struct _dnode * next; /* 0 4 */
250 struct _dnode * tail; /* 4 4 */
251 struct _dnode * prev; /* 4 4 */
260 struct _dnode * tail; /* 0 4 */
261 struct _dnode * prev; /* 0 4 */