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

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

Completed in 165 milliseconds