search for: fasttrap_disable_callbacks

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

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); > } > >...