compute_profile   559 drivers/gpu/drm/amd/amdkfd/kfd_device.c 	atomic_set(&kfd->compute_profile, 0);
compute_profile  1154 drivers/gpu/drm/amd/amdkfd/kfd_device.c 	if (atomic_inc_return(&kfd->compute_profile) == 1)
compute_profile  1160 drivers/gpu/drm/amd/amdkfd/kfd_device.c 	int count = atomic_dec_return(&kfd->compute_profile);
compute_profile   304 drivers/gpu/drm/amd/amdkfd/kfd_priv.h 	atomic_t compute_profile;