HomeSort by: relevance | last modified time | path
    Searched refs:CALLB_CPR_INIT (Results 1 - 6 of 6) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/sys/
callb.h 114 * CALLB_CPR_INIT macro is used by kernel threads to add their entry to
134 #define CALLB_CPR_INIT(cp, lockp, func, name) { \
144 #define CALLB_CPR_INIT(cp, lockp, func, name) { \
  /src/external/cddl/osnet/dist/lib/libzpool/common/sys/
zfs_context.h 605 #define CALLB_CPR_INIT(cp, lockp, func, name) { \
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
txg.c 227 CALLB_CPR_INIT(cpr, &tx->tx_sync_lock, callb_generic_cpr, FTAG);
arc.c 4125 CALLB_CPR_INIT(&cpr, &arc_reclaim_lock, callb_generic_cpr, FTAG);
4239 CALLB_CPR_INIT(&cpr, &arc_dnlc_evicts_lock, callb_generic_cpr, FTAG);
7244 CALLB_CPR_INIT(&cpr, &l2arc_feed_thr_lock, callb_generic_cpr, FTAG);
dbuf.c 503 CALLB_CPR_INIT(&cpr, &dbuf_evict_lock, callb_generic_cpr, FTAG);
spa.c 1013 CALLB_CPR_INIT(&cprinfo, &spa->spa_proc_lock, callb_generic_cpr,

Completed in 29 milliseconds