Searched refs:LIST_END (Results 1 – 11 of 11) sorted by relevance
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); \
65 #undef LIST_END275 #define LIST_END(head) NULL macro276 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head))281 (var)!= LIST_END(head); \293 LIST_FIRST(head) = LIST_END(head); \
1306 while (stp != LIST_END(&clp->lc_open)) { in nfsrv_servertimer()1440 while (nstp != LIST_END(&stp->ls_open)) { in nfsrv_freeopenowner()1538 while (lop != LIST_END(&stp->ls_lock)) { in nfsrv_freeallnfslocks()1632 if (stp == LIST_END(hp)) { in nfsrv_getstate()2137 while (tstp != LIST_END(&lfp->lf_deleg)) { in nfsrv_lockctrl()2539 if (stp == LIST_END(&lfp->lf_deleg) || in nfsrv_opencheck()2801 if (stp == LIST_END(&lfp->lf_deleg) || in nfsrv_openctrl()3824 if (lop == LIST_END(&lfp->lf_lock) || in nfsrv_insertlock()4908 if (sp == LIST_END(&sf->nsf_head)) { in nfsrv_setupstable()5482 while (stp != LIST_END(&lfp->lf_deleg)) { in nfsrv_cleandeleg()[all …]
624 while (rp != LIST_END(hp)) { in nfsrc_gettcp()662 while (rp != LIST_END(&nfsrc_templist)) { in nfsrc_gettcp()668 if (LIST_FIRST(&nfsrc_templist) != LIST_END(&nfsrc_templist)) in nfsrc_gettcp()
64 #ifndef LIST_END65 #define LIST_END(a) NULL macro334 for (s = LIST_FIRST(&sessions); s != LIST_END(&sessions); s = next) { in exit_daemon()
764 #define LIST_END(head) NULL macro
477 for (bev = first; bev != LIST_END(&g->members); \
495 cbent != LIST_END(&buffer->callbacks); in evbuffer_run_callbacks()