Searched refs:nRegion (Results 1 – 1 of 1) sorted by relevance
43184 u16 nRegion; /* Size of array apRegion */ member43387 for(i=0; i<p->nRegion; i+=nShmPerMap){ in unixShmPurge()43697 assert( szRegion==pShmNode->szRegion || pShmNode->nRegion==0 ); in unixShmMap()43705 if( pShmNode->nRegion<nReqRegion ){ in unixShmMap()43764 while( pShmNode->nRegion<nReqRegion ){ in unixShmMap()43771 MAP_SHARED, pShmNode->hShm, szRegion*(i64)pShmNode->nRegion in unixShmMap()43787 pShmNode->apRegion[pShmNode->nRegion+i] = &((char*)pMem)[szRegion*i]; in unixShmMap()43789 pShmNode->nRegion += nShmPerMap; in unixShmMap()43794 if( pShmNode->nRegion>iRegion ){ in unixShmMap()51186 int nRegion; /* Size of array apRegion */ member[all …]