Searched refs:fstate (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsubr_prf.c169 boolean_t fstate; local
173 fstate = thread_funnel_set(kernel_flock, TRUE);
182 (void) thread_funnel_set(kernel_flock, fstate);
221 boolean_t fstate; local
225 fstate = thread_funnel_set(kernel_flock, TRUE);
238 (void) thread_funnel_set(kernel_flock, fstate);
252 boolean_t fstate; local
255 fstate = thread_funnel_set(kernel_flock, TRUE);
263 (void) thread_funnel_set(kernel_flock, fstate);
322 boolean_t fstate; local
[all...]
H A Dkern_acct.c230 boolean_t fstate; local
281 fstate = thread_funnel_set(kernel_flock, TRUE);
283 (void) thread_funnel_set(kernel_flock, fstate);
H A Dkern_exit.c345 boolean_t fstate; local
446 fstate = thread_funnel_set(kernel_flock, TRUE);
505 (void) thread_funnel_set(kernel_flock, fstate);
1608 boolean_t fstate; local
1627 fstate = thread_funnel_set(kernel_flock, TRUE);
1684 (void) thread_funnel_set(kernel_flock, fstate);
H A Dkern_proc.c1097 boolean_t fstate; local
1127 fstate = thread_funnel_set(kernel_flock, TRUE);
1134 (void) thread_funnel_set(kernel_flock, fstate);
1148 fstate = thread_funnel_set(kernel_flock, TRUE);
1151 (void) thread_funnel_set(kernel_flock, fstate);

Completed in 63 milliseconds