Home
last modified time | relevance | path

Searched refs:walk (Results 151 – 175 of 222) sorted by relevance

123456789

/linux/net/sched/
H A Dsch_drr.c469 .walk = drr_walk,
H A Dsch_cbs.c531 .walk = cbs_walk,
H A Dsch_tbf.c592 .walk = tbf_walk,
H A Dcls_route.c669 .walk = route4_walk,
H A Dsch_red.c532 .walk = red_walk,
H A Dcls_bpf.c691 .walk = cls_bpf_walk,
H A Dcls_flow.c702 .walk = flow_walk,
H A Dsch_sfb.c690 .walk = sfb_walk,
H A Dsch_fq_codel.c715 .walk = fq_codel_walk,
/linux/include/net/
H A Dsch_generic.h263 void (*walk)(struct Qdisc *, struct qdisc_walker * arg); member
359 void (*walk)(struct tcf_proto *tp, member
/linux/Documentation/arch/arm64/
H A Dasymmetric-32bit.rst85 subset of the cpuset determined by the walk.
/linux/tools/power/x86/intel_pstate_tracer/
H A Dintel_pstate_tracer.py609 for root, dirs, files in os.walk('.'):
/linux/Documentation/mm/
H A Dpage_tables.rst252 The page table walk may end at one of the middle or upper layers (PMD, PUD).
265 At the very end of the walk with allocations, if it didn't return errors,
H A Dtranshuge.rst102 pagetable walk). If the second pmd_trans_huge returns false, you
/linux/net/key/
H A Daf_key.c1922 struct xfrm_policy_walk walk; in gen_reqid() local
1932 xfrm_policy_walk_init(&walk, XFRM_POLICY_TYPE_MAIN); in gen_reqid()
1933 rc = xfrm_policy_walk(net, &walk, check_reqid, (void*)&reqid); in gen_reqid()
1934 xfrm_policy_walk_done(&walk, net); in gen_reqid()
2355 xp->walk.dead = 1; in pfkey_spdadd()
3348 xp->walk.dead = 1; in pfkey_compile_policy()
/linux/Documentation/block/
H A Dbiovecs.rst55 it had to walk two different bios at the same time, keeping both bi_idx and
/linux/tools/mm/
H A Dthpmaps438 for walk_info in os.walk(args.cgroup):
/linux/Documentation/bpf/
H A Dbpf_iterators.rst65 this section, we’ll walk through a BPF selftest which shows how to load and use
252 By default, BPF iterators walk through all the objects of the specified types
/linux/drivers/fpga/
H A DKconfig169 Driver can walk through the feature headers to enumerate feature
/linux/tools/kvm/kvm_stat/
H A Dkvm_stat593 return next(os.walk(path))
882 for entry in os.walk(PATH_DEBUGFS_KVM):
/linux/tools/objtool/Documentation/
H A Dobjtool.txt116 code and debug tools to be able to walk the stack to determine the
180 used to walk the stack. Unlike frame pointers, ORC data is out of
/linux/net/netfilter/
H A Dnft_set_pipapo.c2372 .walk = nft_pipapo_walk,
2396 .walk = nft_pipapo_walk,
H A Dnft_set_rbtree.c769 .walk = nft_rbtree_walk,
/linux/mm/
H A Dksm.c616 struct mm_walk *walk) in break_ksm_pmd_entry() argument
624 pte = pte_offset_map_lock(walk->mm, pmd, addr, &ptl); in break_ksm_pmd_entry()
629 page = vm_normal_page(walk->vma, addr, ptent); in break_ksm_pmd_entry()
/linux/Documentation/timers/
H A Dhrtimers.rst97 queued timers, without having to walk the rbtree.

123456789