Home
last modified time | relevance | path

Searched refs:BUFFER_NUM (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/android/tests/
H A Dbinder_alloc_kunit.c28 #define BUFFER_NUM 5 macro
31 #define FREESEQ_BUFLEN ((3 * BUFFER_NUM) + 1)
35 #define ALIGNMENTS_BUFLEN (((ALIGN_TYPE_STRLEN + 6) * BUFFER_NUM) + 1)
122 for (i = 0; i < BUFFER_NUM; i++) in stringify_free_seq()
133 for (i = 0; i < BUFFER_NUM; i++) in stringify_alignments()
172 for (i = 0; i < BUFFER_NUM; i++) { in binder_alloc_test_alloc_buf()
190 for (i = 0; i < BUFFER_NUM; i++) in binder_alloc_test_free_buf()
235 struct binder_buffer *buffers[BUFFER_NUM]; in binder_alloc_test_alloc_free()
245 failures, BUFFER_NUM); in binder_alloc_test_alloc_free()
262 failures, BUFFER_NUM); in binder_alloc_test_alloc_free()
[all …]
/linux/drivers/usb/host/
H A Doxu210hp-hcd.c352 #define BUFFER_NUM 8 macro
364 struct oxu_buf db_pool[BUFFER_NUM];
384 u8 db_used[BUFFER_NUM];
890 if (len > BUFFER_SIZE * BUFFER_NUM) { in oxu_buf_alloc()
905 for (i = 0; i < BUFFER_NUM; in oxu_buf_alloc()