Searched refs:TAILQ_LAST (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/scsi/aic7xxx/
H A Dqueue.h342 for ((var) = TAILQ_LAST((head), headname); \
385 #define TAILQ_LAST(head, headname) \ macro
/linux-4.1.27/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y1027 cs = TAILQ_LAST(&cs_tailq, cs_tailq);
1108 last_scope = TAILQ_LAST(&scope_context->inner_scope,
1133 last_scope = TAILQ_LAST(&scope_context->inner_scope,
H A Daicasm.c792 cur_scope = TAILQ_LAST(&scope->inner_scope, scope_tailq); process_scope()

Completed in 54 milliseconds