Searched refs:SIMPLEQ_FIRST (Results 1 – 5 of 5) sorted by relevance
76 #undef SIMPLEQ_FIRST352 #define SIMPLEQ_FIRST(head) ((head)->sqh_first) macro354 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head))358 for((var) = SIMPLEQ_FIRST(head); \363 for ((var) = SIMPLEQ_FIRST(head); \
187 #define SIMPLEQ_FIRST STAILQ_FIRST macro193 for((var) = SIMPLEQ_FIRST(head); \
1363 for (ti = SIMPLEQ_FIRST(&$5.init_nodes);
231 #define SIMPLEQ_FIRST(head) ((head)->sqh_first) macro233 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head))237 for((var) = SIMPLEQ_FIRST(head); \
89 #define SIMPLEQ_FIRST STAILQ_FIRST macro516 q = SIMPLEQ_FIRST(&sc->sc_freequeue); in ubsec_detach()608 q = SIMPLEQ_FIRST(&sc->sc_qchip); in ubsec_intr()651 q2 = SIMPLEQ_FIRST(&sc->sc_qchip2); in ubsec_intr()766 q = SIMPLEQ_FIRST(&sc->sc_queue); in ubsec_feed()777 q2 = SIMPLEQ_FIRST(&sc->sc_queue); in ubsec_feed()802 q = SIMPLEQ_FIRST(&sc->sc_queue); in ubsec_feed()1060 q = SIMPLEQ_FIRST(&sc->sc_freequeue); in ubsec_process()1661 q = SIMPLEQ_FIRST(&sc->sc_queue2); in ubsec_feed2()1981 q = SIMPLEQ_FIRST(&sc->sc_qchip); in ubsec_cleanchip()[all …]