sb_mutex           25 drivers/crypto/ccp/ccp-dev-v3.c 		mutex_lock(&ccp->sb_mutex);
sb_mutex           34 drivers/crypto/ccp/ccp-dev-v3.c 			mutex_unlock(&ccp->sb_mutex);
sb_mutex           40 drivers/crypto/ccp/ccp-dev-v3.c 		mutex_unlock(&ccp->sb_mutex);
sb_mutex           58 drivers/crypto/ccp/ccp-dev-v3.c 	mutex_lock(&ccp->sb_mutex);
sb_mutex           64 drivers/crypto/ccp/ccp-dev-v3.c 	mutex_unlock(&ccp->sb_mutex);
sb_mutex           44 drivers/crypto/ccp/ccp-dev-v5.c 		mutex_lock(&ccp->sb_mutex);
sb_mutex           53 drivers/crypto/ccp/ccp-dev-v5.c 			mutex_unlock(&ccp->sb_mutex);
sb_mutex           59 drivers/crypto/ccp/ccp-dev-v5.c 		mutex_unlock(&ccp->sb_mutex);
sb_mutex           83 drivers/crypto/ccp/ccp-dev-v5.c 		mutex_lock(&ccp->sb_mutex);
sb_mutex           86 drivers/crypto/ccp/ccp-dev-v5.c 		mutex_unlock(&ccp->sb_mutex);
sb_mutex          492 drivers/crypto/ccp/ccp-dev.c 	mutex_init(&ccp->sb_mutex);
sb_mutex          417 drivers/crypto/ccp/ccp-dev.h 	struct mutex sb_mutex ____cacheline_aligned;