Searched refs:processed_elements (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/lib/tests/ |
| H A D | kfifo_kunit.c | 62 int processed_elements; in kfifo_test_put_should_insert_and_get_should_pop() local 68 processed_elements = kfifo_get(&my_fifo, &out_data); in kfifo_test_put_should_insert_and_get_should_pop() 69 KUNIT_EXPECT_EQ(test, processed_elements, 0); in kfifo_test_put_should_insert_and_get_should_pop() 76 processed_elements = kfifo_get(&my_fifo, &out_data); in kfifo_test_put_should_insert_and_get_should_pop() 77 KUNIT_EXPECT_EQ(test, processed_elements, 1); in kfifo_test_put_should_insert_and_get_should_pop() 86 int processed_elements; in kfifo_test_in_should_insert_multiple_elements() local 94 KUNIT_EXPECT_EQ(test, processed_elements, 1); in kfifo_test_in_should_insert_multiple_elements() 171 int processed_elements; in kfifo_test_peek_should_not_remove_elements() local 177 KUNIT_EXPECT_EQ(test, processed_elements, 0); in kfifo_test_peek_should_not_remove_elements() 186 KUNIT_EXPECT_EQ(test, processed_elements, 1); in kfifo_test_peek_should_not_remove_elements() [all …]
|