OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tx_quiesce_txg_waiting
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
txg_impl.h
102
uint64_t
tx_quiesce_txg_waiting
; /* txg we're waiting to open */
member in struct:tx_state
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
txg.c
492
if (tx->
tx_quiesce_txg_waiting
< tx->tx_open_txg+1)
493
tx->
tx_quiesce_txg_waiting
= tx->tx_open_txg+1;
513
txg, tx->
tx_quiesce_txg_waiting
, tx->tx_sync_txg_waiting);
553
(tx->tx_open_txg >= tx->
tx_quiesce_txg_waiting
||
562
txg, tx->
tx_quiesce_txg_waiting
,
624
txg, tx->
tx_quiesce_txg_waiting
, tx->tx_sync_txg_waiting);
646
if (tx->
tx_quiesce_txg_waiting
< txg)
647
tx->
tx_quiesce_txg_waiting
= txg;
649
txg, tx->
tx_quiesce_txg_waiting
, tx->tx_sync_txg_waiting);
670
tx->
tx_quiesce_txg_waiting
<= tx->tx_open_txg &
[
all
...]
Completed in 27 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026