Home
last modified time | relevance | path

Searched refs:cs_tailq (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.h70 extern struct cs_tailq cs_tailq;
H A Daicasm.c101 struct cs_tailq cs_tailq; variable
129 TAILQ_INIT(&cs_tailq); in main()
443 for (cs = TAILQ_FIRST(&cs_tailq); in output_code()
447 cs == TAILQ_FIRST(&cs_tailq) ? "" : ",\n", in output_code()
755 TAILQ_INSERT_TAIL(&cs_tailq, new_cs, links); in cs_alloc()
H A Daicasm_symbol.h180 TAILQ_HEAD(cs_tailq, critical_section);
H A Daicasm_gram.y1022 cs = TAILQ_LAST(&cs_tailq, cs_tailq);