/kernel/linux/linux-5.10/drivers/crypto/ccp/ |
H A D | ccp-crypto-main.c | 77 /* Used for held command processing to determine state */ 99 struct ccp_crypto_cmd *held = NULL, *tmp; in ccp_crypto_cmd_complete() local 113 held = tmp; in ccp_crypto_cmd_complete() 141 return held; in ccp_crypto_cmd_complete() 147 struct ccp_crypto_cmd *held, *next, *backlog; in ccp_crypto_complete() local 166 held = ccp_crypto_cmd_complete(crypto_cmd, &backlog); in ccp_crypto_complete() 183 while (held) { in ccp_crypto_complete() 187 held->cmd->flags |= CCP_CMD_MAY_BACKLOG; in ccp_crypto_complete() 188 ret = ccp_enqueue_cmd(held->cmd); in ccp_crypto_complete() 193 ctx = crypto_tfm_ctx(held in ccp_crypto_complete() [all...] |
/kernel/linux/linux-6.6/drivers/crypto/ccp/ |
H A D | ccp-crypto-main.c | 77 /* Used for held command processing to determine state */ 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() 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 in ccp_crypto_complete() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H 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() 225 * signals immediately unless signaling is held back. 291 * The function needs to be called with the vm lock held. 325 * The function may not be called with the vm lock held.
|
/kernel/linux/linux-5.10/arch/arm/common/ |
H A D | vlock.S | 55 ldrb r2, [r0, #VLOCK_OWNER_OFFSET] @ check whether lock is held
|
/kernel/linux/linux-6.6/arch/arm/common/ |
H A D | vlock.S | 57 ldrb r2, [r0, #VLOCK_OWNER_OFFSET] @ check whether lock is held
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | wacom.h | 124 bool held; member
|
H A D | wacom_wac.c | 4029 led->held = true; in wacom_24hd_update_leds() 4032 led->held = false; in wacom_24hd_update_leds() 4079 led->held = false; in wacom_update_led() 4083 if (led->held && pressed) in wacom_update_led() 4095 next_led->held = true; in wacom_update_led()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | wacom.h | 121 bool held; member
|
H A D | wacom_wac.c | 4080 led->held = true; in wacom_24hd_update_leds() 4083 led->held = false; in wacom_24hd_update_leds() 4130 led->held = false; in wacom_update_led() 4134 if (led->held && pressed) in wacom_update_led() 4146 next_led->held = true; in wacom_update_led()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | md-cluster.c | 49 * MD. Token needs to be locked and held until the operation 692 * could not continue if raid1d held reconfig_mutex (and raid1d is blocked in lock_comm() 1359 * mddev_lock is held if resync_info_update is called from in resync_info_update() 1486 int slot, my_slot, ret, held = 1, i = 0; in lock_all_bitmaps() local 1512 held = -1; in lock_all_bitmaps() 1516 return held; in lock_all_bitmaps()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | md-cluster.c | 49 * MD. Token needs to be locked and held until the operation 695 * could not continue if raid1d held reconfig_mutex (and raid1d is blocked in lock_comm() 1360 * mddev_lock is held if resync_info_update is called from in resync_info_update() 1487 int slot, my_slot, ret, held = 1, i = 0; in lock_all_bitmaps() local 1513 held = -1; in lock_all_bitmaps() 1517 return held; in lock_all_bitmaps()
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | caps.c | 431 * Called with i_ceph_lock held. 1359 int held, revoking; in __prep_cap() local 1363 held = cap->issued | cap->implemented; in __prep_cap() 1369 ceph_cap_string(held), ceph_cap_string(held & retain), in __prep_cap() 1918 * versus held caps. Release, flush, ack revoked caps to mds as 1933 int took_snap_rwsem = 0; /* true if mdsc->snap_rwsem held */ in ceph_check_caps()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | caps.c | 433 * Called with i_ceph_lock held. 1373 int held, revoking; in __prep_cap() local 1377 held = cap->issued | cap->implemented; in __prep_cap() 1383 ceph_cap_string(held), ceph_cap_string(held & retain), in __prep_cap() 1962 * versus held caps. Release, flush, ack revoked caps to mds as 3172 /* put the ref held by ceph_take_cap_refs() */ in __ceph_put_cap_refs() 3209 /* put the ref held by ceph_queue_cap_snap() */ in __ceph_put_cap_refs()
|
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | core.c | 222 struct regulator_dev *held, *contended; in regulator_lock_two() local 236 held = rdev1; in regulator_lock_two() 239 regulator_unlock(held); in regulator_lock_two() 244 swap(held, contended); in regulator_lock_two() 1006 * consumer load. All locks held by caller 2124 * Recheck rdev->supply with rdev->mutex lock held to avoid a race in regulator_resolve_supply() 2314 * unable to obtain this regulator while this reference is held and the 2385 /* regulator_list_mutex lock held by regulator_put() */ 2870 /* locks held by regulator_enable() */ 2989 /* locks held b [all...] |