Home
last modified time | relevance | path

Searched refs:held (Results 1 – 25 of 169) sorted by relevance

1234567

/linux/drivers/crypto/ccp/
H A Dccp-crypto-main.c92 struct ccp_crypto_cmd *held = NULL, *tmp; in ccp_crypto_cmd_complete() local
106 held = tmp; in ccp_crypto_cmd_complete()
134 return held; in ccp_crypto_cmd_complete()
140 struct ccp_crypto_cmd *held, *next, *backlog; in ccp_crypto_complete() local
159 held = ccp_crypto_cmd_complete(crypto_cmd, &backlog); in ccp_crypto_complete()
176 while (held) { in ccp_crypto_complete()
180 held->cmd->flags |= CCP_CMD_MAY_BACKLOG; in ccp_crypto_complete()
181 ret = ccp_enqueue_cmd(held->cmd); in ccp_crypto_complete()
186 ctx = crypto_tfm_ctx_dma(held->req->tfm); in ccp_crypto_complete()
188 ret = ctx->complete(held->req, ret); in ccp_crypto_complete()
[all …]
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-coresight-devices-etb1033 Description: (Read) Shows the value held by the ETB status register. The value
40 Description: (Read) Shows the value held by the ETB RAM Read Pointer register
49 Description: (Read) Shows the value held by the ETB RAM Write Pointer register
65 Description: (Read) Shows the value held by the ETB Control register. The value
72 Description: (Read) Shows the value held by the ETB Formatter and Flush Status
80 Description: (Read) Shows the value held by the ETB Formatter and Flush Control
H A Dsysfs-driver-hid-prodikeys16 note held by the pc-midi driver.
/linux/Documentation/arch/s390/
H A Dvfio-ap-locking.rst31 (matrix_dev->mdev_list). This lock must be held while reading from, writing to
47 lock must be held by the vfio_ap device driver while one or more AP adapters,
69 KVM guest. This lock must be held:
91 held in order to access the KVM pointer since it is set and cleared under the
95 resources, so only the matrix_dev->mdevs_lock needs to be held.
114 held in write mode when pqap_hook value is set, and in read mode when the
/linux/Documentation/dev-tools/
H A Dsparse.rst61 locking. These annotations tell sparse when a lock is held, with
64 __must_hold - The specified lock is held on function entry and exit.
66 __acquires - The specified lock is held on function exit, but not entry.
68 __releases - The specified lock is held on function entry, but not exit.
70 If the function enters and exits without the lock held, acquiring and
/linux/Documentation/pcmcia/
H A Dlocking.rst26 be called with "skt_mutex" held::
43 be called with "ops_mutex" held::
52 called with "ops_mutex" held.
/linux/Documentation/filesystems/nfs/
H A Dpnfs.rst22 LAYOUTCOMMIT), and for each lseg held within.
33 layout driver type. The device ids are held in a RCU cache (struct
35 mount. The entries (struct nfs4_deviceid) themselves are held across
51 level cache. Its reference is held over the lifetime of the deviceid
/linux/Documentation/admin-guide/device-mapper/
H A Dera.rst56 <current era> <held metadata root | '-'>
64 held metadata root The location, in blocks, of the metadata root
65 that has been 'held' for userspace read
66 access. '-' indicates there is no held root
/linux/Documentation/locking/
H A Drobust-futex-ABI.rst9 futexes, for kernel assist of cleanup of held locks on task exit.
18 held robust_futexes begins, and
19 2) internal kernel code at exit, to handle any listed locks held
85 For each futex lock currently held by a thread, if it wants this
114 up locks held at the time of (a perhaps unexpectedly) exit.
121 still held by the departing thread, as described below.
125 lock structures for locks currently held by that thread should be on
128 A given futex lock structure in a user shared memory region may be held
133 When adding or removing a lock from its list of held locks, in order for
H A Dlockstat.rst69 - shortest (non-0) time we ever held the lock
71 - longest time we ever held the lock
73 - total time this lock was held
75 - average time this lock was held
H A Drt-mutex.rst58 taskpointer 0 lock is held (fast release possible)
59 taskpointer 1 lock is held and has waiters [2]_
66 with ->wait_lock is held. To prevent any fast path cmpxchg to the lock,
H A Dlockdep-design.rst46 - 'ever held in STATE context'
47 - 'ever held as readlock in STATE context'
48 - 'ever held with STATE enabled'
49 - 'ever held as readlock with STATE enabled'
170 any rule violation between the new lock and any of the held locks.
238 must be held: lockdep_assert_held*(&lock) and lockdep_*pin_lock(&lock).
241 particular lock is held at a certain time (and generate a WARN() otherwise).
329 held locks is maintained, and a lightweight 64-bit hash value is
523 , which means lockdep has seen L1 held before L2 held in the same context at runtime.
524 And in deadlock detection, we care whether we could get blocked on L2 with L1 held,
[all …]
H A Drobust-futexes.rst46 then the kernel has no information to clean up after the held lock!
152 million (!) held locks, using the new method [on a 2GHz CPU]:
162 (1 million held locks are unheard of - we expect at most a handful of
163 locks to be held at a time. Nevertheless it's nice to know that this
191 If a futex is found to be held at exit time, the kernel sets the
/linux/Documentation/gpu/
H A Ddrm-vm-bind-locking.rst51 of dma_fences and a lock that needs to be held when adding
93 sleeping if the write side is held.
94 The write side is held by the core mm while calling mmu interval
131 held in relevant situations and also provides a means of making itself
173 // dma_resv to be held (it protects the gpu_vm_bo's list of
175 // dma_resv, it is already held at this point.
255 gpu_vms the object is bound to are typically not held. Only
256 the object's private dma_resv can be guaranteed to be held. If there
263 both the gpu_vm's dma_resv and the object's dma_resv is held, and the
323 Accessing the gpu_vm's lists without the dma_resv lock held
[all …]
/linux/Documentation/leds/
H A Dledtrig-transient.rst12 features that require an on or off state to be held just once and then stay in
75 - state allows user to specify a transient state to be held for the specified
96 - transient state to be held. It has two values 0 or 1. 0 maps
98 held for the duration of the one shot timer and then the
128 held for the specified duration.
130 held for the specified duration.
/linux/drivers/gpu/drm/i915/
H A Di915_vma_resource.c165 bool held = refcount_inc_not_zero(&vma_res->hold_count); in i915_vma_resource_hold() local
167 if (held) in i915_vma_resource_hold()
170 return held; in i915_vma_resource_hold()
/linux/Documentation/RCU/
H A Dlockdep-splat.rst31 3 locks held by scsi_scan_6/1552:
85 or with the ->queue_lock held. In particular, this would have suppressed
86 the above lockdep-RCU splat because ->queue_lock is held (see #2 in the
H A Dlockdep.rst84 2. with files->file_lock held, or
100 one of these two cases held. Because rcu_dereference_protected() omits
114 either within an RCU read-side critical section or with wq->mutex held.
H A DUP.rst74 2. In some cases, the lock will be held across some kernel API,
78 with no locks held than to have to modify such APIs to allow
103 from a known environment in which no locks are held.
/linux/Documentation/networking/devlink/
H A Dindex.rst15 the devlink instance lock is already held. Drivers can take the instance
16 lock by calling ``devl_lock()``. It is also held all callbacks of devlink
/linux/fs/bcachefs/
H A DKconfig81 Expose statistics for how long we held a lock in debugfs
96 is held by another thread, spin for a short while, as long as the
/linux/fs/jffs2/
H A DREADME.Locking22 When writing new nodes, the alloc_sem must be held until the new nodes
65 any f->sem held.
68 3. Never lock a page cache page with f->sem held.
130 erase_completion_lock cannot be held, so an alternative, more
/linux/tools/memory-model/litmus-tests/
H A DMP+polockonce+poacquiresilsil.litmus7 * to sense the lock-held state, ordered by acquire? Note that when the
H A DMP+polockmbonce+poacquiresilsil.litmus7 * to outside observers using spin_is_locked() to sense the lock-held
/linux/Documentation/devicetree/bindings/fpga/
H A Dlattice-ice40-fpga-mgr.txt9 that unless the GPIO is held low during startup, the

1234567