Displaying 1 result from an estimated 1 matches for "rw_writer".
Did you mean:
rl_writer
2007 Mar 13
0
fasttrap_disable_callbacks()
...:-).
>
> I notice in fasttrap_disable_callbacks(), there is this snippet of
> code:
>
> 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) {
>...