Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dcallb.c81 callb_t *ct_first_cb[NCBCLASS]; /* ptr to 1st callb in a class */ member
168 cp->c_next = ct->ct_first_cb[class]; in callb_add_common()
169 ct->ct_first_cb[class] = cp; in callb_add_common()
215 pp = &ct->ct_first_cb[me->c_class]; in callb_delete()
265 for (cp = ct->ct_first_cb[class]; in callb_execute_class()