Searched refs:HLIST_PREV (Results 1 – 1 of 1) sorted by relevance
48 #define HLIST_PREV(ptr) ((struct HlistNode *)(ptr)->pprev) macro52 #define HLIST_TAIL(_list) (HLIST_EMPTY(_list) ? FILLP_NULL_PTR : HLIST_PREV(&(_list)->head))88 HlistAddAfter(list, HLIST_PREV(&list->head), node); in HlistAddTail()104 HLIST_PREV(n)->next = n->next; in HlistDelete()