Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dhlist.h48 #define HLIST_PREV(ptr) ((struct HlistNode *)(ptr)->pprev) macro
52 #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()