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

/illumos-gate/usr/src/uts/common/os/
H A Dcallb.c80 callb_t *ct_freelist; /* free callb structures */ member in struct:callb_table
123 if ((cp = ct->ct_freelist) == NULL) {
127 ct->ct_freelist = cp->c_next;
219 me->c_next = ct->ct_freelist;
220 ct->ct_freelist = me;

Completed in 58 milliseconds