Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/aic7xxx/
Dqueue.h342 for ((var) = TAILQ_LAST((head), headname); \
385 #define TAILQ_LAST(head, headname) \ macro
/linux-5.19.10/drivers/scsi/aic7xxx/aicasm/
Daicasm_gram.y1022 cs = TAILQ_LAST(&cs_tailq, cs_tailq);
1103 last_scope = TAILQ_LAST(&scope_context->inner_scope,
1128 last_scope = TAILQ_LAST(&scope_context->inner_scope,
Daicasm.c791 cur_scope = TAILQ_LAST(&scope->inner_scope, scope_tailq); in process_scope()