MCPcopy Create free account
hub / github.com/F-Stack/f-stack / txg_thread_enter

Function txg_thread_enter

freebsd/contrib/openzfs/module/zfs/txg.c:222–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222static void
223txg_thread_enter(tx_state_t *tx, callb_cpr_t *cpr)
224{
225 CALLB_CPR_INIT(cpr, &tx->tx_sync_lock, callb_generic_cpr, FTAG);
226 mutex_enter(&tx->tx_sync_lock);
227}
228
229static void
230txg_thread_exit(tx_state_t *tx, callb_cpr_t *cpr, kthread_t **tpp)

Callers 2

txg_sync_threadFunction · 0.85
txg_quiesce_threadFunction · 0.85

Calls 1

mutex_enterFunction · 0.85

Tested by

no test coverage detected