Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/ktest/
Dtest-kfifo.c27 assert(kfifo_empty(&fifo) == 1); in ktest_kfifo_case0_1()
55 assert(kfifo_empty(&fifo) == 1); in ktest_kfifo_case0_1()
87 assert(kfifo_empty(&fifo) == 0); in ktest_kfifo_case0_1()
/DragonOS-0.1.7/kernel/src/common/
Dkfifo.h55 #define kfifo_empty(fifo) (((fifo)->size == 0) ? 1 : 0) macro
/DragonOS-0.1.7/kernel/src/driver/keyboard/
Dps2_keyboard.c104 if (kfifo_empty(&kb_buf)) in ps2_keyboard_read()
/DragonOS-0.1.7/docs/kernel/core_api/
Ddata_structures.md214 ### kfifo_empty subsection
216 `kfifo_empty(fifo)`
/DragonOS-0.1.7/kernel/src/libs/
Dbitree.c213 while (!kfifo_empty(&fifo)) in bt_destroy_tree()