Searched refs:ct_freelist (Results 1 – 1 of 1) sorted by relevance
76 callb_t *ct_freelist; /* free callb structures */ member113 while ((cp = ct->ct_freelist) != NULL) { in callb_fini()114 ct->ct_freelist = cp->c_next; in callb_fini()146 if ((cp = ct->ct_freelist) == NULL) { in callb_add_common()150 ct->ct_freelist = cp->c_next; in callb_add_common()242 me->c_next = ct->ct_freelist; in callb_delete()243 ct->ct_freelist = me; in callb_delete()