Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dhlist.h49 #define HLIST_EMPTY(list) (!((list)->size)) macro
52 #define HLIST_TAIL(_list) (HLIST_EMPTY(_list) ? FILLP_NULL_PTR : HLIST_PREV(&(_list)->head))
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dsocket_common.c57 if (HLIST_EMPTY(&sock->epTaskList)) { in EpollEventCallback()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dsysio_udp.c401 if ((pcbHashList != FILLP_NULL_PTR) && !HLIST_EMPTY(pcbHashList)) { in SysioRemovePcbUdp()
H A Dspunge_stack.c427 sendPcb->unrecvList.nodeNum || !HLIST_EMPTY(&sendPcb->unSendList) || in SpungeCheckDisconn()
H A Dspunge_core.c155 if ((pcb->fpcb.send.flowControl.remainBytes) || (!HLIST_EMPTY(&pcb->fpcb.send.unSendList)) || in SpungeDoSendCycle()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_output.c294 if (HLIST_EMPTY(list)) { in FillpAddtoListBySeqNum()