Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/amdkfd/
A Dkfd_device.c46 static int kfd_locked; variable
1004 --kfd_locked; in kgd2kfd_post_reset()
1024 if (kfd_locked > 0) in kfd_is_locked()
1085 if (++kfd_locked == 1) in kgd2kfd_suspend_process()
1098 if (--kfd_locked == 0) in kgd2kfd_resume_process()
1100 WARN_ONCE(kfd_locked < 0, "KFD suspend / resume ref. error"); in kgd2kfd_resume_process()

Completed in 5 milliseconds