Searched refs:held (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/crypto/ccp/
H A Dccp-crypto-main.c77 /* Used for held command processing to determine state */
92 struct ccp_crypto_cmd *held = NULL, *tmp; local
106 held = tmp;
134 return held;
140 struct ccp_crypto_cmd *held, *next, *backlog; local
159 held = ccp_crypto_cmd_complete(crypto_cmd, &backlog);
176 while (held) {
180 held->cmd->flags |= CCP_CMD_MAY_BACKLOG;
181 ret = ccp_enqueue_cmd(held->cmd);
186 ctx = crypto_tfm_ctx_dma(held
[all...]
/linux-master/drivers/gpu/drm/i915/
H A Di915_vma_resource.c165 bool held = refcount_inc_not_zero(&vma_res->hold_count); local
167 if (held)
170 return held;
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.
/linux-master/arch/arm/common/
H A Dvlock.S57 ldrb r2, [r0, #VLOCK_OWNER_OFFSET] @ check whether lock is held
/linux-master/drivers/hid/
H A Dwacom.h121 bool held; member in struct:wacom_led
H A Dwacom_wac.c4090 led->held = true;
4093 led->held = false;
4140 led->held = false;
4144 if (led->held && pressed)
4156 next_led->held = true;
/linux-master/drivers/md/
H A Dmd-cluster.c49 * MD. Token needs to be locked and held until the operation
702 * could not continue if raid1d held reconfig_mutex (and raid1d is blocked
1367 * mddev_lock is held if resync_info_update is called from
1494 int slot, my_slot, ret, held = 1, i = 0; local
1520 held = -1;
1524 return held;
/linux-master/drivers/regulator/
H A Dcore.c224 struct regulator_dev *held, *contended; local
238 held = rdev1;
241 regulator_unlock(held);
246 swap(held, contended);
1008 * consumer load. All locks held by caller
2126 * Recheck rdev->supply with rdev->mutex lock held to avoid a race
2327 * unable to obtain this regulator while this reference is held and the
2398 /* regulator_list_mutex lock held by regulator_put() */
2883 /* locks held by regulator_enable() */
3002 /* locks held b
[all...]
/linux-master/fs/ceph/
H A Dcaps.c438 * Called with i_ceph_lock held.
1410 int held, revoking; local
1414 held = cap->issued | cap->implemented;
1420 ceph_cap_string(held), ceph_cap_string(held & retain),
2013 * versus held caps. Release, flush, ack revoked caps to mds as
3254 /* put the ref held by ceph_take_cap_refs() */
3291 /* put the ref held by ceph_queue_cap_snap() */

Completed in 168 milliseconds