Home
last modified time | relevance | path

Searched refs:compute_profile (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device.c578 atomic_set(&kfd->compute_profile, 0); in kgd2kfd_probe()
1249 if (atomic_inc_return(&kfd->compute_profile) == 1) in kfd_inc_compute_active()
1255 int count = atomic_dec_return(&kfd->compute_profile); in kfd_dec_compute_active()
H A Dkfd_priv.h307 atomic_t compute_profile; member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device.c440 atomic_set(&kfd->compute_profile, 0); in kgd2kfd_probe()
1324 if (atomic_inc_return(&node->kfd->compute_profile) == 1) in kfd_inc_compute_active()
1330 int count = atomic_dec_return(&node->kfd->compute_profile); in kfd_dec_compute_active()
H A Dkfd_priv.h354 atomic_t compute_profile; member

Completed in 8 milliseconds