Home
last modified time | relevance | path

Searched defs:trans (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/linux-6.15/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.c104 iwl_trans_determine_restart_mode(struct iwl_trans *trans) in iwl_trans_determine_restart_mode()
226 struct iwl_trans *trans; in iwl_trans_alloc() local
250 int iwl_trans_init(struct iwl_trans *trans) in iwl_trans_init()
287 void iwl_trans_free(struct iwl_trans *trans) in iwl_trans_free()
397 void iwl_trans_configure(struct iwl_trans *trans, in iwl_trans_configure()
407 int iwl_trans_start_hw(struct iwl_trans *trans) in iwl_trans_start_hw()
415 void iwl_trans_op_mode_leave(struct iwl_trans *trans) in iwl_trans_op_mode_leave()
521 void iwl_trans_sync_nmi(struct iwl_trans *trans) in iwl_trans_sync_nmi()
597 void iwl_trans_stop_device(struct iwl_trans *trans) in iwl_trans_stop_device()
777 int iwl_trans_load_pnvm(struct iwl_trans *trans, in iwl_trans_load_pnvm()
[all …]
H A Diwl-io.c17 void iwl_write8(struct iwl_trans *trans, u32 ofs, u8 val) in iwl_write8()
24 void iwl_write32(struct iwl_trans *trans, u32 ofs, u32 val) in iwl_write32()
31 void iwl_write64(struct iwl_trans *trans, u64 ofs, u64 val) in iwl_write64()
39 u32 iwl_read32(struct iwl_trans *trans, u32 ofs) in iwl_read32()
50 int iwl_poll_bit(struct iwl_trans *trans, u32 addr, in iwl_poll_bit()
66 u32 iwl_read_direct32(struct iwl_trans *trans, u32 reg) in iwl_read_direct32()
137 u32 iwl_read_prph(struct iwl_trans *trans, u32 ofs) in iwl_read_prph()
162 int iwl_poll_prph_bit(struct iwl_trans *trans, u32 addr, in iwl_poll_prph_bit()
212 void iwl_force_nmi(struct iwl_trans *trans) in iwl_force_nmi()
356 int iwl_dump_fh(struct iwl_trans *trans, char **buf) in iwl_dump_fh()
[all …]
H A Diwl-io.h16 static inline void iwl_set_bit(struct iwl_trans *trans, u32 reg, u32 mask) in iwl_set_bit()
21 static inline void iwl_clear_bit(struct iwl_trans *trans, u32 reg, u32 mask) in iwl_clear_bit()
42 static inline void iwl_write_prph(struct iwl_trans *trans, u32 ofs, u32 val) in iwl_write_prph()
65 static inline u32 iwl_umac_prph(struct iwl_trans *trans, u32 ofs) in iwl_umac_prph()
70 static inline u32 iwl_read_umac_prph_no_grab(struct iwl_trans *trans, u32 ofs) in iwl_read_umac_prph_no_grab()
76 static inline u32 iwl_read_umac_prph(struct iwl_trans *trans, u32 ofs) in iwl_read_umac_prph()
81 static inline void iwl_write_umac_prph_no_grab(struct iwl_trans *trans, u32 ofs, in iwl_write_umac_prph_no_grab()
88 static inline void iwl_write_umac_prph(struct iwl_trans *trans, u32 ofs, in iwl_write_umac_prph()
94 static inline int iwl_poll_umac_prph_bit(struct iwl_trans *trans, u32 addr, in iwl_poll_umac_prph_bit()
H A Diwl-scd.h13 static inline void iwl_scd_txq_set_chain(struct iwl_trans *trans, in iwl_scd_txq_set_chain()
19 static inline void iwl_scd_txq_enable_agg(struct iwl_trans *trans, in iwl_scd_txq_enable_agg()
25 static inline void iwl_scd_txq_disable_agg(struct iwl_trans *trans, in iwl_scd_txq_disable_agg()
31 static inline void iwl_scd_disable_agg(struct iwl_trans *trans) in iwl_scd_disable_agg()
36 static inline void iwl_scd_activate_fifos(struct iwl_trans *trans) in iwl_scd_activate_fifos()
41 static inline void iwl_scd_deactivate_fifos(struct iwl_trans *trans) in iwl_scd_deactivate_fifos()
46 static inline void iwl_scd_enable_set_active(struct iwl_trans *trans, in iwl_scd_enable_set_active()
76 static inline void iwl_scd_txq_set_inactive(struct iwl_trans *trans, in iwl_scd_txq_set_inactive()
/linux-6.15/fs/bcachefs/
H A Dbtree_iter.c238 void bch2_trans_verify_paths(struct btree_trans *trans) in bch2_trans_verify_paths()
657 void bch2_trans_node_add(struct btree_trans *trans, in bch2_trans_node_add()
688 void bch2_trans_node_drop(struct btree_trans *trans, in bch2_trans_node_drop()
1270 __bch2_btree_path_set_pos(struct btree_trans *trans, in __bch2_btree_path_set_pos()
3224 u32 bch2_trans_begin(struct btree_trans *trans) in bch2_trans_begin()
3317 struct btree_trans *trans; in __bch2_trans_get() local
3423 void bch2_trans_put(struct btree_trans *trans) in bch2_trans_put()
3486 struct btree_trans *trans; in bch2_current_has_btree_trans() local
3587 struct btree_trans *trans; in bch2_fs_btree_iter_exit() local
3592 struct btree_trans *trans = in bch2_fs_btree_iter_exit() local
[all …]
H A Dbtree_locking.c46 void bch2_btree_node_unlock_write(struct btree_trans *trans, in bch2_btree_node_unlock_write()
58 struct btree_trans *trans; member
228 struct btree_trans *trans = i->trans; in break_cycle() local
414 struct btree_trans *trans = p; in bch2_six_check_for_deadlock() local
526 bool bch2_btree_node_upgrade(struct btree_trans *trans, in bch2_btree_node_upgrade()
605 int __bch2_btree_path_relock(struct btree_trans *trans, in __bch2_btree_path_relock()
709 void bch2_trans_downgrade(struct btree_trans *trans) in bch2_trans_downgrade()
792 int bch2_trans_relock(struct btree_trans *trans) in bch2_trans_relock()
809 void bch2_trans_unlock(struct btree_trans *trans) in bch2_trans_unlock()
816 void bch2_trans_unlock_long(struct btree_trans *trans) in bch2_trans_unlock_long()
[all …]
H A Dbtree_locking.h79 static inline void mark_btree_node_locked(struct btree_trans *trans, in mark_btree_node_locked()
124 static inline void btree_node_unlock(struct btree_trans *trans, in btree_node_unlock()
152 static inline void __bch2_btree_path_unlock(struct btree_trans *trans, in __bch2_btree_path_unlock()
207 static inline void trans_set_unlocked(struct btree_trans *trans) in trans_set_unlocked()
219 static inline int __btree_node_lock_nopath(struct btree_trans *trans, in __btree_node_lock_nopath()
240 btree_node_lock_nopath(struct btree_trans *trans, in btree_node_lock_nopath()
279 static inline int btree_node_lock(struct btree_trans *trans, in btree_node_lock()
305 static inline int __btree_node_lock_write(struct btree_trans *trans, in __btree_node_lock_write()
327 bch2_btree_node_lock_write(struct btree_trans *trans, in bch2_btree_node_lock_write()
344 static inline int bch2_btree_path_relock(struct btree_trans *trans, in bch2_btree_path_relock()
[all …]
H A Dtrace.h1920 static inline void trace_update_by_path(struct btree_trans *trans, struct btree_path *path, in trace_update_by_path()
1923 static inline void trace_btree_path_get_ll(struct btree_trans *trans, struct btree_path *path) {} in trace_btree_path_get_ll()
1924 static inline void trace_btree_path_put_ll(struct btree_trans *trans, struct btree_path *path) {} in trace_btree_path_put_ll()
1925 static inline void trace_btree_path_should_be_locked(struct btree_trans *trans, struct btree_path *… in trace_btree_path_should_be_locked()
1926 static inline void trace_btree_path_alloc(struct btree_trans *trans, struct btree_path *path) {} in trace_btree_path_alloc()
1927 static inline void trace_btree_path_get(struct btree_trans *trans, struct btree_path *path, struct … in trace_btree_path_get()
1928 static inline void trace_btree_path_clone(struct btree_trans *trans, struct btree_path *path, struc… in trace_btree_path_clone()
1930 static inline void trace_btree_path_traverse_start(struct btree_trans *trans, struct btree_path *pa… in trace_btree_path_traverse_start()
1931 static inline void trace_btree_path_traverse_end(struct btree_trans *trans, struct btree_path *path… in trace_btree_path_traverse_end()
1932 static inline void trace_btree_path_set_pos(struct btree_trans *trans, struct btree_path *path, str… in trace_btree_path_set_pos()
[all …]
H A Dbtree_trans_commit.c72 static inline bool same_leaf_as_prev(struct btree_trans *trans, in same_leaf_as_prev()
79 static inline bool same_leaf_as_next(struct btree_trans *trans, in same_leaf_as_next()
86 inline void bch2_btree_node_prep_for_write(struct btree_trans *trans, in bch2_btree_node_prep_for_write()
117 static inline int bch2_trans_lock_write(struct btree_trans *trans) in bch2_trans_lock_write()
151 bool bch2_btree_bset_insert_key(struct btree_trans *trans, in bch2_btree_bset_insert_key()
233 struct btree_trans *trans = bch2_trans_get(c); in __btree_node_flush() local
288 inline void bch2_btree_insert_key_leaf(struct btree_trans *trans, in bch2_btree_insert_key_leaf()
372 static inline int btree_key_can_insert(struct btree_trans *trans, in btree_key_can_insert()
459 static int run_one_mem_trigger(struct btree_trans *trans, in run_one_mem_trigger()
949 do_bch2_trans_commit_to_journal_replay(struct btree_trans *trans) in do_bch2_trans_commit_to_journal_replay()
[all …]
H A Dbtree_iter.h77 static inline void btree_trans_sort_paths(struct btree_trans *trans) in btree_trans_sort_paths()
102 __trans_next_path(struct btree_trans *trans, unsigned *idx) in __trans_next_path()
188 __trans_next_path_with_node(struct btree_trans *trans, struct btree *b, in __trans_next_path_with_node()
209 bch2_btree_path_make_mut(struct btree_trans *trans, in bch2_btree_path_make_mut()
225 bch2_btree_path_set_pos(struct btree_trans *trans, in bch2_btree_path_set_pos()
292 static inline void bch2_trans_verify_paths(struct btree_trans *trans) {} in bch2_trans_verify_paths()
359 static int btree_trans_restart(struct btree_trans *trans, int err) in btree_trans_restart()
381 static inline void bch2_btree_path_downgrade(struct btree_trans *trans, in bch2_btree_path_downgrade()
437 static inline void bch2_btree_iter_set_pos(struct btree_trans *trans, in bch2_btree_iter_set_pos()
525 static inline void bch2_trans_iter_init(struct btree_trans *trans, in bch2_trans_iter_init()
[all …]
H A Dbtree_update.c31 static noinline int extent_front_merge(struct btree_trans *trans, in extent_front_merge()
67 static noinline int extent_back_merge(struct btree_trans *trans, in extent_back_merge()
93 static int need_whiteout_for_snapshot(struct btree_trans *trans, in need_whiteout_for_snapshot()
123 int __bch2_insert_snapshot_whiteouts(struct btree_trans *trans, in __bch2_insert_snapshot_whiteouts()
186 int bch2_trans_update_extent_overwrite(struct btree_trans *trans, in bch2_trans_update_extent_overwrite()
285 static int bch2_trans_update_extent(struct btree_trans *trans, in bch2_trans_update_extent()
552 int bch2_btree_insert_clone_trans(struct btree_trans *trans, in bch2_btree_insert_clone_trans()
619 void bch2_trans_commit_hook(struct btree_trans *trans, in bch2_trans_commit_hook()
626 int bch2_btree_insert_nonextent(struct btree_trans *trans, in bch2_btree_insert_nonextent()
675 int bch2_btree_delete_at(struct btree_trans *trans, in bch2_btree_delete_at()
[all …]
H A Dbtree_update.h70 static inline int bch2_btree_delete_at_buffered(struct btree_trans *trans, in bch2_btree_delete_at_buffered()
86 static inline int bch2_insert_snapshot_whiteouts(struct btree_trans *trans, in bch2_insert_snapshot_whiteouts()
116 bch2_trans_jset_entry_alloc(struct btree_trans *trans, unsigned u64s) in bch2_trans_jset_entry_alloc()
132 static inline int __must_check bch2_trans_update_buffered(struct btree_trans *trans, in bch2_trans_update_buffered()
187 static inline int bch2_trans_commit(struct btree_trans *trans, in bch2_trans_commit()
214 static inline void bch2_trans_reset_updates(struct btree_trans *trans) in bch2_trans_reset_updates()
276 static inline struct bkey_i *bch2_bkey_make_mut(struct btree_trans *trans, in bch2_bkey_make_mut()
303 static inline struct bkey_i *bch2_bkey_get_mut_noupdate(struct btree_trans *trans, in bch2_bkey_get_mut_noupdate()
311 static inline struct bkey_i *__bch2_bkey_get_mut(struct btree_trans *trans, in __bch2_bkey_get_mut()
333 static inline struct bkey_i *bch2_bkey_get_mut_minsize(struct btree_trans *trans, in bch2_bkey_get_mut_minsize()
[all …]
H A Dsubvolume.c28 static int check_subvol(struct btree_trans *trans, in check_subvol()
173 static int check_subvol_child(struct btree_trans *trans, in check_subvol_child()
254 int bch2_subvolume_trigger(struct btree_trans *trans, in bch2_subvolume_trigger()
274 int bch2_subvol_has_children(struct btree_trans *trans, u32 subvol) in bch2_subvol_has_children()
288 bch2_subvolume_get_inlined(struct btree_trans *trans, unsigned subvol, in bch2_subvolume_get_inlined()
301 int bch2_subvolume_get(struct btree_trans *trans, unsigned subvol, in bch2_subvolume_get()
308 int bch2_subvol_is_ro_trans(struct btree_trans *trans, u32 subvol) in bch2_subvol_is_ro_trans()
325 int bch2_snapshot_get_subvol(struct btree_trans *trans, u32 snapshot, in bch2_snapshot_get_subvol()
362 static int bch2_subvolume_reparent(struct btree_trans *trans, in bch2_subvolume_reparent()
538 int bch2_subvolume_unlink(struct btree_trans *trans, u32 subvolid) in bch2_subvolume_unlink()
[all …]
H A Dbackpointers.c91 static noinline int backpointer_mod_err(struct btree_trans *trans, in backpointer_mod_err()
192 static int backpointer_target_not_found(struct btree_trans *trans, in backpointer_target_not_found()
353 struct btree *bch2_backpointer_get_node(struct btree_trans *trans, in bch2_backpointer_get_node()
361 struct bkey_s_c bch2_backpointer_get_key(struct btree_trans *trans, in bch2_backpointer_get_key()
454 static int check_extent_checksum(struct btree_trans *trans, in check_extent_checksum()
523 static int check_bp_exists(struct btree_trans *trans, in check_bp_exists()
656 static int check_extent_to_backpointers(struct btree_trans *trans, in check_extent_to_backpointers()
747 static int bch2_get_btree_in_memory_pos(struct btree_trans *trans, in bch2_get_btree_in_memory_pos()
1095 struct btree_trans *trans = bch2_trans_get(c); in bch2_check_extents_to_backpointers() local
1167 static int check_one_backpointer(struct btree_trans *trans, in check_one_backpointer()
[all …]
/linux-6.15/drivers/net/wireless/intel/iwlwifi/pcie/
H A Drx.c144 int iwl_pcie_rx_stop(struct iwl_trans *trans) in iwl_pcie_rx_stop()
1012 struct iwl_trans *trans; in iwl_pcie_napi_poll() local
1039 struct iwl_trans *trans; in iwl_pcie_napi_poll_msix() local
1170 int iwl_pcie_rx_init(struct iwl_trans *trans) in iwl_pcie_rx_init()
1204 void iwl_pcie_rx_free(struct iwl_trans *trans) in iwl_pcie_rx_free()
1646 struct iwl_trans *trans = trans_pcie->trans; in iwl_pcie_irq_rx_msix_handler() local
1833 struct iwl_trans *trans = dev_id; in iwl_pcie_irq_handler() local
2093 void iwl_pcie_free_ict(struct iwl_trans *trans) in iwl_pcie_free_ict()
2111 int iwl_pcie_alloc_ict(struct iwl_trans *trans) in iwl_pcie_alloc_ict()
2174 struct iwl_trans *trans = data; in iwl_pcie_isr() local
[all …]
H A Dtrans.c37 void iwl_trans_pcie_dump_regs(struct iwl_trans *trans) in iwl_trans_pcie_dump_regs()
256 void iwl_pcie_apm_config(struct iwl_trans *trans) in iwl_pcie_apm_config()
1196 struct iwl_trans *trans = trans_pcie->trans; in iwl_pcie_conf_msix_hw() local
1227 struct iwl_trans *trans = trans_pcie->trans; in iwl_pcie_init_msix() local
1655 struct iwl_trans *trans, in iwl_pcie_set_interrupt_capa()
2833 struct iwl_trans *trans; member
2878 struct iwl_trans *trans = priv->trans; in iwl_dbgfs_tx_queue_seq_show() local
2927 struct iwl_trans *trans = file->private_data; in iwl_dbgfs_rx_queue_read() local
2976 struct iwl_trans *trans = file->private_data; in iwl_dbgfs_interrupt_read() local
3120 struct iwl_trans *trans = inode->i_private; in iwl_dbgfs_monitor_data_open() local
[all …]
H A Dtrans-gen2.c20 int iwl_pcie_gen2_apm_init(struct iwl_trans *trans) in iwl_pcie_gen2_apm_init()
59 static void iwl_pcie_gen2_apm_stop(struct iwl_trans *trans, bool op_mode_leave) in iwl_pcie_gen2_apm_stop()
98 void iwl_trans_pcie_fw_reset_handshake(struct iwl_trans *trans) in iwl_trans_pcie_fw_reset_handshake()
140 static void _iwl_trans_pcie_gen2_stop_device(struct iwl_trans *trans) in _iwl_trans_pcie_gen2_stop_device()
225 void iwl_trans_pcie_gen2_stop_device(struct iwl_trans *trans) in iwl_trans_pcie_gen2_stop_device()
242 static int iwl_pcie_gen2_nic_init(struct iwl_trans *trans) in iwl_pcie_gen2_nic_init()
273 static void iwl_pcie_get_rf_name(struct iwl_trans *trans) in iwl_pcie_get_rf_name()
352 void iwl_trans_pcie_gen2_fw_alive(struct iwl_trans *trans) in iwl_trans_pcie_gen2_fw_alive()
384 static bool iwl_pcie_set_ltr(struct iwl_trans *trans) in iwl_pcie_set_ltr()
433 static void iwl_pcie_spin_for_iml(struct iwl_trans *trans) in iwl_pcie_spin_for_iml()
[all …]
H A Dtx.c52 int iwl_pcie_alloc_dma_ptr(struct iwl_trans *trans, in iwl_pcie_alloc_dma_ptr()
123 void iwl_pcie_txq_check_wrptrs(struct iwl_trans *trans) in iwl_pcie_txq_check_wrptrs()
537 void iwl_trans_pcie_tx_reset(struct iwl_trans *trans) in iwl_trans_pcie_tx_reset()
610 int iwl_pcie_tx_stop(struct iwl_trans *trans) in iwl_pcie_tx_stop()
648 void iwl_pcie_tx_free(struct iwl_trans *trans) in iwl_pcie_tx_free()
707 struct iwl_trans *trans = txq->trans; in iwl_txq_stuck_timer() local
806 static int iwl_pcie_tx_alloc(struct iwl_trans *trans) in iwl_pcie_tx_alloc()
940 int iwl_pcie_tx_init(struct iwl_trans *trans) in iwl_pcie_tx_init()
1345 int iwl_pcie_enqueue_hcmd(struct iwl_trans *trans, in iwl_pcie_enqueue_hcmd()
1623 void iwl_pcie_hcmd_complete(struct iwl_trans *trans, in iwl_pcie_hcmd_complete()
[all …]
H A Dctxt-info-gen3.c33 iwl_pcie_ctxt_info_dbg_enable(struct iwl_trans *trans, in iwl_pcie_ctxt_info_dbg_enable()
100 int iwl_pcie_ctxt_info_gen3_init(struct iwl_trans *trans, in iwl_pcie_ctxt_info_gen3_init()
286 void iwl_pcie_ctxt_info_gen3_free(struct iwl_trans *trans, bool alive) in iwl_pcie_ctxt_info_gen3_free()
325 static int iwl_pcie_load_payloads_continuously(struct iwl_trans *trans, in iwl_pcie_load_payloads_continuously()
360 (struct iwl_trans *trans, in iwl_pcie_load_payloads_segments()
414 int iwl_trans_pcie_ctx_info_gen3_load_pnvm(struct iwl_trans *trans, in iwl_trans_pcie_ctx_info_gen3_load_pnvm()
473 static void iwl_pcie_set_pnvm_segments(struct iwl_trans *trans) in iwl_pcie_set_pnvm_segments()
486 static void iwl_pcie_set_continuous_pnvm(struct iwl_trans *trans) in iwl_pcie_set_continuous_pnvm()
498 void iwl_trans_pcie_ctx_info_gen3_set_pnvm(struct iwl_trans *trans, in iwl_trans_pcie_ctx_info_gen3_set_pnvm()
557 static void iwl_pcie_set_reduce_power_segments(struct iwl_trans *trans) in iwl_pcie_set_reduce_power_segments()
[all …]
H A Dtx-gen2.c18 static struct page *get_workaround_page(struct iwl_trans *trans, in get_workaround_page()
60 static int iwl_txq_gen2_set_tb_with_wa(struct iwl_trans *trans, in iwl_txq_gen2_set_tb_with_wa()
158 static int iwl_txq_gen2_build_amsdu(struct iwl_trans *trans, in iwl_txq_gen2_build_amsdu()
297 iwl_tfh_tfd *iwl_txq_gen2_build_tx_amsdu(struct iwl_trans *trans, in iwl_txq_gen2_build_tx_amsdu()
356 static int iwl_txq_gen2_tx_add_frags(struct iwl_trans *trans, in iwl_txq_gen2_tx_add_frags()
385 iwl_tfh_tfd *iwl_txq_gen2_build_tx(struct iwl_trans *trans, in iwl_txq_gen2_build_tx()
646 void iwl_txq_gen2_tfd_unmap(struct iwl_trans *trans, in iwl_txq_gen2_tfd_unmap()
860 static void iwl_txq_gen2_free_memory(struct iwl_trans *trans, in iwl_txq_gen2_free_memory()
1113 void iwl_txq_dyn_free(struct iwl_trans *trans, int queue) in iwl_txq_dyn_free()
1138 void iwl_txq_gen2_tx_free(struct iwl_trans *trans) in iwl_txq_gen2_tx_free()
[all …]
H A Dctxt-info.c12 static void *_iwl_pcie_ctxt_info_dma_alloc_coherent(struct iwl_trans *trans, in _iwl_pcie_ctxt_info_dma_alloc_coherent()
41 void *iwl_pcie_ctxt_info_dma_alloc_coherent(struct iwl_trans *trans, in iwl_pcie_ctxt_info_dma_alloc_coherent()
48 int iwl_pcie_ctxt_info_alloc_dma(struct iwl_trans *trans, in iwl_pcie_ctxt_info_alloc_dma()
63 void iwl_pcie_ctxt_info_free_paging(struct iwl_trans *trans) in iwl_pcie_ctxt_info_free_paging()
84 int iwl_pcie_init_fw_sec(struct iwl_trans *trans, in iwl_pcie_init_fw_sec()
163 int iwl_pcie_ctxt_info_init(struct iwl_trans *trans, in iwl_pcie_ctxt_info_init()
249 void iwl_pcie_ctxt_info_free(struct iwl_trans *trans) in iwl_pcie_ctxt_info_free()
/linux-6.15/fs/btrfs/
H A Dtransaction.c405 static int record_root_in_trans(struct btrfs_trans_handle *trans, in record_root_in_trans()
466 void btrfs_add_dropped_root(struct btrfs_trans_handle *trans, in btrfs_add_dropped_root()
485 int btrfs_record_root_in_trans(struct btrfs_trans_handle *trans, in btrfs_record_root_in_trans()
881 struct btrfs_trans_handle *trans; in btrfs_attach_transaction_barrier() local
1006 bool btrfs_should_end_transaction(struct btrfs_trans_handle *trans) in btrfs_should_end_transaction()
1107 int btrfs_end_transaction(struct btrfs_trans_handle *trans) in btrfs_end_transaction()
1288 static int update_cowonly_root(struct btrfs_trans_handle *trans, in update_cowonly_root()
1959 struct btrfs_transaction *trans; in btrfs_transaction_blocked() local
2003 struct btrfs_trans_handle *trans; in btrfs_commit_current_transaction() local
2154 static void add_pending_snapshot(struct btrfs_trans_handle *trans) in add_pending_snapshot()
[all …]
/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_hdcp_regs.h86 #define HDCP_CONF(dev_priv, trans, port) \ argument
99 #define HDCP_ANINIT(dev_priv, trans, port) \ argument
109 #define HDCP_ANLO(dev_priv, trans, port) \ argument
119 #define HDCP_ANHI(dev_priv, trans, port) \ argument
130 #define HDCP_BKSVLO(dev_priv, trans, port) \ argument
141 #define HDCP_BKSVHI(dev_priv, trans, port) \ argument
152 #define HDCP_RPRIME(dev_priv, trans, port) \ argument
163 #define HDCP_STATUS(dev_priv, trans, port) \ argument
204 #define HDCP2_AUTH(dev_priv, trans, port) \ argument
215 #define HDCP2_CTL(dev_priv, trans, port) \ argument
[all …]
H A Dintel_vrr_regs.h16 #define TRANS_VRR_CTL(dev_priv, trans) _MMIO_TRANS2(dev_priv, trans, _TRANS_VRR_CTL_A) argument
30 #define TRANS_VRR_VMAX(dev_priv, trans) _MMIO_TRANS2(dev_priv, trans, _TRANS_VRR_VMAX_A) argument
37 #define TRANS_VRR_VMIN(dev_priv, trans) _MMIO_TRANS2(dev_priv, trans, _TRANS_VRR_VMIN_A) argument
44 #define TRANS_VRR_VMAXSHIFT(dev_priv, trans) _MMIO_TRANS2(dev_priv, trans, \ argument
54 #define TRANS_VRR_STATUS(dev_priv, trans) _MMIO_TRANS2(dev_priv, trans, _TRANS_VRR_STATUS_A) argument
74 #define TRANS_VRR_VTOTAL_PREV(dev_priv, trans) _MMIO_TRANS2(dev_priv, trans, \ argument
85 #define TRANS_VRR_FLIPLINE(dev_priv, trans) _MMIO_TRANS2(dev_priv, trans, \ argument
93 #define TRANS_VRR_STATUS2(dev_priv, trans) _MMIO_TRANS2(dev_priv, trans, _TRANS_VRR_STATUS2_A) argument
100 #define TRANS_PUSH(dev_priv, trans) _MMIO_TRANS2(dev_priv, trans, _TRANS_PUSH_A) argument
105 #define TRANS_VRR_VSYNC(dev_priv, trans) _MMIO_TRANS2(dev_priv, trans, _TRANS_VRR_VSYNC_A) argument
[all …]
/linux-6.15/net/rds/
H A Dtransport.c50 void rds_trans_register(struct rds_transport *trans) in rds_trans_register()
68 void rds_trans_unregister(struct rds_transport *trans) in rds_trans_unregister()
79 void rds_trans_put(struct rds_transport *trans) in rds_trans_put()
90 struct rds_transport *trans; in rds_trans_get_preferred() local
118 struct rds_transport *trans; in rds_trans_get() local
148 struct rds_transport *trans; in rds_trans_stats_info_copy() local

12345678910>>...12