Home
last modified time | relevance | path

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

12345678910>>...212

/Linux-v5.4/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-v5.4/Documentation/
Dhwspinlock.txt57 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 …]
Dkref.txt62 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.
168 and kref_get() it. That violates rule 3 because you are not already
267 otherwise kref_get_unless_zero may reference already freed memory.
269 return value. If you are sure (by already having a valid pointer) that
/Linux-v5.4/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-v5.4/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-v5.4/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
/Linux-v5.4/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
131 * pointer in its b_fsprivate2 field, then we know we already in xfs_trans_get_buf_map()
188 * If the superblock buffer already has this transaction in xfs_trans_getsb()
189 * pointer in its b_fsprivate2 field, then we know we already in xfs_trans_getsb()
213 * Get and lock the buffer for the caller if it is not already
215 * read in, read it from disk. If it is already locked
216 * within the transaction and already read in, just increment its
240 * pointer in its b_fsprivate2 field, then we know we already in xfs_trans_read_buf_map()
[all …]
/Linux-v5.4/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},
/Linux-v5.4/fs/gfs2/
Dutil.c85 * -2 if it was already withdrawn
137 * 0 if it was already withdrawn
153 * 0 if it was already withdrawn
174 * 0 if it was already withdrawn
198 * -2 if it was already withdrawn
218 * -2 if it was already withdrawn
238 * 0 if it was already withdrawn
/Linux-v5.4/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-v5.4/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.
/Linux-v5.4/Documentation/locking/
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-v5.4/drivers/net/ethernet/intel/iavf/
Diavf_virtchnl.c249 /* bail because we already have a command pending */ in iavf_configure_queues()
304 /* bail because we already have a command pending */ in iavf_enable_queues()
329 /* bail because we already have a command pending */ in iavf_disable_queues()
359 /* bail because we already have a command pending */ in iavf_map_queues()
412 /* bail because we already have a command pending */ in iavf_request_queues()
441 /* bail because we already have a command pending */ in iavf_add_ether_addrs()
511 /* bail because we already have a command pending */ in iavf_del_ether_addrs()
580 /* bail because we already have a command pending */ in iavf_add_vlans()
650 /* bail because we already have a command pending */ in iavf_del_vlans()
720 /* bail because we already have a command pending */ in iavf_set_promiscuous()
[all …]
/Linux-v5.4/arch/x86/kvm/
Dirq.c66 * side-effects have already been applied (e.g. bit from IRR in kvm_cpu_has_injectable_intr()
67 * already moved to ISR). Therefore, it is incorrect to rely in kvm_cpu_has_injectable_intr()
95 * side-effects have already been applied (e.g. bit from IRR in kvm_cpu_has_interrupt()
96 * already moved to ISR). Therefore, it is incorrect to rely in kvm_cpu_has_interrupt()
/Linux-v5.4/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-v5.4/Documentation/networking/
Dx25-iface.txt11 already existing Ethernet device drivers. However unlike those drivers, the
26 over the LAPB link. The LAPB link should already exist before any data is
31 Establish the LAPB link. If the link is already established then the connect
36 Terminate the LAPB link. If it is already disconnected then the disconnect
/Linux-v5.4/drivers/gpu/drm/amd/amdkfd/
Dkfd_dbgmgr.c99 pr_debug("H/W debugger is already active using pasid %d\n", in kfd_dbgmgr_register()
118 /* Is the requests coming from the already registered process? */ in kfd_dbgmgr_unregister()
135 /* Is the requests coming from the already registered process? */ in kfd_dbgmgr_wave_control()
148 /* Is the requests coming from the already registered process? */ in kfd_dbgmgr_address_watch()
/Linux-v5.4/arch/x86/oprofile/
Dop_x86_model.h62 * The warning indicates an already running counter. If in op_x86_warn_in_use()
70 pr_warning("oprofile: counter #%d on cpu #%d may already be used\n", in op_x86_warn_in_use()
76 pr_warning("oprofile: counter #%d is already reserved\n", counter); in op_x86_warn_reserved()
/Linux-v5.4/Documentation/devicetree/bindings/input/touchscreen/
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
/Linux-v5.4/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
Dcheckghlitmus.sh18 # Clone the repository if it is not already present.
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
Dnewlitmushist.sh5 # that do not already have a corresponding .litmus.out file, and does
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
/Linux-v5.4/Documentation/virt/kvm/devices/
Dvcpu.txt16 Returns: -EBUSY: The PMU overflow interrupt is already set
33 -EBUSY: PMUv3 already initialized
48 -EBUSY: One or more VCPUs has already run
/Linux-v5.4/kernel/
Dirq_work.c60 /* Enqueue on current CPU, work must already be claimed and preempt disabled */
77 /* Only queue if not already pending */ in irq_work_queue()
91 * Enqueue the irq_work @work on @cpu unless it's already pending
105 /* Only queue if not already pending */ in irq_work_queue_on()

12345678910>>...212