Searched defs:_list (Results 1 – 1 of 1) sorted by relevance
51 #define HLIST_FIRST(_list) ((_list)->head.next) argument52 #define HLIST_TAIL(_list) (HLIST_EMPTY(_list) ? FILLP_NULL_PTR : HLIST_PREV(&(_list)->head)) argument