Searched refs:cur_routine (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/commpage/
H A Dcommpage.c82 static int cur_routine; // comm page address of "current" routine variable
317 if (rd->commpage_address != cur_routine) {
318 if ((cur_routine!=0) && (matched==0))
320 cur_routine = rd->commpage_address;
360 cur_routine = 0;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/commpage/
H A Dcommpage.c68 static int cur_routine; // comm page address of "current" routine variable
545 if (rd->commpage_address != cur_routine) {
546 if ((cur_routine!=0) && (matched==0))
548 cur_routine = rd->commpage_address;
601 cur_routine = 0; // initialize comm page address of "current" routine

Completed in 76 milliseconds