Searched refs:ct_freelist (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/os/
H A Dcallb.c76 callb_t *ct_freelist; /* free callb structures */ member in struct:callb_table
113 while ((cp = ct->ct_freelist) != NULL) {
114 ct->ct_freelist = cp->c_next;
146 if ((cp = ct->ct_freelist) == NULL) {
150 ct->ct_freelist = cp->c_next;
242 me->c_next = ct->ct_freelist;
243 ct->ct_freelist = me;

Completed in 45 milliseconds