Home
last modified time | relevance | path

Searched refs:moved (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/openbmc/phosphor-pid-control/pid/ec/
H A Dlogging.hpp56 bool moved; member
60 lastContext(), moved(false) in PidCoreLog()
86 move.moved = true; in operator =()
94 if (!moved) in ~PidCoreLog()
/openbmc/linux/drivers/gpu/drm/i915/
H A DTODO.txt13 That doesn't make sense given hw and gpu apis moved away from this model years
26 should be moved to dma_fence, drm/scheduler or atomic commit helpers. Or
31 - i915_utils.h needs to be moved to the right places.
35 - i915_mm.c should be moved to the right places. Some of the helpers also look a
41 probably be moved to tasklet headers.
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-3.1.rst95 - ``libidn``: no longer needed, moved to meta-oe
101 - ``nspr``: no longer needed, moved to meta-oe
103 - ``nss``: no longer needed, moved to meta-oe
110 - ``sysprof``: no longer needed, moved to meta-oe
139 - ``distutils-base``: moved to meta-python2
141 - ``distutils``: moved to meta-python2
146 - ``python-dir``: moved to meta-python2
148 - ``pythonnative``: moved to meta-python2
150 - ``setuptools``: moved to meta-python2
214 - The ``ldconfig`` binary built as part of glibc has now been moved to
H A Dmigration-5.1.rst51 it is moved to :term:`WORKDIR`. This means that ``S = "${WORKDIR}/${BP}"``,
169 - ``libnewt``: moved to meta-oe
171 - ``pytest-runner``: moved to meta-python
172 - ``python3-importlib-metadata``: moved to meta-python
173 - ``python3-pathlib2``: moved to meta-python
174 - ``python3-py``: moved to meta-python
175 - ``python3-rfc3986-validator``: moved to meta-python
176 - ``python3-toml``: moved to meta-python
177 - ``python3-tomli``: moved to meta-python
H A Dmigration-2.2.rst335 - ``augeas``: No longer needed and has been moved to ``meta-oe``.
337 - ``directfb``: Unmaintained and has been moved to ``meta-oe``.
345 - ``gtk-engines``: No longer needed and has been moved to
350 - ``libglade``: No longer needed and has been moved to ``meta-oe``.
353 ``libmad`` has been moved to ``meta-oe``.
368 - ``pointercal``: No longer needed and has been moved to ``meta-oe``.
370 - ``python-imaging``: No longer needed and moved to ``meta-python``
372 - ``python-pyrex``: No longer needed and moved to ``meta-python``.
379 - ``tslib``: No longer needed and has been moved to ``meta-oe``.
383 - ``xtscal``: No longer needed and moved to ``meta-oe``
[all …]
H A Dmigration-3.4.rst109 - ``clutter-1.0``: legacy component moved to meta-gnome
110 - ``clutter-gst-3.0``: legacy component moved to meta-gnome
111 - ``clutter-gtk-1.0``: legacy component moved to meta-gnome
112 - ``cogl-1.0``: legacy component moved to meta-gnome
125 - ``clutter``: moved to meta-gnome along with clutter itself
155 Tune files moved to architecture-specific directories
158 The tune files found in ``conf/machine/include`` have now been moved
160 location; e.g. x86 tune files have moved into an ``x86`` subdirectory,
161 MIPS tune files have moved into a ``mips`` subdirectory, etc.
H A Dmigration-2.4.rst39 ``_compression.py`` scripts have been moved from the
100 has moved to meta-oe.
102 - ``byacc``: This recipe was only needed by rpm 5.x and has moved to
135 has been moved to ``meta-mingw``.
198 The Device Tree code has moved to a :ref:`ref-classes-kernel-devicetree` class.
228 - The main Poky ``README`` file has been moved to the ``meta-poky``
232 - The ``README.hardware`` file has been moved to ``meta-yocto-bsp``. A
260 primary person responsible for each recipe in OE-Core, has been moved
/openbmc/linux/include/linux/
H A Dfsnotify.h149 struct dentry *moved) in fsnotify_move() argument
151 struct inode *source = moved->d_inode; in fsnotify_move()
156 const struct qstr *new_name = &moved->d_name; in fsnotify_move()
165 fsnotify_name(rename_mask, moved, FSNOTIFY_EVENT_DENTRY, in fsnotify_move()
176 audit_inode_child(new_dir, moved, AUDIT_TYPE_CHILD_CREATE); in fsnotify_move()
/openbmc/linux/tools/testing/selftests/exec/
H A DMakefile15 EXTRA_CLEAN := $(OUTPUT)/subdir.moved $(OUTPUT)/execveat.moved $(OUTPUT)/xxxxx* \
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify.c601 struct dentry *moved, in fanotify_alloc_name_event() argument
608 struct inode *dir2 = moved ? d_inode(moved->d_parent) : NULL; in fanotify_alloc_name_event()
609 const struct qstr *name2 = moved ? &moved->d_name : NULL; in fanotify_alloc_name_event()
724 struct dentry *moved = NULL; in fanotify_alloc_event() local
789 moved = fsnotify_data_dentry(data, data_type); in fanotify_alloc_event()
813 } else if (name_event && (file_name || moved || child)) { in fanotify_alloc_event()
815 moved, &hash, gfp); in fanotify_alloc_event()
/openbmc/linux/fs/notify/
H A Dfsnotify.c297 struct dentry *moved = fsnotify_data_dentry(data, data_type); in fsnotify_handle_event() local
299 if (dir != moved->d_parent->d_inode) in fsnotify_handle_event()
503 struct dentry *moved; in fsnotify() local
516 moved = fsnotify_data_dentry(data, data_type); in fsnotify()
517 inode2 = moved->d_parent->d_inode; in fsnotify()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.c182 vm_bo->moved = true; in amdgpu_vm_bo_evicted()
201 list_move(&vm_bo->vm_status, &vm_bo->vm->moved); in amdgpu_vm_bo_moved()
218 vm_bo->moved = false; in amdgpu_vm_bo_idle()
284 vm_bo->moved = true; in amdgpu_vm_bo_reset_state_machine()
288 vm_bo->moved = true; in amdgpu_vm_bo_reset_state_machine()
290 list_move(&vm_bo->vm_status, &vm_bo->vm->moved); in amdgpu_vm_bo_reset_state_machine()
799 flush_tlb_needed |= entry->moved; in amdgpu_vm_update_pdes()
1045 list_for_each_entry_safe(bo_va, tmp, &vm->moved, base.vm_status) in amdgpu_vm_get_memory()
1126 if (!clear && bo_va->base.moved) { in amdgpu_vm_bo_update()
1176 bo_va->base.moved = false; in amdgpu_vm_bo_update()
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/
H A D0008-libtool-Avoid-relinking-when-cross-compiling-its-poi.patch17 This patch also removes an annoying "seems to be moved" warning
118 - func_warning "'$deplib' seems to be moved"
120 + # func_warning "'$deplib' seems to be moved"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/md5deep/files/
H A D0001-Fix-literal-and-identifier-spacing-as-dictated-by-C-.patch45 - status(" Files moved: %"PRIu64, this->match.moved);
50 + status(" Files moved: %" PRIu64, this->match.moved);
/openbmc/linux/Documentation/RCU/
H A Drculist_nulls.rst88 "If the object is moved from one list to another list in-between the
90 object has moved to the end of a new list, the traversal will not
151 the beginning. If the object was moved to the same chain,
184 // We probably met an item that was moved to another chain.
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dregulator.txt1 This file has moved to regulator.yaml.
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dmdio.txt1 This file has moved to mdio.yaml.
H A Dphy.txt1 This file has moved to ethernet-phy.yaml.
H A Dethernet.txt1 This file has moved to ethernet-controller.yaml.
H A Dfixed-link.txt1 This file has moved to ethernet-controller.yaml.
/openbmc/linux/Documentation/devicetree/bindings/leds/
H A Dcommon.txt1 This file has moved to ./common.yaml.
/openbmc/linux/Documentation/devicetree/bindings/media/
H A Drc.txt1 This file has been moved to rc.yaml.
/openbmc/linux/Documentation/devicetree/bindings/spi/
H A Dspi-bus.txt1 This file has moved to spi-controller.yaml.
/openbmc/linux/Documentation/devicetree/bindings/hwmon/
H A Dpwm-fan.txt1 This file has moved to pwm-fan.yaml.
/openbmc/linux/Documentation/devicetree/bindings/mmc/
H A Dmmc.txt1 This file has moved to mmc-controller.yaml.

12345678910>>...13