Displaying 1 result from an estimated 1 matches for "dtrace_return_probe_ptr".
2007 Mar 13
0
fasttrap_disable_callbacks()
...for (cur = cpu->cpu_next_onln; cur != cpu;
> cur = cur->cpu_next_onln) {
> rw_enter(&cur->cpu_ft_lock, RW_WRITER);
> }
>
> dtrace_pid_probe_ptr = NULL;
> dtrace_return_probe_ptr = NULL;
>
> for (cur = cpu->cpu_next_onln; cur != cpu;
> cur = cur->cpu_next_onln) {
> rw_exit(&cur->cpu_ft_lock);
> }
>
> I think this is trying to make the caller wait for...