Searched refs:circleq_entry (Results 1 – 1 of 1) sorted by relevance
80 static TAILQ_HEAD(circlehead, circleq_entry) qhead;82 struct circleq_entry { struct84 TAILQ_ENTRY(circleq_entry) links; argument101 static struct circleq_entry *104 register struct circleq_entry *q; in yp_malloc_qent()106 q = malloc(sizeof(struct circleq_entry)); in yp_malloc_qent()111 bzero((char *)q, sizeof(struct circleq_entry)); in yp_malloc_qent()128 yp_free_qent(struct circleq_entry *q) in yp_free_qent()168 register struct circleq_entry *qptr; in yp_flush()184 register struct circleq_entry *qptr; in yp_flush_all()[all …]