Home
last modified time | relevance | path

Searched refs:walk (Results 126 – 150 of 222) sorted by relevance

123456789

/linux/ipc/
H A Dmqueue.c698 struct ext_wait_queue *walk; in wq_add() local
700 list_for_each_entry(walk, &info->e_wait_q[sr].list, list) { in wq_add()
701 if (walk->task->prio <= current->prio) { in wq_add()
702 list_add_tail(&ewp->list, &walk->list); in wq_add()
/linux/drivers/net/ethernet/sfc/
H A Dmae.c1039 struct rhashtable_iter walk; in efx_mae_lookup_mport() local
1043 rhashtable_walk_enter(&mae->mports_ht, &walk); in efx_mae_lookup_mport()
1044 rhashtable_walk_start(&walk); in efx_mae_lookup_mport()
1045 while ((m = rhashtable_walk_next(&walk)) != NULL) { in efx_mae_lookup_mport()
1055 rhashtable_walk_stop(&walk); in efx_mae_lookup_mport()
1056 rhashtable_walk_exit(&walk); in efx_mae_lookup_mport()
/linux/tools/testing/selftests/devices/
H A Dtest_discoverable_devices.py35 for path, dirs, _ in os.walk(sysfs_devices):
/linux/Documentation/mm/
H A Dmmu_notifier.rst9 thing like ATS/PASID to get the IOMMU to walk the CPU page table to access a
/linux/net/netfilter/
H A Dnft_set_bitmap.c310 .walk = nft_bitmap_walk,
/linux/Documentation/locking/
H A Drt-mutex-design.rst381 High level overview of the PI chain walk
384 The PI chain walk is implemented by the function rt_mutex_adjust_prio_chain.
414 rtmutex.c. See the 'Chain walk basics and protection scope' comment for further
417 Taking of a mutex (The walk through)
420 OK, now let's take a look at the detailed walk through of what happens when
H A Drobust-futex-ABI.rst89 the kernel will walk this list, mark any such locks with a bit
120 list 'head' is, and to walk the list on thread exit, handling locks
/linux/Documentation/filesystems/
H A Dvfs.rst624 May be called in rcu-walk mode (mask & MAY_NOT_BLOCK). If in
625 rcu-walk mode, the filesystem must check the permission without
628 If a situation is encountered that rcu-walk cannot handle,
630 -ECHILD and it will be called again in ref-walk mode.
1281 d_revalidate may be called in rcu-walk mode (flags &
1282 LOOKUP_RCU). If in rcu-walk mode, the filesystem must
1288 If a situation is encountered that rcu-walk cannot handle,
1290 -ECHILD and it will be called again in ref-walk mode.
1294 is called when a path-walk ends at dentry that was not acquired
1307 d_weak_revalidate is only called after leaving rcu-walk mode.
[all …]
H A Dlocking.rst37 ops rename_lock ->d_lock may block rcu-walk
39 d_revalidate: no no yes (ref-walk) maybe
50 d_manage: no no yes (ref-walk) maybe
108 permission: no (may not block if called in rcu-walk mode)
/linux/net/sched/
H A Dsch_api.c155 if (!(cops->find && cops->walk && cops->leaf)) in register_qdisc()
1468 q->ops->cl_ops->walk(q, &arg.w); in check_loop()
2098 tp->ops->walk(tp, &arg.w, true); in tc_bind_class_walker()
2117 q->ops->cl_ops->walk(q, &args.w); in tc_bind_tclass()
2299 q->ops->cl_ops->walk(q, &arg.w); in tc_dump_tclass_qdisc()
H A Dcls_basic.c326 .walk = basic_walk,
H A Dsch_multiq.c375 .walk = multiq_walk,
H A Dcls_matchall.c395 .walk = mall_walk,
H A Dsch_prio.c398 .walk = prio_walk,
H A Dcls_fw.c431 .walk = fw_walk,
/linux/Documentation/ABI/testing/
H A Dsysfs-platform-dptf151 1: Random walk mode. FFC frequency
/linux/tools/power/x86/amd_pstate_tracer/
H A Damd_pstate_trace.py349 for root, dirs, files in os.walk('.'):
/linux/include/net/
H A Dact_api.h122 int (*walk)(struct net *, struct sk_buff *, member
/linux/drivers/crypto/
H A Ds5p-sss.c464 struct scatter_walk walk; in s5p_sg_copy_buf() local
469 scatterwalk_start(&walk, sg); in s5p_sg_copy_buf()
470 scatterwalk_copychunks(buf, &walk, nbytes, out); in s5p_sg_copy_buf()
471 scatterwalk_done(&walk, out, 0); in s5p_sg_copy_buf()
/linux/Documentation/core-api/
H A Dxarray.rst404 The xas_load() will walk the xa_state as close to the entry
411 will generally make the next operation walk the cursor to the desired
414 not walk the cursor around the array so does not require a lock to be
466 Calling xas_load() with a multi-index xa_state will walk the
/linux/Documentation/virt/kvm/x86/
H A Dmmu.rst340 - walk shadow page table
350 - if needed, walk the guest page tables to determine the guest translation
360 - walk the shadow page table to find the spte for the translation,
378 - walk the shadow page hierarchy and drop affected translations
/linux/drivers/net/ethernet/sun/
H A Dsungem.c650 int walk = entry; in gem_tx() local
655 walk = NEXT_TX(walk); in gem_tx()
656 if (walk == limit) in gem_tx()
658 if (walk == last) in gem_tx()
/linux/Documentation/admin-guide/cgroup-v1/
H A Dfreezer-subsystem.rst17 walk /proc or invoke a kernel interface to gather information about the
/linux/Documentation/admin-guide/mm/
H A Dpagemap.rst268 4. The walk can abort before visiting the complete range such as the user buffer
269 can get full etc. The walk ending address is specified in``end_walk``.
/linux/tools/testing/selftests/tc-testing/
H A Dtdc.py49 for dirpath, dirnames, filenames in os.walk(plugindir):
882 for root, dirnames, filenames in os.walk(testdir):

123456789