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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Ddb_dispatch.h69 u_int32_t txn_max; member in struct:__db_txnhead::__anon2047
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtxn002.tcl24 env -create -mode 0644 -txn -txn_max $max -home $testdir]
H A Drecd008.tcl49 set txn_max [expr int([expr pow($breadth,$depth)])]
50 if { $txn_max < 20 } {
51 set txn_max 20
54 puts "\tRecd008.b: create environment for $txn_max transactions"
58 -lock_max_objects $max_locks -txn_max $txn_max -txn -home $testdir"
H A Dtxn001.tcl26 -txn_max $max -home $testdir}]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock_deadlock.c126 u_int32_t lock_max, txn_max; local
201 txn_max = ((DB_TXNREGION *)
205 txn_max = TXN_MAXIMUM;
273 idmap[i].id, lock_max, txn_max))
278 idmap[cid].id, lock_max, txn_max))
1008 __dd_isolder(a, b, lock_max, txn_max)
1010 u_int32_t lock_max, txn_max;
1021 max = txn_max;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_dispatch.c447 headp->gen_array[0].txn_max = TXN_MAXIMUM;
466 (hp)->gen_array[__i].txn_max ? \
468 (txnid) <= (hp)->gen_array[__i].txn_max) : \
470 (txnid) <= (hp)->gen_array[__i].txn_max)) \
785 hp->gen_array[0].txn_max = max;

Completed in 102 milliseconds