Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/uts/common/os/
Dlist.c43 #define list_object(a, node) ((void *)(((char *)node) - (a)->list_offset)) macro
144 return (list_object(list, head)); in list_remove_head()
154 return (list_object(list, tail)); in list_remove_tail()
162 return (list_object(list, list->list_head.list_next)); in list_head()
170 return (list_object(list, list->list_head.list_prev)); in list_tail()
179 return (list_object(list, node->list_next)); in list_next()
190 return (list_object(list, node->list_prev)); in list_prev()