Searched refs:IDR_FULL (Results 1 – 3 of 3) sorted by relevance
144 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()
32 #define IDR_FULL 0xfffffffffffffffful macro
26 assert((int)(bitmap == IDR_FULL)); in ktest_idr_case0()