held               99 drivers/crypto/ccp/ccp-crypto-main.c 	struct ccp_crypto_cmd *held = NULL, *tmp;
held              113 drivers/crypto/ccp/ccp-crypto-main.c 		held = tmp;
held              141 drivers/crypto/ccp/ccp-crypto-main.c 	return held;
held              147 drivers/crypto/ccp/ccp-crypto-main.c 	struct ccp_crypto_cmd *held, *next, *backlog;
held              166 drivers/crypto/ccp/ccp-crypto-main.c 	held = ccp_crypto_cmd_complete(crypto_cmd, &backlog);
held              183 drivers/crypto/ccp/ccp-crypto-main.c 	while (held) {
held              187 drivers/crypto/ccp/ccp-crypto-main.c 		held->cmd->flags |= CCP_CMD_MAY_BACKLOG;
held              188 drivers/crypto/ccp/ccp-crypto-main.c 		ret = ccp_enqueue_cmd(held->cmd);
held              193 drivers/crypto/ccp/ccp-crypto-main.c 		ctx = crypto_tfm_ctx(held->req->tfm);
held              195 drivers/crypto/ccp/ccp-crypto-main.c 			ret = ctx->complete(held->req, ret);
held              196 drivers/crypto/ccp/ccp-crypto-main.c 		held->req->complete(held->req, ret);
held              198 drivers/crypto/ccp/ccp-crypto-main.c 		next = ccp_crypto_cmd_complete(held, &backlog);
held              204 drivers/crypto/ccp/ccp-crypto-main.c 		kfree(held);
held              205 drivers/crypto/ccp/ccp-crypto-main.c 		held = next;
held              123 drivers/hid/wacom.h 	bool held;
held             3918 drivers/hid/wacom_wac.c 			led->held = true;
held             3921 drivers/hid/wacom_wac.c 			led->held = false;
held             3968 drivers/hid/wacom_wac.c 		led->held = false;
held             3972 drivers/hid/wacom_wac.c 	if (led->held && pressed)
held             3984 drivers/hid/wacom_wac.c 	next_led->held = true;
held             1475 drivers/md/md-cluster.c 	int slot, my_slot, ret, held = 1, i = 0;
held             1501 drivers/md/md-cluster.c 			held = -1;
held             1505 drivers/md/md-cluster.c 	return held;
held             1278 fs/ceph/caps.c 	int held, revoking;
held             1283 fs/ceph/caps.c 	held = cap->issued | cap->implemented;
held             1289 fs/ceph/caps.c 	     ceph_cap_string(held), ceph_cap_string(held & retain),