Searched refs:cs_tailq (Results 1 – 4 of 4) sorted by relevance
75 extern struct cs_tailq cs_tailq;
106 struct cs_tailq cs_tailq; variable134 TAILQ_INIT(&cs_tailq); in main()448 for (cs = TAILQ_FIRST(&cs_tailq); in output_code()452 cs == TAILQ_FIRST(&cs_tailq) ? "" : ",\n", in output_code()752 TAILQ_INSERT_TAIL(&cs_tailq, new_cs, links); in cs_alloc()
183 TAILQ_HEAD(cs_tailq, critical_section);
998 cs = TAILQ_LAST(&cs_tailq, cs_tailq);