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

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
txg_impl.h 118 } tx_state_t; typedef in typeref:struct:tx_state
dsl_pool.h 119 tx_state_t dp_tx;
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
txg.c 124 tx_state_t *tx = &dp->dp_tx;
126 bzero(tx, sizeof (tx_state_t));
162 tx_state_t *tx = &dp->dp_tx;
191 bzero(tx, sizeof (tx_state_t));
200 tx_state_t *tx = &dp->dp_tx;
225 txg_thread_enter(tx_state_t *tx, callb_cpr_t *cpr)
232 txg_thread_exit(tx_state_t *tx, callb_cpr_t *cpr, kthread_t **tpp)
243 txg_thread_wait(tx_state_t *tx, callb_cpr_t *cpr, kcondvar_t *cv, clock_t time)
261 tx_state_t *tx = &dp->dp_tx;
298 tx_state_t *tx = &dp->dp_tx
    [all...]

Completed in 21 milliseconds