Home
last modified time | relevance | path

Searched refs:walk (Results 176 – 200 of 222) sorted by relevance

123456789

/linux/net/sched/
H A Dsch_mqprio.c758 .walk = mqprio_walk,
H A Dsch_ets.c798 .walk = ets_qdisc_walk,
H A Dsch_sfq.c916 .walk = sfq_walk,
H A Dact_api.c682 if (unlikely(ops->walk)) in __tcf_generic_walker()
683 return ops->walk(net, skb, cb, type, ops, extack); in __tcf_generic_walker()
H A Dsch_netem.c1278 .walk = netem_walk,
H A Dsch_qfq.c1509 .walk = qfq_walk,
H A Dcls_u32.c1450 .walk = u32_walk,
H A Dsch_hfsc.c1664 .walk = hfsc_walk
H A Dcls_api.c2776 if (!tp->ops->walk) in tcf_chain_dump()
2789 tp->ops->walk(tp, &arg.w, true); in tcf_chain_dump()
/linux/Documentation/filesystems/
H A Dautofs-mount-control.rst25 needs to walk back up the mount tree to construct a path, such as
67 trigger. So when we walk on the path we mount shark:/autofs/export1 "on
/linux/Documentation/admin-guide/
H A Dsysfs-rules.rst167 by its subsystem value. You need to walk up the chain until you find
/linux/Documentation/driver-api/
H A Dclk.rst124 Let's walk through enabling this clk from driver code::
/linux/Documentation/driver-api/nvdimm/
H A Dbtt.rst212 On startup, we analyze the BTT flog to create our list of free blocks. We walk
/linux/Documentation/filesystems/nfs/
H A Dexporting.rst196 filesystem is exported however, then nfsd must walk the ancestors of the
/linux/Documentation/filesystems/xfs/
H A Dxfs-online-fsck-design.rst1698 3. Teach online fsck to walk all transactions waiting for whichever lock(s)
2875 mapping record walk that creates the records for the new btree.
3085 the time the walk is complete.
3165 There are two questions that need to be solved to perform a live walk:
3684 Live updates are key to being able to walk every quota record without
4404 Otherwise, walk the filesystem to find it.
4679 walk the surviving directories of each AG in the filesystem.
4805 At any point in the walk, trying to set an already set bit means there is a
4817 walk from individual subdirectories upwards towards the root.
4870 7. If the walk terminates at the root directory, mark the path as ok.
[all …]
H A Dxfs-self-describing-metadata.rst109 object, we don't know what inode it belongs to and hence have to walk the entire
/linux/Documentation/driver-api/usb/
H A Dwriting_usb_driver.rst34 will walk through the basics of the skeleton driver, explaining the
/linux/Documentation/locking/
H A Dlockdep-design.rst575 path (where X, Y, Z are locks), and the walk from X to Y is through a -(SR)-> or
576 -(ER)-> dependency, the walk from Y to Z must not be through a -(SN)-> or
/linux/Documentation/admin-guide/kdump/
H A Dvmcoreinfo.rst353 Used to walk through the whole page table and convert virtual addresses
/linux/Documentation/bpf/
H A Dbpf_design_QA.rst201 which are using helpers like bpf_probe_read() to walk kernel internal
/linux/include/net/netfilter/
H A Dnf_tables.h487 void (*walk)(const struct nft_ctx *ctx, member
/linux/mm/
H A Dmemcontrol.c1308 * to cancel a hierarchy walk before the round-trip is complete.
1371 * Reclaimers share the hierarchy walk, and a in mem_cgroup_iter()
1416 * mem_cgroup_iter_break - abort a hierarchy walk prematurely
1455 * parent_mem_cgroup() does not walk all the way up to the in invalidate_reclaim_iterators()
6448 struct mm_walk *walk) in mem_cgroup_count_precharge_pte_range() argument
6450 struct vm_area_struct *vma = walk->vma; in mem_cgroup_count_precharge_pte_range()
6645 struct mm_walk *walk) in mem_cgroup_move_charge_pte_range() argument
6648 struct vm_area_struct *vma = walk->vma; in mem_cgroup_move_charge_pte_range()
6789 * additional charge, the page walk just aborts. in mem_cgroup_move_charge()
/linux/Documentation/networking/
H A Dfilter.rst467 will walk through the pcap file continuing from the current packet and
/linux/net/netfilter/
H A Dnf_tables_api.c640 set->ops->walk(ctx, set, &iter); in nft_map_deactivate()
5473 set->ops->walk(ctx, set, &iter); in nf_tables_bind_set()
5553 set->ops->walk(ctx, set, &iter); in nft_map_activate()
5932 set->ops->walk(&dump_ctx->ctx, set, &args.iter); in nf_tables_dump_set()
7430 set->ops->walk(ctx, set, &iter); in nft_set_flush()
10945 set->ops->walk(ctx, set, &iter); in nf_tables_check_loops()
/linux/Documentation/userspace-api/netlink/
H A Dintro.rst348 has to walk the attributes and parse them.

123456789