Home
last modified time | relevance | path

Searched refs:visit (Results 1 – 25 of 29) sorted by relevance

12

/linux/kernel/bpf/
H A Dstates.c119 struct bpf_scc_visit *visit; in scc_visit_alloc() local
133 visit = &info->visits[num_visits]; in scc_visit_alloc()
134 memset(visit, 0, sizeof(*visit)); in scc_visit_alloc()
135 memcpy(&visit->callchain, callchain, sizeof(*callchain)); in scc_visit_alloc()
136 return visit; in scc_visit_alloc()
163 struct bpf_scc_visit *visit; in maybe_enter_scc() local
167 visit = scc_visit_lookup(env, callchain); in maybe_enter_scc()
168 visit = visit ?: scc_visit_alloc(env, callchain); in maybe_enter_scc()
169 if (!visit) in maybe_enter_scc()
171 if (!visit->entry_state) { in maybe_enter_scc()
[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/Documentation/admin-guide/blockdev/drbd/
H A Dindex.rst13 Please visit https://www.drbd.org to find out more.
/linux/Documentation/devicetree/bindings/sound/
H A Dmt6358.txt4 For more detail, please visit Mediatek PMIC wrapper documentation.
/linux/Documentation/networking/
H A Dsctp.rst36 For more information, please visit the lksctp project website:
/linux/rust/syn/
H A Dlib.rs759 pub mod visit; module
878 pub use crate::gen::visit;
/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/tools/lib/bpf/
H A Dlibbpf_internal.h599 int btf_ext_visit_type_ids(struct btf_ext *btf_ext, type_id_visit_fn visit, void *ctx);
600 int btf_ext_visit_str_offs(struct btf_ext *btf_ext, str_off_visit_fn visit, void *ctx);
H A Dbtf.c5841 int btf_ext_visit_type_ids(struct btf_ext *btf_ext, type_id_visit_fn visit, void *ctx) in btf_ext_visit_type_ids() argument
5852 err = visit(&rec->type_id, ctx); in btf_ext_visit_type_ids()
5863 err = visit(&rec->type_id, ctx); in btf_ext_visit_type_ids()
5872 int btf_ext_visit_str_offs(struct btf_ext *btf_ext, str_off_visit_fn visit, void *ctx) in btf_ext_visit_str_offs() argument
5880 err = visit(&sec->sec_name_off, ctx); in btf_ext_visit_str_offs()
5889 err = visit(&sec->sec_name_off, ctx); in btf_ext_visit_str_offs()
5894 err = visit(&rec->file_name_off, ctx); in btf_ext_visit_str_offs()
5897 err = visit(&rec->line_off, ctx); in btf_ext_visit_str_offs()
5907 err = visit(&sec->sec_name_off, ctx); in btf_ext_visit_str_offs()
5912 err = visit(&rec->access_str_off, ctx); in btf_ext_visit_str_offs()
/linux/rust/zerocopy-derive/
H A Dutil.rs817 use syn::visit::{self, Visit};
837 visit::visit_path(self, i); in check_hygiene()
/linux/Documentation/networking/device_drivers/ethernet/ti/
H A Dtlan.rst15 For driver information/updates visit http://www.compaq.com
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dmm.c284 enum kvm_pgtable_walk_flags visit) in __create_fixmap_slot_cb() argument
/linux/Documentation/power/
H A Dswsusp-dmcrypt.rst10 You know how dm-crypt works. If not, visit the following web page:
/linux/Documentation/networking/device_drivers/ethernet/altera/
H A Daltera_tse.rst19 For more information visit www.altera.com and www.rocketboards.org. Support
44 visit www.altera.com for known, documented SGDMA errata.
/linux/scripts/
H A DMakefile.build132 $(warning You cannot use subdir-y/m to visit a module Makefile. Use obj-y/m instead.)
/linux/tools/sched_ext/
H A DREADME.md156 For more scheduler implementations, tools and documentation, visit
/linux/tools/perf/pmu-events/
H A Dmetric.py782 _RewriteIfExpToSelect().visit(parsed)
/linux/arch/arm/tools/
H A Dmach-types11 # or visit:
/linux/include/linux/
H A Dbpf_verifier.h1208 void bpf_free_backedges(struct bpf_scc_visit *visit);
/linux/Documentation/usb/
H A Dusb-serial.rst119 the USB connection. Please visit http://synce.sourceforge.net which
/linux/Documentation/mm/
H A Dunevictable-lru.rst346 so there is no sense in attempting to visit them.

12