Searched refs:callb_generic_cpr (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | callb.h | 203 extern boolean_t callb_generic_cpr(void *, int);
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
H A D | callb.h | 204 extern boolean_t callb_generic_cpr(void *, int);
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
H A D | callb.c | 307 callb_generic_cpr(void *arg, int code) in callb_generic_cpr() function
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | mmp.c | 216 CALLB_CPR_INIT(cpr, &mmp->mmp_thread_lock, callb_generic_cpr, FTAG); in mmp_thread_enter()
|
H A D | txg.c | 225 CALLB_CPR_INIT(cpr, &tx->tx_sync_lock, callb_generic_cpr, FTAG); in txg_thread_enter()
|
H A D | dbuf.c | 824 CALLB_CPR_INIT(&cpr, &dbuf_evict_lock, callb_generic_cpr, FTAG); in dbuf_evict_thread()
|
H A D | arc.c | 9573 CALLB_CPR_INIT(&cpr, &l2arc_feed_thr_lock, callb_generic_cpr, FTAG); in l2arc_feed_thread()
|
H A D | spa.c | 1610 CALLB_CPR_INIT(&cprinfo, &spa->spa_proc_lock, callb_generic_cpr, in spa_thread()
|