Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dcallb.c77 callb_t *ct_freelist; /* free callb structures */ member
114 while ((cp = ct->ct_freelist) != NULL) { in callb_fini()
115 ct->ct_freelist = cp->c_next; in callb_fini()
147 if ((cp = ct->ct_freelist) == NULL) { in callb_add_common()
151 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()