Home
last modified time | relevance | path

Searched full:already (Results 1 – 25 of 5426) sorted by relevance

12345678910>>...218

/Linux-v6.6/include/linux/
Dhwspinlock.h172 * immediately fail if the hwspinlock is already locked.
180 * the hwspinlock was already taken, and -EINVAL if @hwlock is invalid.
193 * immediately fail if the hwspinlock is already locked.
200 * the hwspinlock was already taken, and -EINVAL if @hwlock is invalid.
212 * if the hwspinlock is already taken.
219 * the hwspinlock was already taken, and -EINVAL if @hwlock is invalid.
231 * if the hwspinlock is already taken.
236 * the hwspinlock was already taken, and -EINVAL if @hwlock is invalid.
248 * if the hwspinlock is already taken.
256 * the hwspinlock was already taken, and -EINVAL if @hwlock is invalid.
[all …]
Dlz4.h181 * 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-v6.6/Documentation/locking/
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 …]
Dww-mutex-design.rst24 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-v6.6/Documentation/livepatch/
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 …]
/Linux-v6.6/kernel/livepatch/
Dstate.c46 * 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-v6.6/tools/testing/selftests/powerpc/signal/
Dsignal.S11 /* 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-v6.6/tools/testing/selftests/net/
Dnetdevice.sh15 # 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-v6.6/Documentation/virt/kvm/devices/
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 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-v6.6/Documentation/networking/
Dx25-iface.rst16 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-v6.6/fs/xfs/
Dxfs_trans_buf.c19 * 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-v6.6/net/9p/
Derror.c106 {"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-v6.6/Documentation/core-api/
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
/Linux-v6.6/drivers/s390/net/
Dqeth_core_mpc.c150 {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-v6.6/drivers/gpu/drm/
Ddrm_vblank_work.c92 * If the crtc vblank count has already reached @count and @nextonmiss is
95 * If the crtc vblank count has already reached @count and @nextonmiss is
99 * If @work is already scheduled, this function will reschedule said work
103 * %1 if @work was successfully (re)scheduled, %0 if it was either already
131 /* Already scheduled w/ same vbl count */ in drm_vblank_work_schedule()
142 "crtc %d vblank %llu already passed (current %llu)\n", in drm_vblank_work_schedule()
172 * Cancel an already scheduled vblank work and wait for its
/Linux-v6.6/drivers/usb/dwc2/
Ddrd.c46 /* 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
131 already = dwc2_ovr_avalid(hsotg, true); in dwc2_drd_role_sw_set()
133 already = dwc2_ovr_bvalid(hsotg, true); in dwc2_drd_role_sw_set()
150 if (!already && hsotg->dr_mode == USB_DR_MODE_OTG) in dwc2_drd_role_sw_set()
/Linux-v6.6/scripts/coccinelle/misc/
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)
/Linux-v6.6/arch/arc/include/asm/
Dentry-compact.h50 /* OK we were already in kernel mode when this event happened, thus can
81 /*------Intr/Ecxp happened in kernel mode, SP already setup ------ */
138 * -Switches stack to K mode (if not already)
148 /* U/K mode at time of exception (stack not switched if already K) */
155 sub sp, sp, 4 /* skip pt_regs->sp, already saved above */
176 /* gp already saved on stack: now load with "current" */
240 skip pt_regs->sp, already saved above */
257 /* gp already saved on stack: now load with "current" */
/Linux-v6.6/drivers/watchdog/
Dda9063_wdt.c79 * 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-v6.6/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_connected.c26 * initialized. If the stack is already initialized, then the callback will
38 /* We're already connected. Call the callback immediately. */ in vchiq_add_connected_callback()
43 "There already %d callback registered - please increase MAX_CALLBACKS", in vchiq_add_connected_callback()
/Linux-v6.6/net/sunrpc/xprtrdma/
Dsvc_rdma_pcl.c91 * - 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-v6.6/drivers/gpu/drm/amd/amdgpu/
DKconfig44 SI is already supported in radeon. Experimental support for SI
57 CIK is already supported in radeon. Support for CIK in amdgpu
71 isn't already selected to enabled full userptr support.
/Linux-v6.6/sound/isa/gus/
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()
/Linux-v6.6/Documentation/gpu/rfc/
Dxe.rst19 extensible by design and already aligned with the modern userspace needs. For
42 Currently, Xe is already functional and has experimental support for multiple
64 current platforms that are already out of this protection. Xe support will be
94 through drm-misc. This, by itself, already includes the reach of an agreement for
108 upstream and the port of Xe towards GPUVA is already ongoing.
149 extent this is already getting addressed itself with the GPUVA where likely the
193 that display can already be part of the initial pull request towards drm-next.
/Linux-v6.6/tools/testing/selftests/livepatch/
Dtest-state.sh68 $MOD_LIVEPATCH2: allocate_loglevel_state: space to store console_loglevel already allocated
113 $MOD_LIVEPATCH3: allocate_loglevel_state: space to store console_loglevel already allocated
124 $MOD_LIVEPATCH2: allocate_loglevel_state: space to store console_loglevel already allocated
163 livepatch: Livepatch patch ($MOD_LIVEPATCH) is not compatible with the already installed livepatche…

12345678910>>...218