/kernel/linux/linux-5.10/Documentation/livepatch/ |
D | system-state.rst | 16 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 …]
|
/kernel/linux/linux-5.10/Documentation/locking/ |
D | hwspinlock.rst | 57 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 …]
|
D | ww-mutex-design.rst | 24 evict other buffers which are already queued up to the GPU), but for a 33 younger task) unlocks all of the buffers that it has already locked, and then 38 the actions of a locking thread when it encounters an already locked mutex. 79 killed its transaction after having dropped all already acquired locks. 84 contending lock (after having dropped all other already acquired locks) will 135 This is useful if a list of required objects is already tracked somewhere. 243 - Due to the -EALREADY return code signalling that a given objects is already 245 or keep track off which looks are already held (when using more than one node 302 /* we have that one already, get to the next object */ 347 other locks acquired already (ctx->acquired > 0). Note that this waiter
|
/kernel/linux/linux-5.10/sound/isa/gus/ |
D | gus_irq.c | 41 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()
|
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
D | drd.c | 76 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() 126 if (!already && hsotg->dr_mode == USB_DR_MODE_OTG) in dwc2_drd_role_sw_set()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
D | Kconfig | 9 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.
|
/kernel/linux/linux-5.10/scripts/atomic/fallbacks/ |
D | add_unless | 3 * ${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.
|
D | fetch_add_unless | 3 * ${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.
|
/kernel/linux/linux-5.10/scripts/coccinelle/misc/ |
D | array_size_dup.cocci | 72 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)
|
/kernel/linux/linux-5.10/Documentation/virt/kvm/devices/ |
D | vcpu.rst | 27 -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
|
/kernel/linux/linux-5.10/tools/memory-model/scripts/ |
D | checklitmushist.sh | 41 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
|
D | newlitmushist.sh | 42 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
|
D | checkghlitmus.sh | 39 xargs -r grep -L "^P${LKMM_PROCS}"> $T/list-C-already 48 sort $T/list-C-already $T/list-C-result-short | uniq -u > $T/list-C-needed
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/ |
D | iqs5xx.txt | 46 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
|
/kernel/linux/linux-5.10/drivers/block/paride/ |
D | Transition-notes | 62 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
|
/kernel/linux/linux-5.10/Documentation/core-api/ |
D | kref.rst | 62 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
|
/kernel/linux/linux-5.10/Documentation/x86/x86_64/ |
D | 5level-paging.rst | 10 space and 64 TiB of physical address space. We are already bumping into 49 to look for unmapped area by specified address. If it's already 66 need to make sure that MPX cannot be enabled we already have VMA above
|
D | cpu-hotplug-spec.rst | 13 ACPI 3.0 specification). ACPI already has the concept of disabled LAPIC 17 CPU is already available in the MADT. If the CPU is not available yet
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | vidioc-encoder-cmd.rst | 103 - Start the encoder. When the encoder is already running or paused, 116 encoder is already stopped, this command does nothing. 127 already paused, this command does nothing. No flags are defined 133 the encoder is already running, this command does nothing. No
|
D | vidioc-streamon.rst | 52 If ``VIDIOC_STREAMON`` fails then any already queued buffers will remain 75 If ``VIDIOC_STREAMON`` is called when streaming is already in progress, 76 or if ``VIDIOC_STREAMOFF`` is called when streaming is already stopped,
|
D | func-select.rst | 53 :ref:`VIDIOC_DQBUF <VIDIOC_QBUF>` ioctl. When buffers are already in 72 data is already available the :c:func:`select()` function returns 100 device is already in use.
|
D | vidioc-decoder-cmd.rst | 119 already past that timestamp. Leave to 0 if you want to stop after 143 - Start the decoder. When the decoder is already running or paused, 161 - Stop the decoder. When the decoder is already stopped, this 180 already paused, this command does nothing. This command has one 187 the decoder is already running, this command does nothing. No
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0004_linux_fs.patch | 34 - * request was already removed from its waitqueue (which might no longer exist). 121 - } /* else, the request was force-cancelled by POLLFREE already */ 142 - * 2. The completion work must not have already been scheduled. 144 - * already hold the waitqueue lock, so this inverts the normal 174 - * Schedule the completion work if needed. If it was already 261 - * aio_poll_wake() already either scheduled the async
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | x25-iface.rst | 17 already existing Ethernet device drivers. However unlike those drivers, the 32 over the LAPB link. The LAPB link should already exist before any data is 37 Establish the LAPB link. If the link is already established then the connect 42 Terminate the LAPB link. If it is already disconnected then the disconnect
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
D | Kconfig | 7 This option selects CONFIG_MMU_NOTIFIER if it isn't already
|