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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dpmap.c669 unsigned int currSID; local
704 currSID = ckpmap->spaceNum; /* Get the actual space ID number */
708 currSID = (currSID + 1) & (maxAdrSp - 1); /* Get the next in the sequence */
709 if(((currSID * incrVSID) & (maxAdrSp - 1)) == invalSpace) continue; /* Skip the space we have reserved */
712 if(ckpmap->spaceNum != currSID) break; /* If we are out of sequence, this is free */
719 pmap->space = (currSID * incrVSID) & (maxAdrSp - 1); /* Calculate the actual VSID */
720 pmap->spaceNum = currSID; /* Set the space ID number */

Completed in 11 milliseconds