Lines Matching refs:status
1426 uint32_t status;
1468 mp->status = MP_ALLOC;
1471 mp->status = 0;
1478 if ((mp->poolBase == NULL) && (mp->status & MP_ALLOC)) {
1482 mp->status |= MD_ALLOC;
1486 if (mp->status & MP_ALLOC) {
1505 mp->status |= MEM_POOL_VALID;
1523 if ((mp->status & MEM_POOL_VALID) == MEM_POOL_VALID) {
1548 if ((mp->status & MEM_POOL_VALID) != MEM_POOL_VALID) {
1583 if ((mp->status & MEM_POOL_VALID) != MEM_POOL_VALID) {
1588 if (mp->status & MD_ALLOC) {
1594 mp->status &= ~MEM_POOL_VALID;
1596 if (mp->status & MP_ALLOC) {
1615 if ((mp->status & MEM_POOL_VALID) != MEM_POOL_VALID) {
1636 if ((mp->status & MEM_POOL_VALID) != MEM_POOL_VALID) {
1657 if ((mp->status & MEM_POOL_VALID) != MEM_POOL_VALID) {
1678 if ((mp->status & MEM_POOL_VALID) != MEM_POOL_VALID) {
1704 if ((mp->status & MEM_POOL_VALID) == MEM_POOL_VALID) {