Searched refs:callb_generic_cpr (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dcallb.h45 * with kernel threads, and the callback function should be callb_generic_cpr.
204 extern boolean_t callb_generic_cpr(void *, int);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/os/
H A Dcallb.c307 callb_generic_cpr(void *arg, int code) function
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dmmp.c242 CALLB_CPR_INIT(cpr, &mmp->mmp_thread_lock, callb_generic_cpr, FTAG);
H A Dtxg.c228 CALLB_CPR_INIT(cpr, &tx->tx_sync_lock, callb_generic_cpr, FTAG);
H A Darc.c5023 CALLB_CPR_INIT(&cpr, &arc_dnlc_evicts_lock, callb_generic_cpr, FTAG);
8319 CALLB_CPR_INIT(&cpr, &l2arc_feed_thr_lock, callb_generic_cpr, FTAG);
H A Ddbuf.c725 CALLB_CPR_INIT(&cpr, &dbuf_evict_lock, callb_generic_cpr, FTAG);
H A Dspa.c1157 CALLB_CPR_INIT(&cprinfo, &spa->spa_proc_lock, callb_generic_cpr,

Completed in 121 milliseconds