refctr             64 drivers/crypto/qat/qat_common/qat_crypto.c 	atomic_dec(&inst->refctr);
refctr             74 drivers/crypto/qat/qat_common/qat_crypto.c 		for (i = 0; i < atomic_read(&inst->refctr); i++)
refctr            135 drivers/crypto/qat/qat_common/qat_crypto.c 		ctr = atomic_read(&tmp_inst->refctr);
refctr            146 drivers/crypto/qat/qat_common/qat_crypto.c 		atomic_inc(&inst->refctr);
refctr            268 drivers/crypto/qat/qat_common/qat_crypto.c 		atomic_set(&inst->refctr, 0);
refctr             64 drivers/crypto/qat/qat_common/qat_crypto.h 	atomic_t refctr;