Home
last modified time | relevance | path

Searched refs:ida_count (Results 1 – 4 of 4) sorted by relevance

/DragonOS-0.1.8/kernel/src/ktest/
Dtest-idr.c494 assert(ida_count(&k_ida, i) == 1); in ktest_idr_case6()
502 assert(ida_count(&k_ida, i) == 0); in ktest_idr_case6()
544 assert(ida_count(&k_ida, i) == 0); in ktest_idr_case6()
552 assert(ida_count(&k_ida, i) == 0); in ktest_idr_case6()
/DragonOS-0.1.8/kernel/src/common/
Didr.h169 bool ida_count(struct ida *ida_p, int id);
/DragonOS-0.1.8/docs/kernel/core_api/
Ddata_structures.md322 ### ida_count subsection
323 `bool ida_count(struct ida *ida_p, int id)`
/DragonOS-0.1.8/kernel/src/libs/
Didr.c966 bool ida_count(struct ida *ida_p, int id) in ida_count() function