Lines Matching refs:poolInfo
1423 LOS_MEMBOX_INFO poolInfo;
1493 mp->poolInfo.uwBlkCnt = 0;
1494 mp->poolInfo.uwBlkNum = block_count;
1495 mp->poolInfo.uwBlkSize = block_size;
1498 mp->poolInfo.stFreeList.pstNext = node;
1524 node = mp->poolInfo.stFreeList.pstNext;
1526 mp->poolInfo.stFreeList.pstNext = node->pstNext;
1527 mp->poolInfo.uwBlkCnt++;
1560 nodeTmp = mp->poolInfo.stFreeList.pstNext;
1561 mp->poolInfo.stFreeList.pstNext = node;
1563 mp->poolInfo.uwBlkCnt--;
1618 num = mp->poolInfo.uwBlkNum;
1639 size = mp->poolInfo.uwBlkSize;
1660 count = mp->poolInfo.uwBlkCnt;
1681 space = mp->poolInfo.uwBlkNum - mp->poolInfo.uwBlkCnt;