Home
last modified time | relevance | path

Searched full:transaction (Results 1 – 25 of 705) sorted by relevance

12345678910>>...29

/freebsd/contrib/kyua/utils/sqlite/
H A Dtransaction.cpp29 #include "utils/sqlite/transaction.hpp"
42 /// Internal implementation for the transaction.
43 struct utils::sqlite::transaction::impl : utils::noncopyable {
44 /// The database this transaction belongs to.
47 /// Possible statuses of a transaction.
54 /// The current status of the transaction.
57 /// Constructs a new transaction.
59 /// \param db_ The database this transaction belongs to.
60 /// \param status_ The status of the new transaction.
67 /// Destroys the transaction.
[all …]
H A Dtransaction.hpp29 /// \file utils/sqlite/transaction.hpp
47 /// A transaction is automatically rolled back when it goes out of scope unless
49 class transaction { class
55 explicit transaction(database&);
59 ~transaction(void);
H A Dtransaction_test.cpp29 #include "utils/sqlite/transaction.hpp"
78 sqlite::transaction tx = db.begin_transaction(); in ATF_TEST_CASE_BODY()
93 sqlite::transaction tx = db.begin_transaction(); in ATF_TEST_CASE_BODY()
109 sqlite::transaction tx = db.begin_transaction(); in ATF_TEST_CASE_BODY()
123 sqlite::transaction tx = db.begin_transaction(); in ATF_TEST_CASE_BODY()
/freebsd/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_mtl_transaction_mgr.h75 /****s* OpenSM: Transaction Manager/osm_madw_req_t
115 /****s* OpenSM: Transaction Manager/osm_transaction_mgr_t
120 * This structure defines the transaction manager.
121 * It holds a qlist and a qmap, a lock on the transaction manager, and
124 * sent. It is used for finding mads according to their transaction id, and for
147 * A qmap with key = transaction id. and value of osm_madw_req_t.
153 * Lock used on the transaction manager - make sure changes on it are serial.
159 /****f* OpenSM: Transaction Manager/osm_transaction_mgr_init
164 * Initialize the transaction manager.
166 * the new Transaction Manager created.*
[all …]
H A Dosm_vendor_mlx_txn.h60 OSMV_TXN_RMPP_NONE = 0, /* Not part of RMPP transaction */
77 /* The original Transaction ID */
79 /* The key by which the Transaction is stored */
85 /* A MAD that was sent during the transaction (request or response) */
126 * init the rmpp send ctx in the transaction
140 * init the rmpp recv ctx in the transaction
168 * returns tid of the transaction
183 * returns key of the transaction
263 * sets the rmpp role of the transaction (send/ recv)
333 * get a transaction by its key
/freebsd/sys/contrib/ck/src/
H A Dck_array.c69 array->transaction = NULL; in ck_array_init()
80 * If no transaction copy has been necessary, attempt to do in-place in ck_array_put()
83 if (array->transaction == NULL) { in ck_array_put()
108 target = array->transaction; in ck_array_put()
121 array->transaction = target; in ck_array_put()
135 if (array->transaction != NULL) { in ck_array_put_unique()
136 v = array->transaction->values; in ck_array_put_unique()
155 if (array->transaction != NULL) { in ck_array_remove()
156 target = array->transaction; in ck_array_remove()
186 * If there is no immediate opportunity for transaction, allocate a in ck_array_remove()
[all …]
/freebsd/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_xfer.c53 struct mlx5_fpga_transaction transaction; member
100 /* Determine largest possible transaction at this point */ in exec_more()
108 xfer_trans->transaction.addr = pos_addr; in exec_more()
109 xfer_trans->transaction.complete1 = trans_complete; in exec_more()
110 xfer_trans->transaction.conn = xfer_state->xfer->conn; in exec_more()
111 xfer_trans->transaction.data = pos_data; in exec_more()
112 xfer_trans->transaction.direction = xfer_state->xfer->direction; in exec_more()
113 xfer_trans->transaction.size = cur_size; in exec_more()
118 xfer_trans->transaction.size, in exec_more()
119 xfer_trans->transaction.data, in exec_more()
[all …]
H A Dmlx5fpga_trans.c63 mlx5_fpga_warn(fdev, "Unexpected transaction ID %u\n", tid); in find_tid()
77 mlx5_fpga_dbg(fdev, "No free transaction ID available\n"); in alloc_tid()
108 mlx5_fpga_dbg(fdev, "Transaction %u is complete with status %u\n", in trans_complete()
157 mlx5_fpga_warn(fdev, "Cannot access %zu bytes. Empty transaction not allowed\n", in trans_validate()
190 mlx5_fpga_warn(conn->fdev, "Transaction must have a completion callback\n"); in mlx5_fpga_trans_exec()
270 mlx5_fpga_warn(fdev, "Wrong answer type %u to a %u transaction\n", in mlx5_fpga_trans_recv()
276 mlx5_fpga_warn(fdev, "Incorrect transaction payload length %zu expected %zu\n", in mlx5_fpga_trans_recv()
287 mlx5_fpga_warn(fdev, "Wrong answer type %u to a %u transaction\n", in mlx5_fpga_trans_recv()
/freebsd/share/man/man9/
H A Ddevstat.9152 registers the start of a transaction with the
166 The busy count is incremented with each transaction start.
182 registers the end of a transaction with the
192 The number of bytes transferred in this transaction.
194 Transaction tag type.
197 Transaction flags indicating whether the transaction was a read, write, or
202 at the end of the transaction, or
207 at the beginning of the transaction, or
276 transaction start event and one transaction end event for each transaction.
356 If the device is not busy, this was the time that a transaction last completed.
[all …]
H A Dseqc.958 are used to create a transaction for writer, and notify the readers that the
64 If a writer has started a transaction, this function will spin until the
65 transaction has ended.
73 transaction.
75 The reader at the end of a transaction checks if the sequence number has
/freebsd/sys/xen/xenstore/
H A Dxenstorevar.h116 * \param t The XenStore transaction covering this request.
134 * \param t The XenStore transaction covering this request.
149 * \param t The XenStore transaction covering this request.
167 * \param t The XenStore transaction covering this request.
181 * \param t The XenStore transaction covering this request.
194 * \param t The XenStore transaction covering this request.
206 * \param t The XenStore transaction covering this request.
217 * Start a transaction.
220 * transaction, and changes will not be visible to others until it
223 * \param t The returned transaction.
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Dtxg_impl.h43 * the number of active transaction holds (tc_count). As transactions
44 * are assigned into a transaction group the appropriate tc_count is
47 * the tc_count. A transaction group is not considered quiesced until all
63 * the current open transaction group. In order to move the current open
64 * transaction group to the quiesce phase, the txg_quiesce thread must
66 * The tc_open_lock is held until the transaction is assigned into the
67 * transaction group. Typically, this is a short operation but if throttling
80 * stages of the pool's transaction groups. A per pool tx_state structure
H A Ddmu.h400 * The transaction must be assigned to a txg. The newly allocated
401 * object will be "held" in the transaction (ie. you can modify the
402 * newly allocated object in this transaction).
441 * The object need not be held in the transaction.
539 * object must be held in an assigned transaction before calling
777 * The transaction (tx) must be assigned to a txg (ie. you've called
787 * You must create a transaction, then hold the objects which you will
788 * (or might) modify as part of this transaction. Then you must assign
789 * the transaction to a transaction group. Once the transaction has
791 * part of this transaction. You can't modify buffers before the
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/cascadelakex/
H A Duncore-other.json340transaction looks up the cache and determines that it is necessary based on the operation type and…
350transaction looks up the cache and determines that it is necessary based on the operation type and…
390 … memory writes issued from the TOR pipe which are the result of remote transaction hitting the SF/…
569 …a a transaction with the opcode type RspCnflct* Snoop Response was received. This is returned when…
579 …"PublicDescription": "Counts when a transaction with the opcode type RspI Snoop Response was recei…
589 …"PublicDescription": "Counts when a a transaction with the opcode type RspIFwd Snoop Response was …
599 …"PublicDescription": "Counts when a a transaction with the opcode type RspSFwd Snoop Response was …
609 …"PublicDescription": "Counts when a transaction with the opcode type Rsp*Fwd*WB Snoop Response was…
619 …"PublicDescription": "Counts when a transaction with the opcode type Rsp*WB Snoop Response was rec…
1057 …"BriefDescription": "Read request for up to a 64 byte transaction is made by the CPU to IIO Part0",
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/skylakex/
H A Duncore-other.json340transaction looks up the cache and determines that it is necessary based on the operation type and…
350transaction looks up the cache and determines that it is necessary based on the operation type and…
390 … memory writes issued from the TOR pipe which are the result of remote transaction hitting the SF/…
569 …a a transaction with the opcode type RspCnflct* Snoop Response was received. This is returned when…
579 …"PublicDescription": "Counts when a transaction with the opcode type RspI Snoop Response was recei…
589 …"PublicDescription": "Counts when a a transaction with the opcode type RspIFwd Snoop Response was …
599 …"PublicDescription": "Counts when a a transaction with the opcode type RspSFwd Snoop Response was …
609 …"PublicDescription": "Counts when a transaction with the opcode type Rsp*Fwd*WB Snoop Response was…
619 …"PublicDescription": "Counts when a transaction with the opcode type Rsp*WB Snoop Response was rec…
1036 …"BriefDescription": "Read request for up to a 64 byte transaction is made by the CPU to IIO Part0",
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/elkhartlake/
H A Dmemory.json22 …and predefine mask bit value in a dedicated MSR to specify attributes of the offcore transaction.",
34 …and predefine mask bit value in a dedicated MSR to specify attributes of the offcore transaction.",
46 …and predefine mask bit value in a dedicated MSR to specify attributes of the offcore transaction.",
58 …and predefine mask bit value in a dedicated MSR to specify attributes of the offcore transaction.",
70 …and predefine mask bit value in a dedicated MSR to specify attributes of the offcore transaction.",
82 …and predefine mask bit value in a dedicated MSR to specify attributes of the offcore transaction.",
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dtsxldtrkintrin.h23 /// are not added to the read set of the transaction. If it's used inside a
24 /// suspend load address tracking region it will cause transaction abort.
40 /// the transaction read set. If it's used inside an active transaction but
41 /// not in a suspend region it will cause transaction abort. If it's used
/freebsd/contrib/kyua/store/
H A Dread_transaction.cpp56 #include "utils/sqlite/transaction.hpp"
440 /// Internal implementation for a store read-only transaction.
445 /// The SQLite database this transaction deals with.
448 /// The backing SQLite transaction.
449 sqlite::transaction _tx;
451 /// Opens a transaction.
453 /// \param backend_ The backend this transaction is connected to.
463 /// Creates a new read-only transaction.
465 /// \param backend_ The backend this transaction belongs to.
478 /// Finishes the transaction.
[all …]
H A Dwrite_transaction.cpp58 #include "utils/sqlite/transaction.hpp"
188 /// Internal implementation for a store write-only transaction.
193 /// The SQLite database this transaction deals with.
196 /// The backing SQLite transaction.
197 sqlite::transaction _tx;
199 /// Opens a transaction.
201 /// \param backend_ The backend this transaction is connected to.
211 /// Creates a new write-only transaction.
213 /// \param backend_ The backend this transaction belongs to.
226 /// Commits the transaction.
[all …]
H A Dschema_inttest.cpp86 store::read_transaction transaction = backend.start_read(); in check_action_1() local
92 ATF_REQUIRE_EQ(context, transaction.get_context()); in check_action_1()
94 store::results_iterator iter = transaction.get_results(); in check_action_1()
106 store::read_transaction transaction = backend.start_read(); in check_action_2() local
114 ATF_REQUIRE_EQ(context, transaction.get_context()); in check_action_2()
161 store::results_iterator iter = transaction.get_results(); in check_action_2()
223 store::read_transaction transaction = backend.start_read(); in check_action_3() local
230 ATF_REQUIRE_EQ(context, transaction.get_context()); in check_action_3()
281 store::results_iterator iter = transaction.get_results(); in check_action_3()
333 store::read_transaction transaction = backend.start_read(); in check_action_4() local
[all …]
/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_txn.c79 "Starting transaction 0x%016" PRIx64 in osmv_txn_init()
94 /* insert into transaction manager DB */ in osmv_txn_init()
99 "Failed to insert to transaction 0x%016" PRIx64 in osmv_txn_init()
157 /* Set the Transaction Timeout value */ in osmv_txn_init_rmpp_receiver()
251 /* Destroy the transaction's RMPP contexts in osmv_txn_done()
457 "Could not remove the transaction 0x%016" PRIx64 " - " in __osmv_txnmgr_remove_txn()
552 /* Prevent a race - the transaction is already destroyed */ in __osmv_txn_timeout_cb()
567 "The transaction request (tid=0x%016" PRIx64 ")" in __osmv_txn_timeout_cb()
577 "Fail to send retry for transaction" in __osmv_txn_timeout_cb()
605 "The transaction request (0x%016" PRIx64 ") " in __osmv_txn_timeout_cb()
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/tigerlake/
H A Dcache.json506 …and predefine mask bit value in a dedicated MSR to specify attributes of the offcore transaction.",
520 …and predefine mask bit value in a dedicated MSR to specify attributes of the offcore transaction.",
534 …and predefine mask bit value in a dedicated MSR to specify attributes of the offcore transaction.",
550 "BriefDescription": "Any memory transaction that reached the SQ.",
589 … super queue every cycle. A transaction is considered to be in the Offcore outstanding state betwe…
601 …esent in the super queue. A transaction is considered to be in the Offcore outstanding state betwe…
613 … in the super queue (SQ). A transaction is considered to be in the Offcore outstanding state betwe…
625 …cle. The 'Offcore outstanding' state of the transaction lasts from the L2 miss until the sending t…
636 …r of off-core outstanding Demand Data Read transactions every cycle. A transaction is considered t…
658 …ions every cycle. An RFO transaction is considered to be in the Off-core outstanding state between…
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_cmp_msg_check_update.pod40 =item its transaction ID matches any transaction ID given in B<ctx>, and
58 peer does not need to send them again (at least not in the same transaction).
65 and learns the transaction ID if none is currently present in B<ctx>.
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dst,stm32-fmc2-ebi-props.yaml14 st,fmc2-ebi-cs-transaction-type:
103 end of current read/write transaction and the next transaction.
132 write transaction and the next transaction in nanoseconds.
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp176 Transaction Trans(Pass.TA); in check()
219 Transaction Trans(TA); in cleanupDeallocOrFinalize()
224 Transaction Trans(TA); in cleanupDeallocOrFinalize()
230 Transaction Trans(TA); in cleanupDeallocOrFinalize()
233 Transaction Trans(TA); in cleanupDeallocOrFinalize()
246 Transaction Trans(pass.TA); in removeEmptyStatementsAndDeallocFinalize()

12345678910>>...29