Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dcallb.h203 extern boolean_t callb_generic_cpr(void *, int);
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dcallb.h204 extern boolean_t callb_generic_cpr(void *, int);
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dcallb.c307 callb_generic_cpr(void *arg, int code) in callb_generic_cpr() function
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dmmp.c216 CALLB_CPR_INIT(cpr, &mmp->mmp_thread_lock, callb_generic_cpr, FTAG); in mmp_thread_enter()
H A Dtxg.c225 CALLB_CPR_INIT(cpr, &tx->tx_sync_lock, callb_generic_cpr, FTAG); in txg_thread_enter()
H A Ddbuf.c824 CALLB_CPR_INIT(&cpr, &dbuf_evict_lock, callb_generic_cpr, FTAG); in dbuf_evict_thread()
H A Darc.c9573 CALLB_CPR_INIT(&cpr, &l2arc_feed_thr_lock, callb_generic_cpr, FTAG); in l2arc_feed_thread()
H A Dspa.c1610 CALLB_CPR_INIT(&cprinfo, &spa->spa_proc_lock, callb_generic_cpr, in spa_thread()