Home
last modified time | relevance | path

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

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