Searched refs:TAILQ_FIRST (Results 1 – 12 of 12) 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)); \
939 if ((scb = TAILQ_FIRST(queue)) != NULL in ahc_run_untagged_queue()6048 next_scb = TAILQ_FIRST(untagged_q); in ahc_search_untagged_queues()7269 if (TAILQ_FIRST(untagged_q) == NULL) in ahc_dump_card_state()
103 SubCase_p = TAILQ_FIRST(&SubCase_p->SubCasesList); in ADBG_Case_NextSubCase()130 SubCase_p = TAILQ_FIRST(&SubCase_p->SubCasesList); in ADBG_Case_NextSubCase()329 TAILQ_FIRST(&SubCase_p->SubCasesList); in ADBG_SubCase_Delete()
260 Case_p = TAILQ_FIRST(&Runner_p->CasesList); in ADBG_RunSuite()
443 for (cs = TAILQ_FIRST(&cs_tailq); in output_code()447 cs == TAILQ_FIRST(&cs_tailq) ? "" : ",\n", in output_code()472 cur_scope = TAILQ_FIRST(&scope->inner_scope); in dump_scope()
420 #define TAILQ_FIRST(head) ((head)->tqh_first) macro427 #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head))
458 #define TAILQ_FIRST(head) ((head)->tqh_first) macro
537 #define TAILQ_FIRST(head) ((head)->tqh_first) macro
554 #define TAILQ_FIRST(head) ((head)->tqh_first) macro
679 while ((p_5tuple = TAILQ_FIRST(&filter_info->fivetuple_list))) { in igb_ntuple_filter_uninit()685 while ((p_2tuple = TAILQ_FIRST(&filter_info->twotuple_list))) { in igb_ntuple_filter_uninit()702 while ((p_flex = TAILQ_FIRST(&filter_info->flex_list))) { in igb_flex_filter_uninit()