Home
last modified time | relevance | path

Searched refs:IDR_FULL (Results 1 – 3 of 3) sorted by relevance

/DragonOS-0.1.3/kernel/src/libs/
Didr.c144 if (new_node != NULL && new_node->full == IDR_FULL) in __idr_grow()
162 while (NULL == idp->top || idp->top->full == IDR_FULL) in __idr_get_empty_slot()
235 if (stk[i - 1]->full == IDR_FULL) in __idr_mark_full()
330 else if (stk[layer - 1]->full != IDR_FULL) in __idr_erase_full()
892 if (bmp->bitmap[ary_id] != IDR_FULL) in __get_id_from_bitmap()
/DragonOS-0.1.3/kernel/src/common/
Didr.h32 #define IDR_FULL 0xfffffffffffffffful macro
/DragonOS-0.1.3/kernel/src/ktest/
Dtest-idr.c26 assert((int)(bitmap == IDR_FULL)); in ktest_idr_case0()