Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dcallb.h92 kcondvar_t cc_stop_cv; /* cv to checkpoint block */ member
140 cv_init(&(cp)->cc_stop_cv, NULL, CV_DEFAULT, NULL); \
179 cv_wait(&(cp)->cc_stop_cv, lockp); \
193 cv_destroy(&(cp)->cc_stop_cv); \
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dcallb.c330 cv_signal(&cp->cc_stop_cv); in callb_generic_cpr()