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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dkpi_protocol.c84 extern struct dlil_threading_info *dlil_lo_thread_ptr;
131 struct dlil_threading_info *thread = dlil_lo_thread_ptr;
218 struct dlil_threading_info *thread = dlil_lo_thread_ptr;
324 struct dlil_threading_info *thread = dlil_lo_thread_ptr;
H A Dkpi_interface.c56 extern struct dlil_threading_info *dlil_lo_thread_ptr;
555 thread = dlil_lo_thread_ptr;
590 thread = dlil_lo_thread_ptr;
616 thread = dlil_lo_thread_ptr;
641 thread = dlil_lo_thread_ptr;
677 thread = dlil_lo_thread_ptr;
709 thread = dlil_lo_thread_ptr;
730 thread = dlil_lo_thread_ptr;
H A Ddlil.c176 __private_extern__ struct dlil_threading_info *dlil_lo_thread_ptr = &dlil_lo_thread; variable in typeref:struct:dlil_threading_info
511 if (net_affinity && inputthread != dlil_lo_thread_ptr) {
596 dlil_create_input_thread(0, dlil_lo_thread_ptr);
748 if (inputthread == dlil_lo_thread_ptr) {
758 if (inputthread == dlil_lo_thread_ptr) {
773 if (inputthread == dlil_lo_thread_ptr) {
795 if (inputthread == dlil_lo_thread_ptr)
863 inp = dlil_lo_thread_ptr;
894 if (inp == dlil_lo_thread_ptr && ifp->if_type == IFT_LOOP) {
2660 if (inputthread == dlil_lo_thread_ptr)
[all...]
H A Dif.c116 extern struct dlil_threading_info *dlil_lo_thread_ptr;
2253 thread = dlil_lo_thread_ptr;
2311 thread = dlil_lo_thread_ptr;

Completed in 32 milliseconds