Searched refs:TAILQ_FIRST (Results 1 – 6 of 6) sorted by relevance
334 #define TAILQ_FIRST(head) ((head)->tqh_first) macro337 for ((var) = TAILQ_FIRST((head)); \347 TAILQ_FIRST((head)) = NULL; \348 (head)->tqh_last = &TAILQ_FIRST((head)); \369 if ((TAILQ_NEXT((elm), field) = TAILQ_FIRST((head))) != NULL) \370 TAILQ_FIRST((head))->field.tqe_prev = \374 TAILQ_FIRST((head)) = (elm); \375 (elm)->field.tqe_prev = &TAILQ_FIRST((head)); \
641 while ((acmd = TAILQ_FIRST(&ahc->platform_data->completeq)) != NULL) { in ahc_linux_run_complete_queue()680 if (TAILQ_FIRST(&dev->busyq) == NULL in ahc_linux_check_device_queue()695 return (TAILQ_FIRST(&ahc->platform_data->device_runq)); in ahc_linux_next_device_to_run()2199 while ((acmd = TAILQ_FIRST(busyq)) != NULL) {3668 while ((acmd = TAILQ_FIRST(&dev->busyq)) != NULL3859 if (TAILQ_FIRST(untagged_q) != scb)4505 list_cmd = TAILQ_FIRST(completeq);
650 while ((acmd = TAILQ_FIRST(&ahd->platform_data->completeq)) != NULL) { in ahd_linux_run_complete_queue()689 if (TAILQ_FIRST(&dev->busyq) == NULL in ahd_linux_check_device_queue()704 return (TAILQ_FIRST(&ahd->platform_data->device_runq)); in ahd_linux_next_device_to_run()2533 while ((acmd = TAILQ_FIRST(busyq)) != NULL) {4040 while ((acmd = TAILQ_FIRST(&dev->busyq)) != NULL4859 list_cmd = TAILQ_FIRST(completeq);
365 if ((scb = TAILQ_FIRST(queue)) != NULL in ahc_run_untagged_queue()3926 list_ahc = TAILQ_FIRST(&ahc_tailq); in ahc_softc_insert()5589 next_scb = TAILQ_FIRST(untagged_q); in ahc_search_untagged_queues()6811 if (TAILQ_FIRST(untagged_q) == NULL) in ahc_dump_card_state()
4892 list_ahd = TAILQ_FIRST(&ahd_tailq); in ahd_softc_insert()
443 for (cs = TAILQ_FIRST(&cs_tailq); in output_code()447 cs == TAILQ_FIRST(&cs_tailq) ? "" : ",\n", in output_code()473 cur_scope = TAILQ_FIRST(&scope->inner_scope); in dump_scope()