Search | Google it | Results 1 - 1 of 1 for funcall:chkAreaFlag from mtkernel_3/kernel/tkernel/mempool.c (0.00 seconds) |
156: #if CHK_PAR 157: if ( !chkAreaFlag(aq, AREA_USE) ) { 158: return E_PAR; 162: 163: if ( !chkAreaFlag(aq->next, AREA_USE) ) { 164: /* Merge to the next area */ 167: } 168: if ( !chkAreaFlag(aq->prev, AREA_USE) ) { 169: /* Merge to the previous area */