Home
last modified time | relevance | path

Searched refs:already (Results 1 – 25 of 1453) sorted by relevance

12345678910>>...59

/OK3568_Linux_fs/kernel/Documentation/livepatch/
H A Dsystem-state.rst16 any new livepatch must be able to detect what changes have already been
17 done by the already installed livepatches.
33 already installed livepatches.
63 already installed livepatches.
74 for already modified system states.
77 already installed livepatches.
79 - Non-cumulative livepatches are allowed to touch already modified
90 has not been already modified by a livepatches that are being
93 - Take over or update the system state modification when is has already
102 - Remove any already made changes when error occurs and the livepatch
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-filesystems/recipes-utils/aufs-util/aufs-util/
H A Daufs-util-don-t-strip-executables.patch9 …WARNING: File '/sbin/mount.aufs' from aufs-util was already stripped, this will prevent future deb…
10 …WARNING: File '/sbin/auplink' from aufs-util was already stripped, this will prevent future debugg…
11 …WARNING: File '/sbin/umount.aufs' from aufs-util was already stripped, this will prevent future de…
12 …WARNING: File '/sbin/auibusy' from aufs-util was already stripped, this will prevent future debugg…
13 …WARNING: File '/usr/lib/libau.so.2.6' from aufs-util was already stripped, this will prevent futur…
/OK3568_Linux_fs/kernel/Documentation/locking/
H A Dhwspinlock.rst57 if that hwspinlock is already in use. Usually board code will
84 is already free).
93 msecs). If the hwspinlock is already taken, the function will busy loop
109 msecs). If the hwspinlock is already taken, the function will busy loop
125 msecs). If the hwspinlock is already taken, the function will busy loop
142 msecs). If the hwspinlock is already taken, the function will busy loop
159 msecs). If the hwspinlock is already taken, the function will busy loop
176 it is already taken.
184 notably -EBUSY if the hwspinlock was already taken).
193 it is already taken.
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/openldap/openldap/
H A D0001-build-top.mk-unset-STRIP_OPTS.patch9 '/usr/bin/ldapcompare' from openldap was already stripped, this will
10 prevent future debugging! [already-stripped]
13 '/usr/bin/ldapdelete' from openldap was already stripped, this will
14 prevent future debugging! [already-stripped]
/OK3568_Linux_fs/kernel/sound/isa/gus/
H A Dgus_irq.c41 unsigned int already, _current_; in snd_gus_interrupt() local
45 already = 0; in snd_gus_interrupt()
49 if (already & _current_) in snd_gus_interrupt()
51 already |= _current_; /* mark request */ in snd_gus_interrupt()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/gradm/gradm/
H A D0001-Makefile-remove-strip.patch9 ERROR: QA Issue: File '/sbin/gradm' from gradm was already stripped,
10 this will prevent future debugging! [already-stripped]
11 ERROR: QA Issue: File '/sbin/grlearn' from gradm was already stripped,
12 this will prevent future debugging! [already-stripped]
/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Ddrd.c76 int already = 0; in dwc2_drd_role_sw_set() local
109 already = dwc2_ovr_avalid(hsotg, true); in dwc2_drd_role_sw_set()
111 already = dwc2_ovr_bvalid(hsotg, true); in dwc2_drd_role_sw_set()
128 if (!already && hsotg->dr_mode == USB_DR_MODE_OTG) in dwc2_drd_role_sw_set()
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.ramboot-ppc85xx22 2. Load the RAM based bootloader onto DDR using already existing bootloader on
27 Suppose the board already has a working bootloader on it. And you would
31 - Suppose a platform already has a propreitery bootloader which does not
45 - In case of the pure RAM based bootloaders we have to do it by JTAG manually or already existing b…
59 2. Using already existing bootloader.
76 In the 2nd case bootloader has already re-located CCSRBAR to 0xffe00000
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/devices/
H A Dvcpu.rst27 -EBUSY The PMU overflow interrupt is already set
50 -EEXIST Interrupt number already used
54 -EBUSY PMUv3 already initialized
73 -EBUSY PMUv3 already initialized
123 -EBUSY One or more VCPUs has already run
156 -EEXIST Base address already set for this VCPU
/OK3568_Linux_fs/kernel/scripts/coccinelle/misc/
H A Darray_size_dup.cocci72 msg = "WARNING: array_size is already used (line %s) to compute the same size" % (p1[0].line)
80 msg = "WARNING: array_size is already used (line %s) to compute the same size" % (p1[0].line)
138 msg = "WARNING: array3_size is already used (line %s) to compute the same size" % (p1[0].line)
146 msg = "WARNING: array3_size is already used (line %s) to compute the same size" % (p1[0].line)
200 msg = "WARNING: struct_size is already used (line %s) to compute the same size" % (p1[0].line)
208 msg = "WARNING: struct_size is already used (line %s) to compute the same size" % (p1[0].line)
/OK3568_Linux_fs/buildroot/package/patchelf/
H A D0008-Use-sh_offset-instead-of-sh_addr-when-checking-alrea.patch4 Subject: [PATCH] Use sh_offset instead of sh_addr when checking already
7 When checking for already replaced libs, the check against the size must
28 /* Some sections may already be replaced so account for that */
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/
H A Dopenl2tpd-initscript-fix.patch23 echo -n $"cannot start openl2tpd: openl2tpd is already running.";
24 - failure $"cannot start openl2tpd: openl2tpd already running.";
25 + #failure $"cannot start openl2tpd: openl2tpd already running.";
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A DKconfig9 SI is already supported in radeon. Experimental support for SI
21 CIK is already supported in radeon. Support for CIK in amdgpu
35 isn't already selected to enabled full userptr support.
/OK3568_Linux_fs/buildroot/package/gstreamer1/gstreamer1/
H A D0002-HACK-gstpad-Add-1-sec-timeout-for-activation.patch37 /* Returns TRUE if pad wasn't already in the new_mode */
53 "Pad is already in the process of being deactivated");
67 "Pad is already in the process of being activated");
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0_1.20/
H A D0002-HACK-gstpad-Add-1-sec-timeout-for-activation.patch37 /* Returns TRUE if pad wasn't already in the new_mode */
53 "Pad is already in the process of being deactivated");
67 "Pad is already in the process of being activated");
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0_1.22/
H A D0002-HACK-gstpad-Add-1-sec-timeout-for-activation.patch37 /* Returns TRUE if pad wasn't already in the new_mode */
53 "Pad is already in the process of being deactivated");
67 "Pad is already in the process of being activated");
/OK3568_Linux_fs/kernel/scripts/atomic/fallbacks/
H A Dadd_unless3 * ${arch}${atomic}_add_unless - add unless the number is already a given value
8 * Atomically adds @a to @v, if @v was not already @u.
H A Dfetch_add_unless3 * ${arch}${atomic}_fetch_add_unless - add unless the number is already a given value
8 * Atomically adds @a to @v, so long as @v was not already @u.
/OK3568_Linux_fs/kernel/drivers/block/paride/
H A DTransition-notes62 In the first case the thread was already in the area. In the second,
64 mean that (2) was already not true.
70 (3) was already not true.
79 pd.c. It means that (4) was already not true.
87 we were acquiring the lock, (1) would be already false, since
90 already false.
118 can be killed. Indeed, we are not holding pd_lock and thus pd_busy is already
/OK3568_Linux_fs/buildroot/package/opencv3/
H A DConfig.in42 # opencv_core dependency is already enabled
126 # opencv_core dependency is already enabled
133 # opencv_core dependency is already enabled
140 # opencv_core dependency is already enabled
172 # opencv_core dependency is already enabled
199 # opencv_core dependency is already enabled
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/touchscreen/
H A Diqs5xx.txt46 which may already be specified by the device's
50 which may already be specified by the device's
54 which may already be specified by the device's
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dconfigure-other-components.txt7 have already configured Buildroot itself, and have enabled the
12 If you already have a BusyBox configuration file, you can directly
33 If you already have a kernel configuration file, you can directly
/OK3568_Linux_fs/kernel/tools/memory-model/scripts/
H A Dnewlitmushist.sh42 xargs -r grep -L "^P${LKMM_PROCS}"> $T/list-C-already
50 sort $T/list-C-already $T/list-C-short | uniq -u > $T/list-C-new
H A Dchecklitmushist.sh41 xargs -r grep -L "^P${LKMM_PROCS}"> $T/list-C-already
42 xargs < $T/list-C-already -r grep -L "^P${LKMM_PROCS}" > $T/list-C-short
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dkref.rst62 If you already have a valid pointer to a kref-ed structure (the
71 a valid pointer to a kref-ed structure without already
76 without already holding a valid pointer, it must serialize access
127 since we already have a valid pointer that we own a refcount for. The
129 already holding a pointer.
172 and kref_get() it. That violates rule 3 because you are not already
271 otherwise kref_get_unless_zero may reference already freed memory.
273 return value. If you are sure (by already having a valid pointer) that

12345678910>>...59