Searched refs:cs_tailq (Results 1 – 4 of 4) sorted by relevance
70 extern struct cs_tailq cs_tailq;
101 struct cs_tailq cs_tailq; variable129 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()
180 TAILQ_HEAD(cs_tailq, critical_section);
1022 cs = TAILQ_LAST(&cs_tailq, cs_tailq);