Home
last modified time | relevance | path

Searched refs:kfd_locked (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device.c46 static int kfd_locked; variable
1005 --kfd_locked; in kgd2kfd_post_reset()
1025 if (kfd_locked > 0) in kfd_is_locked()
1086 if (++kfd_locked == 1) in kgd2kfd_suspend_process()
1099 if (--kfd_locked == 0) in kgd2kfd_resume_process()
1101 WARN_ONCE(kfd_locked < 0, "KFD suspend / resume ref. error"); in kgd2kfd_resume_process()