Home
last modified time | relevance | path

Searched refs:full (Results 1 – 5 of 5) sorted by relevance

/DragonOS-0.1.8/kernel/src/libs/
Didr.c138 idp->top->full = 0; // clear in __idr_grow()
144 if (new_node != NULL && new_node->full == IDR_FULL) in __idr_grow()
146 idp->top->full = 1; // 别忘了初始化 full in __idr_grow()
162 while (NULL == idp->top || idp->top->full == IDR_FULL) in __idr_get_empty_slot()
175 int pos = __lowbit_id(~cur_layer->full); in __idr_get_empty_slot()
193 cur_layer->full = 0; in __idr_get_empty_slot()
225 stk[0]->full |= (1ull << layer_id); in __idr_mark_full()
235 if (stk[i - 1]->full == IDR_FULL) in __idr_mark_full()
236 stk[i]->full |= (1ull << layer_id); in __idr_mark_full()
310 if (mark != 2 && ((stk[0]->full >> layer_id) & 1)) in __idr_erase_full()
[all …]
/DragonOS-0.1.8/kernel/src/io/
Ddevice.rs123 let full = multi && range.is_multi() || !multi && range.is_full(); in read_at() localVariable
125 if full { in read_at()
159 let full = multi && range.is_multi() || !multi && range.is_full(); in write_at() localVariable
161 if full { in write_at()
/DragonOS-0.1.8/docs/
Dmake.bat20 echo.to the full path of the 'sphinx-build' executable. Alternatively you
/DragonOS-0.1.8/kernel/src/common/
Didr.h61 unsigned long full; // 64个儿子子树, 每一位代表一个子树是否满了 member
/DragonOS-0.1.8/
DLICENSE178 parties remain in full compliance.
291 the "copyright" line and a pointer to where the full notice is found.