Searched refs:inner_scope (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm.c | 472 cur_scope = TAILQ_FIRST(&scope->inner_scope); in dump_scope() 768 TAILQ_INIT(&new_scope->inner_scope); in scope_alloc() 771 TAILQ_INSERT_TAIL(&SLIST_FIRST(&scope_stack)->inner_scope, in scope_alloc() 791 cur_scope = TAILQ_LAST(&scope->inner_scope, scope_tailq); in process_scope()
|
H A D | aicasm_symbol.h | 171 TAILQ_HEAD(, scope) inner_scope; member
|
H A D | aicasm_gram.y | 1104 last_scope = TAILQ_LAST(&scope_context->inner_scope, 1129 last_scope = TAILQ_LAST(&scope_context->inner_scope,
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm.c | 472 cur_scope = TAILQ_FIRST(&scope->inner_scope); in dump_scope() 768 TAILQ_INIT(&new_scope->inner_scope); in scope_alloc() 771 TAILQ_INSERT_TAIL(&SLIST_FIRST(&scope_stack)->inner_scope, in scope_alloc() 791 cur_scope = TAILQ_LAST(&scope->inner_scope, scope_tailq); in process_scope()
|
H A D | aicasm_symbol.h | 171 TAILQ_HEAD(, scope) inner_scope; member
|
H A D | aicasm_gram.y | 1103 last_scope = TAILQ_LAST(&scope_context->inner_scope, 1128 last_scope = TAILQ_LAST(&scope_context->inner_scope,
|
Completed in 6 milliseconds