Searched refs:debugger_process (Results 1 – 3 of 3) sorted by relevance
664 if (target->debugger_process) { in kfd_dbg_trap_disable()665 atomic_dec(&target->debugger_process->debugged_process_count); in kfd_dbg_trap_disable()666 target->debugger_process = NULL; in kfd_dbg_trap_disable()793 if (target->debugger_process) in kfd_dbg_trap_enable()794 atomic_inc(&target->debugger_process->debugged_process_count); in kfd_dbg_trap_enable()
968 struct kfd_process *debugger_process; member
2998 target->debugger_process = p; in kfd_ioctl_set_debug_trap()