Searched refs:SIMPLEQ_FIRST (Results 1 – 6 of 6) sorted by relevance
79 #undef SIMPLEQ_FIRST357 #define SIMPLEQ_FIRST(head) ((head)->sqh_first) macro359 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head))363 for((var) = SIMPLEQ_FIRST(head); \368 for ((var) = SIMPLEQ_FIRST(head); \
207 #define SIMPLEQ_FIRST STAILQ_FIRST macro213 for((var) = SIMPLEQ_FIRST(head); \
1400 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); \
91 #define SIMPLEQ_FIRST STAILQ_FIRST macro517 q = SIMPLEQ_FIRST(&sc->sc_freequeue); in ubsec_detach()609 q = SIMPLEQ_FIRST(&sc->sc_qchip); in ubsec_intr()652 q2 = SIMPLEQ_FIRST(&sc->sc_qchip2); in ubsec_intr()767 q = SIMPLEQ_FIRST(&sc->sc_queue); in ubsec_feed()778 q2 = SIMPLEQ_FIRST(&sc->sc_queue); in ubsec_feed()803 q = SIMPLEQ_FIRST(&sc->sc_queue); in ubsec_feed()998 q = SIMPLEQ_FIRST(&sc->sc_freequeue); in ubsec_process()1600 q = SIMPLEQ_FIRST(&sc->sc_queue2); in ubsec_feed2()1920 q = SIMPLEQ_FIRST(&sc->sc_qchip); in ubsec_cleanchip()[all …]