TAILQ_LAST        791 drivers/scsi/aic7xxx/aicasm/aicasm.c 	cur_scope = TAILQ_LAST(&scope->inner_scope, scope_tailq);
TAILQ_LAST       1023 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		cs = TAILQ_LAST(&cs_tailq, cs_tailq);
TAILQ_LAST       1104 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		last_scope = TAILQ_LAST(&scope_context->inner_scope,
TAILQ_LAST       1129 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		last_scope = TAILQ_LAST(&scope_context->inner_scope,
TAILQ_LAST        342 drivers/scsi/aic7xxx/queue.h 	for ((var) = TAILQ_LAST((head), headname);			\