Searched refs:kfifo_empty (Results 1 – 6 of 6) sorted by relevance
27 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()
55 #define kfifo_empty(fifo) (((fifo)->size == 0) ? 1 : 0) macro
44 while (!kfifo_empty(&fifo)) in vfs_dentry_put()
105 if (kfifo_empty(&kb_buf)) in ps2_keyboard_read()
214 ### kfifo_empty subsection216 `kfifo_empty(fifo)`
213 while (!kfifo_empty(&fifo)) in bt_destroy_tree()