Searched defs:Transaction (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/android/binder/ |
| H A D | transaction.rs | 28 pub(crate) struct Transaction { struct 31 pub(crate) from_parent: Option<DArc<Transaction>>, argument 49 impl ListArcSafe<0> for Transaction { untracked; } argument 52 impl Transaction { implementation 55 from_parent: Option<DArc<Transaction>>, in new() 204 pub(crate) fn find_from(&self, thread: &Thread) -> Option<&DArc<Transaction>> { in find_from() 344 impl DeliverToRead for Transaction { implementation 452 impl PinnedDrop for Transaction { implementation
|
| H A D | thread.rs | 342 fn pop_transaction_to_reply(&mut self, thread: &Thread) -> Result<DArc<Transaction>> { in pop_transaction_to_reply() 497 pub(crate) fn set_current_transaction(&self, transaction: DArc<Transaction>) { in set_current_transaction() 1101 reply: Result<DLArc<Transaction>, u32>, in deliver_reply() 1102 transaction: &DArc<Transaction>, in deliver_reply() 1116 reply: Result<DLArc<Transaction>, u32>, in deliver_single_reply() 1117 transaction: &DArc<Transaction>, in deliver_single_reply() 1158 fn top_of_transaction_stack(&self) -> Result<Option<DArc<Transaction>>> { in top_of_transaction_stack()
|
| H A D | node.rs | 519 transaction: DLArc<Transaction>, in submit_oneway() 581 new: &Transaction, in take_outdated_transaction() 583 ) -> Option<DLArc<Transaction>> { in take_outdated_transaction()
|
| /linux/Documentation/networking/ |
| H A D | oa-tc6-framework.rst | 451 Device drivers API
|
| /linux/drivers/message/fusion/lsi/ |
| H A D | mpi.h | 506 SGE_TRANSACTION_UNION Transaction; member 521 SGE_TRANSACTION_UNION Transaction; member
|
| /linux/drivers/scsi/mpt3sas/mpi/ |
| H A D | mpi2.h | 1017 MPI2_SGE_TRANSACTION_UNION Transaction; member 1032 MPI2_SGE_TRANSACTION_UNION Transaction; member
|