Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/common/
Didr.h35 #define IDR_SIZE (1 << IDR_BITS) macro
59 struct idr_layer *ary[IDR_SIZE]; // IDR_SIZE叉树
/DragonOS-0.1.2/kernel/src/ktest/
Dtest-idr.c480 const int N = IDA_FULL * IDR_SIZE + 1; in ktest_idr_case6()
/DragonOS-0.1.2/kernel/src/libs/
Didr.c455 for (int i = 0; i < IDR_SIZE; i++) // 释放数据指针的空间 in __idr_remove_all_with_free()