Searched refs:LIST_END (Results 1 – 13 of 13) sorted by relevance
63 #undef LIST_END277 #define LIST_END(head) NULL macro278 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head))283 (var)!= LIST_END(head); \295 LIST_FIRST(head) = LIST_END(head); \
158 #define LIST_END(head) NULL macro159 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head))164 (var)!= LIST_END(head); \171 LIST_FIRST(head) = LIST_END(head); \
371 #ifndef LIST_END372 #define LIST_END(head) NULL macro
477 for (bev = first; bev != LIST_END(&g->members); \
496 cbent != LIST_END(&buffer->callbacks); in evbuffer_run_callbacks()
630 while (rp != LIST_END(hp)) { in nfsrc_gettcp()668 while (rp != LIST_END(&nfsrc_templist)) { in nfsrc_gettcp()674 if (LIST_FIRST(&nfsrc_templist) != LIST_END(&nfsrc_templist)) in nfsrc_gettcp()
1082 while (clp != LIST_END(&VNET(nfsclienthash)[i]) && cnt < in nfsrv_dumpclients()1209 while (stp != LIST_END(&lfp->lf_open) && cnt < maxcnt) { in nfsrv_dumplocks()1248 while (lop != LIST_END(&lfp->lf_lock) && cnt < maxcnt) { in nfsrv_dumplocks()1288 while (stp != LIST_END(&lfp->lf_deleg) && cnt < maxcnt) { in nfsrv_dumplocks()1391 while (clp != LIST_END(&VNET(nfsclienthash)[i])) { in nfsrv_servertimer()1433 while (stp != LIST_END(&clp->lc_open)) { in nfsrv_servertimer()1567 while (nstp != LIST_END(&stp->ls_open)) { in nfsrv_freeopenowner()1671 while (lop != LIST_END(&stp->ls_lock)) { in nfsrv_freeallnfslocks()1766 if (stp == LIST_END(hp)) { in nfsrv_getstate()2291 while (tstp != LIST_END(&lfp->lf_deleg)) { in nfsrv_lockctrl()[all …]
61 #ifndef LIST_END62 #define LIST_END(a) NULL macro331 for (s = LIST_FIRST(&sessions); s != LIST_END(&sessions); s = next) { in exit_daemon()
795 #define LIST_END(head) NULL macro