search for: cpu_next_onln

Displaying 1 result from an estimated 1 matches for "cpu_next_onln".

2007 Mar 13
0
fasttrap_disable_callbacks()
On 12/24/06, James McIlree <jmcilree at apple.com> wrote: > > I''ve been reading still more code :-). > > 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; > >...