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 D | callb.h | 36 #define CALLB_CPR_INIT(cp, lockp, func, name) { \ macro
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | callb.h | 132 #define CALLB_CPR_INIT(cp, lockp, func, name) { \ macro
|
| /f-stack/freebsd/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 | 715 CALLB_CPR_INIT(&cpr, &dbuf_evict_lock, callb_generic_cpr, FTAG); in dbuf_evict_thread()
|
| H A D | arc.c | 9350 CALLB_CPR_INIT(&cpr, &l2arc_feed_thr_lock, callb_generic_cpr, FTAG); in l2arc_feed_thread()
|
| H A D | spa.c | 1125 CALLB_CPR_INIT(&cprinfo, &spa->spa_proc_lock, callb_generic_cpr, in spa_thread()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zfs_context.h | 661 #define CALLB_CPR_INIT(cp, lockp, func, name) { \
|