Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dcallb.h36 #define CALLB_CPR_INIT(cp, lockp, func, name) { \ macro
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dcallb.h132 #define CALLB_CPR_INIT(cp, lockp, func, name) { \ macro
/f-stack/freebsd/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.c715 CALLB_CPR_INIT(&cpr, &dbuf_evict_lock, callb_generic_cpr, FTAG); in dbuf_evict_thread()
H A Darc.c9350 CALLB_CPR_INIT(&cpr, &l2arc_feed_thr_lock, callb_generic_cpr, FTAG); in l2arc_feed_thread()
H A Dspa.c1125 CALLB_CPR_INIT(&cprinfo, &spa->spa_proc_lock, callb_generic_cpr, in spa_thread()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h661 #define CALLB_CPR_INIT(cp, lockp, func, name) { \