Searched refs:CALLB_CPR_INIT (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dcallb.h114 * CALLB_CPR_INIT macro is used by kernel threads to add their entry to
133 #define CALLB_CPR_INIT(cp, lockp, func, name) { \ macro
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dtxg.c228 CALLB_CPR_INIT(cpr, &tx->tx_sync_lock, callb_generic_cpr, FTAG);
H A Darc.c4089 CALLB_CPR_INIT(&cpr, &arc_reclaim_lock, callb_generic_cpr, FTAG);
7104 CALLB_CPR_INIT(&cpr, &l2arc_feed_thr_lock, callb_generic_cpr, FTAG);
H A Ddbuf.c488 CALLB_CPR_INIT(&cpr, &dbuf_evict_lock, callb_generic_cpr, FTAG);
H A Dspa.c1017 CALLB_CPR_INIT(&cprinfo, &spa->spa_proc_lock, callb_generic_cpr,
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h590 #define CALLB_CPR_INIT(cp, lockp, func, name) { \ macro

Completed in 223 milliseconds