Searched refs:_dnode (Results 1 – 1 of 1) sorted by relevance
37 struct _dnode { struct39 struct _dnode *head; /* ptr to head of list (sys_dlist_t) */ argument40 struct _dnode *next; /* ptr to next node (sys_dnode_t) */43 struct _dnode *tail; /* ptr to tail of list (sys_dlist_t) */ argument44 struct _dnode *prev; /* ptr to previous node (sys_dnode_t) */48 typedef struct _dnode sys_dlist_t;49 typedef struct _dnode sys_dnode_t;