Searched refs:nRegion (Results 1 – 1 of 1) sorted by relevance
44729 u16 nRegion; /* Size of array apRegion */ member44991 for(i=0; i<p->nRegion; i+=nShmPerMap){ in unixShmPurge()45301 assert( szRegion==pShmNode->szRegion || pShmNode->nRegion==0 ); in unixShmMap()45309 if( pShmNode->nRegion<nReqRegion ){ in unixShmMap()45368 while( pShmNode->nRegion<nReqRegion ){ in unixShmMap()45375 MAP_SHARED, pShmNode->hShm, szRegion*(i64)pShmNode->nRegion in unixShmMap()45391 pShmNode->apRegion[pShmNode->nRegion+i] = &((char*)pMem)[szRegion*i]; in unixShmMap()45393 pShmNode->nRegion += nShmPerMap; in unixShmMap()45398 if( pShmNode->nRegion>iRegion ){ in unixShmMap()52743 int nRegion; /* Size of array apRegion */ member[all …]