Home
last modified time | relevance | path

Searched full:visit (Results 1 – 25 of 185) 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/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/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/arch/arm64/kvm/hyp/
H A Dpgtable.c119 enum kvm_pgtable_walk_flags visit) in kvm_pgtable_visitor_cb() argument
125 return walker->cb(ctx, visit); in kvm_pgtable_visitor_cb()
290 enum kvm_pgtable_walk_flags visit) in leaf_walker() argument
423 enum kvm_pgtable_walk_flags visit) in hyp_map_walker() argument
470 enum kvm_pgtable_walk_flags visit) in hyp_unmap_walker() argument
549 enum kvm_pgtable_walk_flags visit) in hyp_free_walker() argument
1080 enum kvm_pgtable_walk_flags visit) in stage2_map_walker() argument
1084 switch (visit) { in stage2_map_walker()
1156 enum kvm_pgtable_walk_flags visit) in stage2_unmap_walker() argument
1223 enum kvm_pgtable_walk_flags visit) in stage2_attr_walker() argument
[all …]
/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/fs/erofs/
H A DKconfig66 the kernel or by users (see the attr(5) manual page, or visit
80 To learn more about Access Control Lists, visit the POSIX ACLs for
/linux/Documentation/devicetree/bindings/sound/
H A Dmt6351.txt
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/.
H A Dcvmx-packet.h22 * or visit http://www.gnu.org/licenses/.
/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/tools/sched_ext/
H A Dscx_show_state.py8 For more info on drgn, visit https://github.com/osandov/drgn.
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dsetup.c190 enum kvm_pgtable_walk_flags visit) in fix_host_ownership_walker() argument
242 enum kvm_pgtable_walk_flags visit) in fix_hyp_pgtable_refcnt_walker() argument
/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