/linux-6.3-rc2/drivers/crypto/ccp/ |
A D | ccp-crypto-main.c | 92 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() 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() 189 crypto_request_complete(held->req, ret); in ccp_crypto_complete() 197 kfree(held); in ccp_crypto_complete() [all …]
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-bus-coresight-devices-tmc | 21 Description: (Read) Shows the value held by the TMC status register. The value 28 Description: (Read) Shows the value held by the TMC RAM Read Pointer register 37 Description: (Read) Shows the value held by the TMC RAM Write Pointer register 53 Description: (Read) Shows the value held by the TMC Control register. The value 60 Description: (Read) Shows the value held by the TMC Formatter and Flush Status 68 Description: (Read) Shows the value held by the TMC Formatter and Flush Control 76 Description: (Read) Shows the value held by the TMC Mode register, which
|
A D | sysfs-bus-coresight-devices-etb10 | 33 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
|
/linux-6.3-rc2/Documentation/devicetree/bindings/remoteproc/ |
A D | qcom,wcnss-pil.yaml | 61 PX regulator to be held on behalf of the booting of the WCNSS core 65 MX regulator to be held on behalf of the booting of the WCNSS core. 69 CX regulator to be held on behalf of the booting of the WCNSS core. 129 Reference to the regulator to be held on behalf of the booting WCNSS 134 Reference to the regulator to be held on behalf of the booting WCNSS 139 Reference to the regulator to be held on behalf of the booting WCNSS 144 Reference to the regulator to be held on behalf of the booting WCNSS
|
/linux-6.3-rc2/Documentation/s390/ |
A D | vfio-ap-locking.rst | 31 (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-6.3-rc2/Documentation/dev-tools/ |
A D | sparse.rst | 61 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-6.3-rc2/Documentation/pcmcia/ |
A D | locking.rst | 26 be called with "skt_mutex" held:: 43 be called with "ops_mutex" held:: 52 called with "ops_mutex" held.
|
/linux-6.3-rc2/Documentation/admin-guide/device-mapper/ |
A D | era.rst | 56 <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-6.3-rc2/Documentation/filesystems/nfs/ |
A D | pnfs.rst | 22 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-6.3-rc2/Documentation/locking/ |
A D | robust-futex-ABI.rst | 9 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
|
A D | lockstat.rst | 69 - 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
|
A D | rt-mutex.rst | 58 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,
|
A D | lockdep-design.rst | 46 - '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. 622 held by different CPU/tasks. [all …]
|
A D | robust-futexes.rst | 46 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
|
A D | mutex-design.rst | 85 - A task may not exit with a mutex held. 86 - Memory areas where held locks reside must not be freed. 98 list of all locks held in the system, printout of them.
|
/linux-6.3-rc2/Documentation/leds/ |
A D | ledtrig-transient.rst | 12 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-6.3-rc2/Documentation/networking/devlink/ |
A D | index.rst | 15 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-6.3-rc2/drivers/gpu/drm/i915/ |
A D | i915_vma_resource.c | 165 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-6.3-rc2/Documentation/RCU/ |
A D | lockdep-splat.rst | 31 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
|
A D | lockdep.rst | 84 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.
|
/linux-6.3-rc2/tools/memory-model/litmus-tests/ |
A D | MP+polockmbonce+poacquiresilsil.litmus | 7 * to outside observers using spin_is_locked() to sense the lock-held
|
A D | MP+polockonce+poacquiresilsil.litmus | 7 * to sense the lock-held state, ordered by acquire? Note that when the
|
/linux-6.3-rc2/fs/jffs2/ |
A D | README.Locking | 22 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-6.3-rc2/Documentation/devicetree/bindings/fpga/ |
A D | lattice-ice40-fpga-mgr.txt | 9 that unless the GPIO is held low during startup, the
|
/linux-6.3-rc2/Documentation/networking/ |
A D | netdevices.rst | 28 held: register_netdev(), unregister_netdev(). 29 Second group can be used when ``rtnl_lock`` is already held: 36 in context where ``rtnl_lock`` is not held (e.g. driver probe and remove paths). 155 ``rtnl_lock`` held.
|