Home
last modified time | relevance | path

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

12345678910>>...199

/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/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.
/kernel/linux/linux-5.10/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 */
/kernel/linux/linux-5.10/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"
/kernel/linux/linux-5.10/drivers/block/paride/
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
/kernel/linux/linux-5.10/drivers/usb/dwc2/
Ddrd.c38 /* Check if A-Session is already in the right state */ in dwc2_ovr_avalid()
57 /* Check if B-Session is already in the right state */ in dwc2_ovr_bvalid()
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/net/9p/
Derror.c108 {"Transport endpoint is already connected", EISCONN},
115 {"Operation already in progress", EALREADY},
130 {"file already exists", EEXIST},
131 {"file or directory already exists", EEXIST},
132 {"fid already in use", EBADF},
135 {"file already open for I/O", ETXTBSY},
148 {"exclusive use file already open", EAGAIN},
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
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.
/kernel/linux/linux-5.10/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"},
/kernel/linux/linux-5.10/kernel/
Dirq_work.c36 * If the work is already pending, no need to raise the IPI. in irq_work_claim()
52 /* Enqueue on current CPU, work must already be claimed and preempt disabled */
69 /* Only queue if not already pending */ in irq_work_queue()
83 * Enqueue the irq_work @work on @cpu unless it's already pending
97 /* Only queue if not already pending */ in irq_work_queue_on()
/kernel/linux/linux-5.10/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)
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/
Dallwinner,sun8i-a23-prcm.yaml50 # Already checked in the main schema
84 # Already checked in the main schema
115 # Already checked in the main schema
134 # Already checked in the main schema
Dallwinner,sun6i-a31-prcm.yaml48 # Already checked in the main schema
82 # Already checked in the main schema
113 # Already checked in the main schema
146 # Already checked in the main schema
/kernel/linux/linux-5.10/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_connected.c28 * initialized. If the stack is already initialized, then the callback will
40 /* We're already connected. Call the callback immediately. */ in vchiq_add_connected_callback()
46 "There already %d callback registered - " in vchiq_add_connected_callback()
/kernel/linux/linux-5.10/drivers/watchdog/
Dda9063_wdt.c75 * The watchdog triggers a reboot if a timeout value is already in da9063_wdt_update_timeout()
79 * value if the watchdog is already running. Then we can set the in da9063_wdt_update_timeout()
143 * 2. The watchdog is already running and a new timeout value should be in da9063_wdt_set_timeout()
221 /* Use pre-configured timeout if watchdog is already running. */ in da9063_wdt_probe()
230 /* Update timeout if the watchdog is already running. */ in da9063_wdt_probe()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/tools/memory-model/scripts/
Dchecklitmushist.sh37 # 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
/kernel/linux/linux-5.10/arch/x86/oprofile/
Dop_x86_model.h62 * The warning indicates an already running counter. If in op_x86_warn_in_use()
70 pr_warn("oprofile: counter #%d on cpu #%d may already be used\n", in op_x86_warn_in_use()
76 pr_warn("oprofile: counter #%d is already reserved\n", counter); in op_x86_warn_reserved()

12345678910>>...199