Searched refs:resumeproc (Results 1 – 1 of 1) sorted by relevance
3445 proc_t resumeproc = proc_find((int)ut->t_dtrace_resumepid); in bsd_ast() local3447 if (resumeproc != PROC_NULL) { in bsd_ast()3448 proc_lock(resumeproc); in bsd_ast()3450 if (resumeproc->p_dtrace_stop) { in bsd_ast()3451 resumeproc->p_dtrace_stop = 0; in bsd_ast()3452 proc_unlock(resumeproc); in bsd_ast()3453 task_resume_internal(resumeproc->task); in bsd_ast()3455 proc_unlock(resumeproc); in bsd_ast()3457 proc_rele(resumeproc); in bsd_ast()