/openbmc/openbmc/poky/meta/files/ |
H A D | fs-perms-volatile-log.txt | 18 # <fmode>: if walking, new mode for files 19 # <fuid>: if walking, new uid for files 20 # <fgid>: if walking, new gid for files
|
H A D | fs-perms-volatile-tmp.txt | 18 # <fmode>: if walking, new mode for files 19 # <fuid>: if walking, new uid for files 20 # <fgid>: if walking, new gid for files
|
H A D | fs-perms.txt | 18 # <fmode>: if walking, new mode for files 19 # <fuid>: if walking, new uid for files 20 # <fgid>: if walking, new gid for files
|
/openbmc/linux/sound/soc/sof/ |
H A D | sof-audio.c | 436 if (!p->walking && p->sink->dobj.private) { in sof_unprepare_widgets_in_path() 437 p->walking = true; in sof_unprepare_widgets_in_path() 439 p->walking = false; in sof_unprepare_widgets_in_path() 482 if (!p->walking && p->sink->dobj.private) { in sof_prepare_widgets_in_path() 483 p->walking = true; in sof_prepare_widgets_in_path() 487 p->walking = false; in sof_prepare_widgets_in_path() 526 if (!p->walking) { in sof_free_widgets_in_path() 530 p->walking = true; in sof_free_widgets_in_path() 535 p->walking = false; in sof_free_widgets_in_path() 590 if (!p->walking) { in sof_set_up_widgets_in_path() [all …]
|
/openbmc/linux/Documentation/filesystems/ |
H A D | path-lookup.txt | 1 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 …]
|
H A D | path-lookup.rst | 88 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 …]
|
H A D | xfs-self-describing-metadata.rst | 19 other metadata structures need to be discovered by walking the filesystem
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-fpga-manager | 19 states. The fpga manager driver is walking through these steps
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | intel-bts.txt | 12 While decoding Intel BTS does not require walking the object code, the object
|
/openbmc/linux/Documentation/mm/ |
H A D | transhuge.rst | 57 Code walking pagetables but unaware about huge pmds can simply call 66 If you're not walking pagetables but you run into a physical hugepage
|
H A D | unevictable-lru.rst | 239 replaced by walking the reverse map when munlocking, to determine whether any 242 However, walking the reverse map for each page when munlocking was ugly and
|
/openbmc/qemu/docs/devel/migration/ |
H A D | uadk-compression.rst | 137 directly it is possible that SMMUv3 may encounter page faults while walking the
|
/openbmc/linux/Documentation/bpf/ |
H A D | map_lpm_trie.rst | 170 The following snippet shows a userspace program walking through the entries
|
H A D | map_hash.rst | 193 Userspace walking the map elements from the map declared above:
|
H A D | kfuncs.rst | 214 offset, and without having been obtained from walking another pointer, with one 228 As mentioned above, a nested pointer obtained from walking a trusted pointer is
|
/openbmc/linux/sound/soc/ |
H A D | soc-dapm.c | 1169 if (path->walking) in invalidate_paths_ep() 1173 path->walking = 1; in invalidate_paths_ep() 1175 path->walking = 0; in invalidate_paths_ep() 1224 if (path->walking) in is_connected_ep() 1230 path->walking = 1; in is_connected_ep() 1232 path->walking = 0; in is_connected_ep()
|
/openbmc/bmcweb/ |
H A D | AGGREGATION.md | 53 first collection reached when walking the path from the service root. The
|
/openbmc/linux/fs/jffs2/ |
H A D | README.Locking | 105 has to be locked while walking the c->inocache_list hash buckets.
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | locking.rst | 31 cpus_read_lock() while holding kvm_lock. Use caution when walking vm_list,
|
/openbmc/linux/Documentation/scheduler/ |
H A D | sched-design-CFS.rst | 112 SMP load-balancing has been reworked/sanitized: the runqueue-walking
|
/openbmc/linux/Documentation/locking/ |
H A D | robust-futex-ABI.rst | 157 'list_op_pending' and the address of each 'lock word' found by walking
|
H A D | ww-mutex-design.rst | 240 - They can handle lock-acquisition in any order which allows us to start walking
|
/openbmc/linux/Documentation/core-api/ |
H A D | xarray.rst | 303 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
|
/openbmc/linux/include/sound/ |
H A D | soc-dapm.h | 614 u32 walking:1; /* path is in the process of being walked */ member
|
/openbmc/linux/Documentation/fault-injection/ |
H A D | fault-injection.rst | 125 stacktrace walking. Failure is injected only if some caller
|