Home
last modified time | relevance | path

Searched full:visit (Results 1 – 25 of 198) sorted by relevance

12345678

/linux/rust/syn/gen/
H A Dvisit.rs30 pub trait Visit<'ast> { trait
952 V: Visit<'ast> + ?Sized, in visit_abi()
966 V: Visit<'ast> + ?Sized, in visit_angle_bracketed_generic_arguments()
980 V: Visit<'ast> + ?Sized, in visit_arm()
998 V: Visit<'ast> + ?Sized, in visit_assoc_const()
1011 V: Visit<'ast> + ?Sized, in visit_assoc_type()
1024 V: Visit<'ast> + ?Sized, in visit_attr_style()
1037 V: Visit<'ast> + ?Sized, in visit_attribute()
1048 V: Visit<'ast> + ?Sized, in visit_bare_fn_arg()
1063 V: Visit<'ast> + ?Sized, in visit_bare_variadic()
[all …]
/linux/drivers/net/ethernet/chelsio/
H A DKconfig31 For general information about Chelsio and our products, visit
34 For customer support, please visit our customer support page at
58 For general information about Chelsio and our products, visit
61 For customer support, please visit our customer support page at
81 For general information about Chelsio and our products, visit
84 For customer support, please visit our customer support page at
122 For general information about Chelsio and our products, visit
125 For customer support, please visit our customer support page at
/linux/rust/syn/
H A Dlib.rs242 //! - **`visit`** — Trait for traversing a syntax tree.
243 //! - **`visit-mut`** — Trait for traversing and mutating in place a syntax
644 /// Each method of the [`Visit`] trait is a hook that can be overridden to
649 /// [`Visit`]: visit::Visit
654 /// pub trait Visit<'ast> {
669 /// V: Visit<'ast> + ?Sized,
692 /// // syn = { version = "2.0", features = ["full", "visit"] }
695 /// use syn::visit::{self, Visit};
700 /// impl<'ast> Visit<'ast> for FnVisitor {
704 /// // Delegate to the default impl to visit any nested functions.
[all …]
/linux/arch/arm64/kvm/hyp/
H A Dpgtable.c124 enum kvm_pgtable_walk_flags visit) in kvm_pgtable_visitor_cb() argument
130 return walker->cb(ctx, visit); in kvm_pgtable_visitor_cb()
295 enum kvm_pgtable_walk_flags visit) in leaf_walker() argument
428 enum kvm_pgtable_walk_flags visit) in hyp_map_walker() argument
475 enum kvm_pgtable_walk_flags visit) in hyp_unmap_walker() argument
554 enum kvm_pgtable_walk_flags visit) in hyp_free_walker() argument
1076 enum kvm_pgtable_walk_flags visit) in stage2_map_walker() argument
1080 switch (visit) { in stage2_map_walker()
1147 enum kvm_pgtable_walk_flags visit) in stage2_unmap_walker() argument
1214 enum kvm_pgtable_walk_flags visit) in stage2_attr_walker() argument
[all …]
/linux/drivers/scsi/csiostor/
H A DKconfig11 For general information about Chelsio and our products, visit
14 For customer support, please visit our customer support page at
/linux/drivers/infiniband/hw/cxgb4/
H A DKconfig12 For general information about Chelsio and our products, visit
15 For customer support, please visit our customer support page at
/linux/Documentation/kbuild/
H A DKconfig.select-break17 # visit the dependencies of the select target (in this case B). And since
18 # Kconfig does not visit the dependencies, it breaks the dependencies of B
/linux/drivers/net/wireless/ath/
H A DKconfig16 For more information and documentation on this module you can visit:
20 For information on all Atheros wireless drivers visit:
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_constants.h142 /* FW only: First visit at rx-path, part of the abts round trip */
144 /* FW only: Second visit at rx-path, after ABTS frame transmitted */
148 /* FW only: First visit at rx-path, part of the cleanup round trip */
/linux/arch/arm64/include/asm/
H A Dkvm_pgtable.h289 * @KVM_PGTABLE_WALK_LEAF: Visit leaf entries, including invalid
291 * @KVM_PGTABLE_WALK_TABLE_PRE: Visit table entries before their
293 * @KVM_PGTABLE_WALK_TABLE_POST: Visit table entries after their
299 * @KVM_PGTABLE_WALK_SKIP_BBM_TLBI: Visit and update table entries
302 * @KVM_PGTABLE_WALK_SKIP_CMO: Visit and update table entries
329 enum kvm_pgtable_walk_flags visit);
736 * @size: Size of the address range to visit.
/linux/Documentation/devicetree/bindings/sound/
H A Dmt6351.txt4 For more detail, please visit Mediatek PMIC wrapper documentation.
H A Dmt6358.txt4 For more detail, please visit Mediatek PMIC wrapper documentation.
/linux/Documentation/admin-guide/blockdev/drbd/
H A Dindex.rst13 Please visit https://www.drbd.org to find out more.
/linux/Documentation/networking/
H A Dsctp.rst36 For more information, please visit the lksctp project website:
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-helper-errata.h22 * or visit http://www.gnu.org/licenses/.
H A Dcvmx-helper-jtag.h22 * or visit http://www.gnu.org/licenses/.
H A Dcvmx-l2d-defs.h22 * or visit http://www.gnu.org/licenses/.
H A Dcvmx-helper-npi.h22 * or visit http://www.gnu.org/licenses/.
H A Dcvmx-helper-loop.h21 * or visit http://www.gnu.org/licenses/.
/linux/tools/sched_ext/
H A Dscx_show_state.py8 For more info on drgn, visit https://github.com/osandov/drgn.
/linux/tools/sched/
H A Ddl_bw_dump.py8 info on drgn, visit https://github.com/osandov/drgn.
H A Droot_domains_dump.py8 info on drgn, visit https://github.com/osandov/drgn.
/linux/drivers/staging/most/Documentation/
H A Ddriver_usage.txt13 For more information on MOST, visit the MOST Cooperation website:
51 (INIC) is needed. For more information on available controllers visit:
/linux/arch/mips/cavium-octeon/executive/
H A Dcvmx-sysinfo.c22 * or visit http://www.gnu.org/licenses/.
/linux/net/sched/
H A Dem_cmp.c48 * to get worse. Visit again. in em_cmp_match()

12345678