Home
last modified time | relevance | path

Searched refs:transaction (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/openbmc/linux/fs/jbd2/
H A Dcheckpoint.c152 transaction_t *transaction; in jbd2_log_do_checkpoint() local
179 this_tid = transaction->t_tid; in jbd2_log_do_checkpoint()
434 next_transaction = transaction; in jbd2_journal_shrink_checkpoint_list()
439 tid = transaction->t_tid; in jbd2_journal_shrink_checkpoint_list()
486 if (!transaction) in __jbd2_journal_clean_checkpoint_list()
557 transaction_t *transaction; in __jbd2_journal_remove_checkpoint() local
564 if (!transaction) { in __jbd2_journal_remove_checkpoint()
695 if (transaction->t_cpnext) { in __jbd2_journal_drop_transaction()
696 transaction->t_cpnext->t_cpprev = transaction->t_cpprev; in __jbd2_journal_drop_transaction()
697 transaction->t_cpprev->t_cpnext = transaction->t_cpnext; in __jbd2_journal_drop_transaction()
[all …]
H A Dtransaction.c125 transaction->t_max_wait = 0; in jbd2_get_transaction()
127 transaction->t_requested = 0; in jbd2_get_transaction()
699 transaction->t_tid, in jbd2_journal_extend()
749 transaction); in stop_this_handle()
792 tid = transaction->t_tid; in jbd2__journal_restart()
852 if (!transaction) in jbd2_journal_wait_updates()
1611 transaction, transaction->t_tid, in jbd2_journal_dirty_metadata()
1840 if (!transaction) { in jbd2_journal_stop()
2034 if (transaction) in __jbd2_journal_temp_unlink_buffer()
2062 if (transaction && is_journal_aborted(transaction->t_journal)) in __jbd2_journal_temp_unlink_buffer()
[all …]
H A Djournal.c163 transaction_t *transaction; in kjournald2() local
231 transaction->t_expires)) in kjournald2()
249 if (transaction && time_after_eq(jiffies, transaction->t_expires)) { in kjournald2()
537 if (!transaction) { in __jbd2_journal_force_commit()
542 tid = transaction->t_tid; in __jbd2_journal_force_commit()
1054 transaction_t *transaction; in jbd2_journal_get_log_tail() local
1060 if (transaction) { in jbd2_journal_get_log_tail()
1061 *tid = transaction->t_tid; in jbd2_journal_get_log_tail()
1064 *tid = transaction->t_tid; in jbd2_journal_get_log_tail()
2435 if (transaction) { in jbd2_journal_flush()
[all …]
/openbmc/linux/drivers/usb/host/
H A Docteon-hcd.c1960 *transaction, in octeon_usb_urb_complete_callback()
2071 transaction->iso_packets[0].length = transaction->actual_bytes; in cvmx_usb_complete()
2096 transaction, in cvmx_usb_complete()
2099 kfree(transaction); in cvmx_usb_complete()
2141 transaction = kzalloc(sizeof(*transaction), GFP_ATOMIC); in cvmx_usb_submit_transaction()
2173 return transaction; in cvmx_usb_submit_transaction()
2412 transaction->stage = in cvmx_usb_transfer_control()
2467 transaction->stage = in cvmx_usb_transfer_control()
2826 transaction, in cvmx_usb_poll_channel()
3208 if (!transaction) { in octeon_usb_urb_enqueue()
[all …]
/openbmc/qemu/hw/usb/
H A Du2f-passthru.c47 struct transaction { struct
190 sizeof(struct transaction)); in u2f_transaction_close()
208 struct transaction *transaction; in u2f_transaction_add() local
223 transaction = &key->current_transactions[index]; in u2f_transaction_add()
224 transaction->cid = cid; in u2f_transaction_add()
225 transaction->resp_bcnt = 0; in u2f_transaction_add()
226 transaction->resp_size = 0; in u2f_transaction_add()
261 struct transaction *transaction; in u2f_passthru_recv_from_host() local
274 transaction = u2f_transaction_get(key, cid); in u2f_passthru_recv_from_host()
278 if (transaction == NULL) { in u2f_passthru_recv_from_host()
[all …]
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dtt.c366 transaction = tt->transaction + in iwl_advance_tt_handler()
383 transaction->next_state) { in iwl_advance_tt_handler()
386 transaction->next_state; in iwl_advance_tt_handler()
621 kfree(tt->transaction); in iwl_tt_initialize()
622 tt->transaction = NULL; in iwl_tt_initialize()
624 transaction = tt->transaction + in iwl_tt_initialize()
627 transaction = tt->transaction + in iwl_tt_initialize()
630 transaction = tt->transaction + in iwl_tt_initialize()
633 transaction = tt->transaction + in iwl_tt_initialize()
665 kfree(tt->transaction); in iwl_tt_exit()
[all …]
/openbmc/bmcweb/include/
H A Dopenbmc_dbus_rest.hpp307 [transaction, objectName, in getManagedObjectsForEnumerate()
411 transaction->objectPath, {}, in getObjectAndEnumerate()
425 transaction->subtree->emplace_back(transaction->objectPath, in getObjectAndEnumerate()
471 transaction->objectPath, connection.first, transaction); in getObjectAndEnumerate()
1372 if (!transaction->convertedToArray) in handleMethodResponse()
1585 transaction->path = objectPath; in handleAction()
1590 [transaction]( in handleAction()
1635 transaction->path = objectPath; in handleDelete()
1687 transaction->subtree = in handleEnumerate()
1889 transaction->objectPath, {}, in handlePut()
[all …]
/openbmc/sdbusplus/include/sdbusplus/server/
H A Dtransaction.hpp15 namespace transaction namespace
67 struct hash<sdbusplus::server::transaction::Transaction>
70 operator()(const sdbusplus::server::transaction::Transaction& t) const;
75 struct hash<sdbusplus::server::transaction::details::Transaction>
78 const sdbusplus::server::transaction::details::Transaction& t) const;
87 namespace transaction namespace
/openbmc/linux/Documentation/i2c/busses/
H A Di2c-mlxcpld.rst19 The next transaction types are supported:
29 Bits [6:5] - transaction length. b01 - 72B is supported,
43 It should be written last as it triggers an I2C transaction.
45 Number of data bytes to write in read transaction
47 Number of address bytes to write in read transaction.
49 Bit 0 - transaction is completed.
52 For write transaction address is specified in four first bytes
54 For read transactions address is sent in a separate transaction and
/openbmc/linux/Documentation/powerpc/
H A Dtransactional_memory.rst21 A simple transaction looks like this::
41 /* Retry the transaction if it failed because it conflicted with
58 transaction, the transaction will be aborted by the CPU. Register and memory
66 Causes of transaction aborts
88 transaction success.
141 /* Yes, we crashed during a transaction. Oops. */
171 Any transaction initiated inside a sighandler and suspended on return
178 kernel aborted a transaction:
184 TM_CAUSE_SYSCALL Syscall from active transaction.
223 transaction when tm suspend occurs. So tsuspend will cause a
[all …]
/openbmc/linux/Documentation/filesystems/
H A Dxfs-delayed-logging-design.rst72 <join item to transaction>
77 tracked via the transaction handle. Once the transaction is committed, all
190 transaction rolling mechanism to re-reserve space on every transaction roll. We
316 transaction::
358 transaction throughput.
467 transaction commit while the item is locked in the transaction. Instead of
548 transaction.
594 to any other transaction - it contains a transaction header, a series of
714 transaction. This LSN comes directly from the log buffer the transaction is
770 transaction. We don't know how big a checkpoint transaction is going to be
[all …]
H A Djournalling.rst42 this use jbd2_journal_start() which returns a transaction handle.
46 reenter a transaction if necessary, but remember you must call
48 jbd2_journal_start() before the transaction is completed (or more
52 Inside each transaction you need to wrap the modifications to the
101 haven't reused any of the freed blocks until the transaction freeing
114 called after each transaction commit. You can also use
115 ``transaction->t_private_list`` for attaching entries to a transaction
116 that need processing when the transaction commits.
118 JBD2 also provides a way to block all transaction updates via
170 being each mount, each modification (transaction) and each changed
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dpersist_data.py62 def transaction(f): member in SQLTable._Decorators
91 @_Decorators.transaction
108 @_Decorators.transaction
159 @_Decorators.transaction
168 @_Decorators.transaction
175 @_Decorators.transaction
193 @_Decorators.transaction
199 @_Decorators.transaction
234 @_Decorators.transaction
/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/
H A D0001-lib-transaction.c-fix-file-conflicts-for-MIPS64-N32.patch4 Subject: [PATCH] lib/transaction.c: fix file conflicts for MIPS64 N32
31 lib/transaction.c | 13 ++++++++++++-
34 diff --git a/lib/transaction.c b/lib/transaction.c
36 --- a/lib/transaction.c
37 +++ b/lib/transaction.c
/openbmc/sdbusplus/src/server/
H A Dtransaction.cpp7 namespace transaction namespace
77 size_t hash<sdbusplus::server::transaction::Transaction>::operator()( in operator ()()
78 const sdbusplus::server::transaction::Transaction& t) const in operator ()()
88 size_t hash<sdbusplus::server::transaction::details::Transaction>::operator()( in operator ()()
89 const sdbusplus::server::transaction::details::Transaction& t) const in operator ()()
/openbmc/linux/drivers/nfc/st21nfca/
H A Dse.c308 struct nfc_evt_transaction *transaction; in st21nfca_connectivity_event_received() local
340 if (skb->len < aid_len + 4 || aid_len > sizeof(transaction->aid)) in st21nfca_connectivity_event_received()
352 transaction = devm_kzalloc(dev, sizeof(*transaction) + params_len, GFP_KERNEL); in st21nfca_connectivity_event_received()
353 if (!transaction) in st21nfca_connectivity_event_received()
356 transaction->aid_len = aid_len; in st21nfca_connectivity_event_received()
357 transaction->params_len = params_len; in st21nfca_connectivity_event_received()
359 memcpy(transaction->aid, &skb->data[2], aid_len); in st21nfca_connectivity_event_received()
360 memcpy(transaction->params, &skb->data[aid_len + 4], params_len); in st21nfca_connectivity_event_received()
362 r = nfc_se_transaction(hdev->ndev, host, transaction); in st21nfca_connectivity_event_received()
/openbmc/linux/fs/btrfs/
H A Dtransaction.c145 BUG_ON(!list_empty(&transaction->list)); in btrfs_put_transaction()
150 if (transaction->delayed_refs.pending_csums) in btrfs_put_transaction()
151 btrfs_err(transaction->fs_info, in btrfs_put_transaction()
153 transaction->delayed_refs.pending_csums); in btrfs_put_transaction()
161 while (!list_empty(&transaction->deleted_bgs)) { in btrfs_put_transaction()
172 kfree(transaction); in btrfs_put_transaction()
695 h->transaction = cur_trans; in start_transaction()
1327 &trans->transaction->switch_commits); in commit_cowonly_roots()
1466 &trans->transaction->switch_commits); in commit_fs_roots()
1979 cur_trans = trans->transaction; in btrfs_commit_transaction_async()
[all …]
H A Dtransaction.h126 struct btrfs_transaction *transaction; member
177 inode->last_trans = trans->transaction->transid; in btrfs_set_inode_last_trans()
192 delayed_refs = &trans->transaction->delayed_refs; in btrfs_set_skip_qgroup()
201 delayed_refs = &trans->transaction->delayed_refs; in btrfs_clear_skip_qgroup()
264 void btrfs_put_transaction(struct btrfs_transaction *transaction);
/openbmc/phosphor-objmgr/src/
H A Dmain.cpp167 const std::shared_ptr<InProgressIntrospect>& transaction, in doIntrospect() argument
174 [&io, &interfaceMap, &objectServer, transaction, path, systemBus, in doIntrospect()
182 doIntrospect(io, systemBus, transaction, interfaceMap, in doIntrospect()
188 << " on process: " << transaction->processName in doIntrospect()
218 thisPathMap[transaction->processName].emplace(ifaceName); in doIntrospect()
223 transaction->processName, path); in doIntrospect()
232 transaction->assocMaps, objectServer); in doIntrospect()
246 doIntrospect(io, systemBus, transaction, interfaceMap, in doIntrospect()
268 std::shared_ptr<InProgressIntrospect> transaction = in startNewIntrospect() local
424 auto transaction = std::make_shared< in main() local
[all …]
/openbmc/qemu/qapi/
H A Dtransaction.json14 # This action can be used to test transaction failure.
159 # @transaction.
199 # @transaction:
225 # in the transaction. When an I/O error occurs during deletion, the
232 # execution of the transaction. See @TransactionProperties for
237 # Errors depend on the operations of the transaction
239 # Note: The transaction aborts on the first failure. Therefore, there
267 { 'command': 'transaction',
/openbmc/linux/Documentation/locking/
H A Dww-mutex-design.rst39 If the transaction holding the lock is younger, the locking transaction waits.
40 If the transaction holding the lock is older, the locking transaction backs off
43 If the transaction holding the lock is younger, the locking transaction
44 wounds the transaction holding the lock, requesting it to die.
45 If the transaction holding the lock is older, it waits for the other
46 transaction. Hence Wound-Wait.
54 Wound-Wait transaction is considered preempted when it dies (returning
68 transaction.
351 The wounded status of the transaction is checked only when there is
353 situation, if the transaction is wounded, it backs off, clears the
[all …]
/openbmc/sdbusplus/tools/sdbusplus/templates/
H A Dproperty.aserver.callback.hpp.mako18 // Set up the transaction.
19 server::transaction::set_id(m);
66 // Set up the transaction.
67 server::transaction::set_id(m);
/openbmc/linux/Documentation/i2c/
H A Di2c-address-translators.rst53 in the transaction and based on the alias table.
68 - Slave X driver requests a transaction (on adapter B), slave address 0x10
71 - Physical I2C transaction on bus A, slave address 0x20
72 - ATR chip detects transaction on address 0x20, finds it in table,
73 propagates transaction on bus B with address translated to 0x10,
75 - Slave X chip (on bus B) detects transaction at its own physical
/openbmc/qemu/tests/qemu-iotests/
H A D241.out9 transaction size: 64-bit
20 transaction size: 64-bit
33 transaction size: 64-bit
/openbmc/linux/drivers/nfc/st-nci/
H A Dse.c314 struct nfc_evt_transaction *transaction; in st_nci_hci_connectivity_event_received() local
348 aid_len > sizeof(transaction->aid)) in st_nci_hci_connectivity_event_received()
360 transaction = devm_kzalloc(dev, sizeof(*transaction) + in st_nci_hci_connectivity_event_received()
362 if (!transaction) in st_nci_hci_connectivity_event_received()
365 transaction->aid_len = aid_len; in st_nci_hci_connectivity_event_received()
366 transaction->params_len = params_len; in st_nci_hci_connectivity_event_received()
368 memcpy(transaction->aid, &skb->data[2], aid_len); in st_nci_hci_connectivity_event_received()
369 memcpy(transaction->params, &skb->data[aid_len + 4], in st_nci_hci_connectivity_event_received()
372 r = nfc_se_transaction(ndev->nfc_dev, host, transaction); in st_nci_hci_connectivity_event_received()

12345678910>>...13