/openbmc/phosphor-pid-control/pid/ec/ |
H A D | logging.hpp | 56 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 D | TODO.txt | 13 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 D | migration-3.1.rst | 95 - ``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 D | migration-5.1.rst | 51 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 D | migration-2.2.rst | 335 - ``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 D | migration-3.4.rst | 109 - ``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 D | migration-2.4.rst | 39 ``_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 D | fsnotify.h | 149 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 D | Makefile | 15 EXTRA_CLEAN := $(OUTPUT)/subdir.moved $(OUTPUT)/execveat.moved $(OUTPUT)/xxxxx* \
|
/openbmc/linux/fs/notify/fanotify/ |
H A D | fanotify.c | 601 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 D | fsnotify.c | 297 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 D | amdgpu_vm.c | 182 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 D | 0008-libtool-Avoid-relinking-when-cross-compiling-its-poi.patch | 17 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 D | 0001-Fix-literal-and-identifier-spacing-as-dictated-by-C-.patch | 45 - status(" Files moved: %"PRIu64, this->match.moved); 50 + status(" Files moved: %" PRIu64, this->match.moved);
|
/openbmc/linux/Documentation/RCU/ |
H A D | rculist_nulls.rst | 88 "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 D | regulator.txt | 1 This file has moved to regulator.yaml.
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | mdio.txt | 1 This file has moved to mdio.yaml.
|
H A D | phy.txt | 1 This file has moved to ethernet-phy.yaml.
|
H A D | ethernet.txt | 1 This file has moved to ethernet-controller.yaml.
|
H A D | fixed-link.txt | 1 This file has moved to ethernet-controller.yaml.
|
/openbmc/linux/Documentation/devicetree/bindings/leds/ |
H A D | common.txt | 1 This file has moved to ./common.yaml.
|
/openbmc/linux/Documentation/devicetree/bindings/media/ |
H A D | rc.txt | 1 This file has been moved to rc.yaml.
|
/openbmc/linux/Documentation/devicetree/bindings/spi/ |
H A D | spi-bus.txt | 1 This file has moved to spi-controller.yaml.
|
/openbmc/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | pwm-fan.txt | 1 This file has moved to pwm-fan.yaml.
|
/openbmc/linux/Documentation/devicetree/bindings/mmc/ |
H A D | mmc.txt | 1 This file has moved to mmc-controller.yaml.
|