Home
last modified time | relevance | path

Searched refs:walking (Results 1 – 25 of 38) sorted by relevance

12

/Linux-v6.1/sound/soc/sof/
Dsof-audio.c286 if (!p->walking && p->sink->dobj.private) { in sof_unprepare_widgets_in_path()
287 p->walking = true; in sof_unprepare_widgets_in_path()
289 p->walking = false; in sof_unprepare_widgets_in_path()
322 if (!p->walking && p->sink->dobj.private) { in sof_prepare_widgets_in_path()
323 p->walking = true; in sof_prepare_widgets_in_path()
326 p->walking = false; in sof_prepare_widgets_in_path()
354 if (!p->walking && p->sink->dobj.private && widget->dobj.private) { in sof_free_widgets_in_path()
355 p->walking = true; in sof_free_widgets_in_path()
369 p->walking = false; in sof_free_widgets_in_path()
388 if (!p->walking && p->sink->dobj.private && widget->dobj.private) { in sof_set_up_widgets_in_path()
[all …]
/Linux-v6.1/Documentation/filesystems/
Dpath-lookup.txt1 Path walking and name lookup locking
6 will be resolved. Paths are resolved by walking the namespace tree, starting
15 Path walking synchronisation history:
18 algorithm changed this by holding the dcache_lock at the beginning and walking
26 dentry that was looked up, so that may be used as the basis for walking the
37 path walking.
39 Path walking overview
60 name in the name string, and require some recursive path walking. Mount points
64 exact path walking flags.
66 Path walking then must, broadly, do several particular things:
[all …]
Dpath-lookup.rst88 The Linux pathname walking code (mostly in ``fs/namei.c``) deals with
146 looking at the actual process of walking along a path. In particular
343 While walking down the tree (away from the root) this lock is used when
352 When walking up the tree (towards the root) by following a ".." link,
381 Throughout the process of walking a path, the current status is stored
647 REF-walk could also have made if it were walking down the tree at the
678 ``rcu_read_lock()`` is held for the entire time that RCU-walk is walking
1111 off the stack and path walking continues.
1168 All this leads to ``link_path_walk()`` walking down every component, and
1234 One other place where walking down a symlink can involve leaving
[all …]
Dxfs-self-describing-metadata.rst18 other metadata structures need to be discovered by walking the filesystem
Dautofs.rst170 An RCU-walk is a fast and lightweight process for walking down a
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-class-fpga-manager19 states. The fpga manager driver is walking through these steps
/Linux-v6.1/tools/perf/Documentation/
Dintel-bts.txt12 While decoding Intel BTS does not require walking the object code, the object
/Linux-v6.1/Documentation/mm/
Dtranshuge.rst59 Code walking pagetables but unaware about huge pmds can simply call
68 If you're not walking pagetables but you run into a physical hugepage
Dunevictable-lru.rst236 replaced by walking the reverse map when munlocking, to determine whether any
239 However, walking the reverse map for each page when munlocking was ugly and
Dhmm.rst341 While walking the page tables, a ``pte_none()`` or ``is_zero_pfn()``
/Linux-v6.1/Documentation/bpf/
Dmap_hash.rst160 Userspace walking the map elements from the map declared above:
/Linux-v6.1/sound/soc/
Dsoc-dapm.c1175 if (path->walking) in invalidate_paths_ep()
1179 path->walking = 1; in invalidate_paths_ep()
1181 path->walking = 0; in invalidate_paths_ep()
1230 if (path->walking) in is_connected_ep()
1236 path->walking = 1; in is_connected_ep()
1238 path->walking = 0; in is_connected_ep()
/Linux-v6.1/fs/jffs2/
DREADME.Locking105 has to be locked while walking the c->inocache_list hash buckets.
/Linux-v6.1/Documentation/locking/
Drobust-futex-ABI.rst157 'list_op_pending' and the address of each 'lock word' found by walking
Dww-mutex-design.rst240 - They can handle lock-acquisition in any order which allows us to start walking
/Linux-v6.1/Documentation/scheduler/
Dsched-design-CFS.rst112 SMP load-balancing has been reworked/sanitized: the runqueue-walking
/Linux-v6.1/include/sound/
Dsoc-dapm.h604 u32 walking:1; /* path is in the process of being walked */ member
/Linux-v6.1/Documentation/core-api/
Dxarray.rst303 in this case, as it will save you from walking the tree twice.
319 This macro initialises the xa_state ready to start walking around the
Dassoc_array.rst553 so as long as anyone doing walking or iteration holds the RCU read lock, the
/Linux-v6.1/Documentation/fault-injection/
Dfault-injection.rst119 stacktrace walking. Failure is injected only if some caller
/Linux-v6.1/Documentation/hwmon/
Dw83781d.rst432 suspected since walking through all the values increasingly and then
/Linux-v6.1/Documentation/fpga/
Ddfl.rst74 convenient for software to locate each feature by walking through this list,
/Linux-v6.1/Documentation/scsi/
DChangeLog.ncr53c8xx453 of walking on the lun CCBs list. Up to 32 tags per lun are now
/Linux-v6.1/Documentation/virt/kvm/x86/
Dmmu.rst446 invalidated. This also needs to hold the MMU lock while walking all
/Linux-v6.1/Documentation/filesystems/caching/
Dcachefiles.rst152 kernel module contains its own very cut-down path walking facility that ignores

12