/linux-6.12.1/include/linux/ |
D | hwspinlock.h | 178 * immediately fail if the hwspinlock is already locked. 186 * the hwspinlock was already taken, and -EINVAL if @hwlock is invalid. 199 * immediately fail if the hwspinlock is already locked. 206 * the hwspinlock was already taken, and -EINVAL if @hwlock is invalid. 218 * if the hwspinlock is already taken. 225 * the hwspinlock was already taken, and -EINVAL if @hwlock is invalid. 237 * if the hwspinlock is already taken. 242 * the hwspinlock was already taken, and -EINVAL if @hwlock is invalid. 254 * if the hwspinlock is already taken. 262 * the hwspinlock was already taken, and -EINVAL if @hwlock is invalid. [all …]
|
D | lz4.h | 181 * which must be already allocated 186 * into already allocated 'dest' buffer of size 'maxOutputSize'. 206 * which must be already allocated 231 * @targetDestSize: Size of buffer 'dest' which must be already allocated 236 * from 'source' buffer into already allocated buffer 'dest' 256 * which must be already allocated with 'originalSize' bytes 277 * which must be already allocated 300 * already allocated 333 * which must be already allocated 385 * which must be already allocated [all …]
|
/linux-6.12.1/Documentation/locking/ |
D | hwspinlock.rst | 57 if that hwspinlock is already in use. Usually board code will 84 is already free). 104 msecs). If the hwspinlock is already taken, the function will busy loop 120 msecs). If the hwspinlock is already taken, the function will busy loop 136 msecs). If the hwspinlock is already taken, the function will busy loop 153 msecs). If the hwspinlock is already taken, the function will busy loop 170 msecs). If the hwspinlock is already taken, the function will busy loop 187 it is already taken. 195 notably -EBUSY if the hwspinlock was already taken). 204 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
|
/linux-6.12.1/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 …]
|
/linux-6.12.1/kernel/livepatch/ |
D | state.c | 46 * the already installed livepatches 49 * Checks whether already installed livepatches modify the given 61 * Return: pointer to the latest struct klp_state from already 94 /* A cumulative livepatch must handle all already modified states. */ in klp_is_state_compatible() 103 * Cumulative patches must handle all already modified states. 104 * Non-cumulative patches can touch already modified states.
|
/linux-6.12.1/tools/testing/selftests/powerpc/signal/ |
D | signal.S | 11 /* r3 already has our pid in it */ 12 /* r4 already has signal type in it */ 27 /* r3 already has our pid in it */ 28 /* r4 already has signal type in it */
|
/linux-6.12.1/block/ |
D | badblocks.c | 25 * overwrite, skip the overlapped already set range, depends on who they are 27 * more complicated when the setting range covers multiple already set bad block 36 * possible overlapped or adjacent already set bad block ranges. Then the hard 40 * to be considered are, (The already set bad blocks ranges are naming with 43 * 1) A setting range is not overlapped or adjacent to any other already set bad 57 * 2) A setting range starts exactly at a start LBA of an already set bad blocks 59 * 2.1) The setting range size < already set range size 82 * 2.2) The setting range size == already set range size 98 * 2.3) The setting range size > already set range size 106 * first part (S1) is as same size as the already set range E, the second [all …]
|
/linux-6.12.1/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 or a VCPU has already run 116 -EBUSY PMUv3 already initialized, a VCPU has already run or 117 an event filter has already been set 130 if a PMU event filter is already present. 155 -EBUSY One or more VCPUs has already run 190 -EEXIST Base address already set for this VCPU
|
/linux-6.12.1/Documentation/networking/ |
D | x25-iface.rst | 16 already existing Ethernet device drivers. However unlike those drivers, the 31 over the LAPB link. The LAPB link should already exist before any data is 36 Establish the LAPB link. If the link is already established then the connect 41 Terminate the LAPB link. If it is already disconnected then the disconnect
|
/linux-6.12.1/fs/xfs/ |
D | xfs_trans_buf.c | 19 * Check to see if a buffer matching the given parameters is already 107 * Get and lock the buffer for the caller if it is not already 108 * locked within the given transaction. If it is already locked 134 * pointer in its b_fsprivate2 field, then we know we already in xfs_trans_get_buf_map() 178 * Just increment the lock recursion count if the buffer is already in xfs_trans_getsb() 201 * Get and lock the buffer for the caller if it is not already 203 * read in, read it from disk. If it is already locked 204 * within the transaction and already read in, just increment its 228 * pointer in its b_fsprivate2 field, then we know we already in xfs_trans_read_buf_map() 229 * have it locked. If it is already read in we just increment in xfs_trans_read_buf_map() [all …]
|
/linux-6.12.1/tools/testing/selftests/net/ |
D | netdevice.sh | 15 # if already up, nothing done 23 echo "SKIP: $netdev: interface already up" 39 # Doing nothing if the interface was already up 45 # do nothing if the interface was already up 63 #check that the interface did not already have an IP 66 echo "SKIP: $netdev: already have an IP"
|
/linux-6.12.1/net/9p/ |
D | error.c | 106 {"Transport endpoint is already connected", EISCONN}, 113 {"Operation already in progress", EALREADY}, 128 {"file already exists", EEXIST}, 129 {"file or directory already exists", EEXIST}, 130 {"fid already in use", EBADF}, 133 {"file already open for I/O", ETXTBSY}, 146 {"exclusive use file already open", EAGAIN},
|
/linux-6.12.1/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
|
/linux-6.12.1/drivers/s390/net/ |
D | qeth_core_mpc.c | 150 {IPA_RC_DUP_IPV6_REMOTE, "ipv6 address already registered remote"}, 152 {IPA_RC_DUP_IPV6_HOME, "ipv6 address already registered"}, 156 {IPA_RC_SBP_IQD_ANO_DEV_PRIMARY, "Primary bridgeport exists already"}, 177 {IPA_RC_SBP_OSA_ANO_DEV_PRIMARY, "Primary bridgeport exists already"}, 187 {IPA_RC_DUPLICATE_IP_ADDRESS, "Address already registered"}, 191 {IPA_RC_SETIP_ALREADY_RECEIVED, "Setip already received"}, 192 {IPA_RC_IP_ADDR_ALREADY_USED, "IP address already in use on LAN"}, 197 {IPA_RC_PRIMARY_ALREADY_DEFINED, "Primary already defined"}, 198 {IPA_RC_SECOND_ALREADY_DEFINED, "Secondary already defined"}, 200 {IPA_RC_MC_ADDR_ALREADY_DEFINED, "Multicast address already defined"},
|
/linux-6.12.1/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)
|
/linux-6.12.1/drivers/gpu/drm/ |
D | drm_vblank_work.c | 95 * If the crtc vblank count has already reached @count and @nextonmiss is 98 * If the crtc vblank count has already reached @count and @nextonmiss is 102 * If @work is already scheduled, this function will reschedule said work 106 * %1 if @work was successfully (re)scheduled, %0 if it was either already 134 /* Already scheduled w/ same vbl count */ in drm_vblank_work_schedule() 145 "crtc %d vblank %llu already passed (current %llu)\n", in drm_vblank_work_schedule() 175 * Cancel an already scheduled vblank work and wait for its
|
/linux-6.12.1/drivers/usb/dwc2/ |
D | drd.c | 46 /* Check if A-Session is already in the right state */ in dwc2_ovr_avalid() 68 /* Check if B-Session is already in the right state */ in dwc2_ovr_bvalid() 90 int already = 0; in dwc2_drd_role_sw_set() local 140 already = dwc2_ovr_avalid(hsotg, true); in dwc2_drd_role_sw_set() 142 already = dwc2_ovr_bvalid(hsotg, true); in dwc2_drd_role_sw_set() 159 if (!already && hsotg->dr_mode == USB_DR_MODE_OTG) in dwc2_drd_role_sw_set()
|
/linux-6.12.1/drivers/watchdog/ |
D | da9063_wdt.c | 79 * The watchdog triggers a reboot if a timeout value is already in da9063_wdt_update_timeout() 83 * value if the watchdog is already running. Then we can set the in da9063_wdt_update_timeout() 154 * 2. The watchdog is already running and a new timeout value should be in da9063_wdt_set_timeout() 184 * lock due to interrupts already being disabled at this late stage. in da9063_wdt_restart() 249 /* Use pre-configured timeout if watchdog is already running. */ in da9063_wdt_probe() 258 /* Update timeout if the watchdog is already running. */ in da9063_wdt_probe()
|
/linux-6.12.1/net/sunrpc/xprtrdma/ |
D | svc_rdma_pcl.c | 91 * - The incoming Read list has already been sanity checked. 92 * - cl_count is already set to the number of segments in 142 * - The incoming Read list has already been sanity checked. 143 * - cl_count is already set to the number of segments in 194 * - The incoming Write list has already been sanity checked, and 253 * This mechanism must ignore not only result payloads that were already
|
/linux-6.12.1/arch/arc/include/asm/ |
D | entry-compact.h | 135 /* OK we were already in kernel mode when this event happened, thus can 166 /*------Intr/Ecxp happened in kernel mode, SP already setup ------ */ 223 * -Switches stack to K mode (if not already) 233 /* U/K mode at time of exception (stack not switched if already K) */ 240 sub sp, sp, 4 /* skip pt_regs->sp, already saved above */ 261 /* gp already saved on stack: now load with "current" */ 325 skip pt_regs->sp, already saved above */ 342 /* gp already saved on stack: now load with "current" */
|
/linux-6.12.1/sound/isa/gus/ |
D | gus_irq.c | 40 unsigned int already, _current_; in snd_gus_interrupt() local 44 already = 0; in snd_gus_interrupt() 48 if (already & _current_) in snd_gus_interrupt() 50 already |= _current_; /* mark request */ in snd_gus_interrupt()
|
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/ |
D | Kconfig | 45 SI is already supported in radeon. Experimental support for SI 58 CIK is already supported in radeon. Support for CIK in amdgpu 72 isn't already selected to enabled full userptr support.
|
/linux-6.12.1/tools/memory-model/scripts/ |
D | checklitmushist.sh | 37 # Create the list of litmus tests already run, then remove those that 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 | checkghlitmus.sh | 19 # Clone the repository if it is not already present. 40 xargs -r grep -L "^P${LKMM_PROCS}"> $T/list-C-already 49 sort $T/list-C-already $T/list-C-result-short | uniq -u > $T/list-C-needed
|