Searched refs:debugger_process (Results 1 – 3 of 3) sorted by relevance
701 if (target->debugger_process) { in kfd_dbg_trap_disable()702 atomic_dec(&target->debugger_process->debugged_process_count); in kfd_dbg_trap_disable()703 target->debugger_process = NULL; in kfd_dbg_trap_disable()830 if (target->debugger_process) in kfd_dbg_trap_enable()831 atomic_inc(&target->debugger_process->debugged_process_count); in kfd_dbg_trap_enable()
983 struct kfd_process *debugger_process; member
3087 target->debugger_process = p; in kfd_ioctl_set_debug_trap()