Searched refs:callb_generic_cpr (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | callb.h | 203 extern boolean_t callb_generic_cpr(void *, int);
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | callb.c | 308 callb_generic_cpr(void *arg, int code) in callb_generic_cpr() function
|
| /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()
|