gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:isQueEmpty from t2ex/t2ex_source/t2ex/fs/fimp/src/fimp_fat.c (0.00 seconds)
t2ex
t2ex_source/t2ex/fs/fimp/src/fimp_fat.c - 201.0KB - 6,353 lines
507:         err = E_OK;
508:         if (isQueEmpty(hsq) == FALSE) {
509:                 for (q = hsq->next; q != hsq; q = q->next) {
541: /* Not found, get new page */ 542: if (isQueEmpty(&dcinf->dci_freeque) == FALSE) { 543: /* Get a page from freeque */
546: 547: } else if (isQueEmpty(&dcinf->dci_useque) == FALSE) { 548: /* No free page, use oldest used page at the top of useque.
1085: for (i = 0; i < FS_NIQUE; i++) { 1086: if (isQueEmpty(&fs->fs_ique[i]) != FALSE) continue; 1087: for (q = fs->fs_ique[i].next;