Home
last modified time | relevance | path

Searched refs:BUFFER_NUM (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/android/
H A Dbinder_alloc_selftest.c15 #define BUFFER_NUM 5 macro
83 for (i = 0; i < BUFFER_NUM; i++) in pr_err_size_seq()
87 for (i = 0; i < BUFFER_NUM; i++) in pr_err_size_seq()
121 for (i = 0; i < BUFFER_NUM; i++) { in binder_selftest_alloc_buf()
138 for (i = 0; i < BUFFER_NUM; i++) in binder_selftest_free_buf()
179 struct binder_buffer *buffers[BUFFER_NUM]; in binder_selftest_alloc_free()
204 /* Generate BUFFER_NUM factorial free orders. */
211 if (index == BUFFER_NUM) { in binder_selftest_free_seq()
215 for (i = 0; i < BUFFER_NUM; i++) { in binder_selftest_free_seq()
227 int seq[BUFFER_NUM] in binder_selftest_alloc_size()
[all...]
/kernel/linux/linux-6.6/drivers/android/
H A Dbinder_alloc_selftest.c15 #define BUFFER_NUM 5 macro
83 for (i = 0; i < BUFFER_NUM; i++) in pr_err_size_seq()
87 for (i = 0; i < BUFFER_NUM; i++) in pr_err_size_seq()
121 for (i = 0; i < BUFFER_NUM; i++) { in binder_selftest_alloc_buf()
138 for (i = 0; i < BUFFER_NUM; i++) in binder_selftest_free_buf()
179 struct binder_buffer *buffers[BUFFER_NUM]; in binder_selftest_alloc_free()
204 /* Generate BUFFER_NUM factorial free orders. */
211 if (index == BUFFER_NUM) { in binder_selftest_free_seq()
215 for (i = 0; i < BUFFER_NUM; i++) { in binder_selftest_free_seq()
227 int seq[BUFFER_NUM] in binder_selftest_alloc_size()
[all...]
/kernel/linux/common_modules/tzdriver/tui/
H A Dtui.c197 #define BUFFER_NUM 2 macro
387 screen_r = g_dss_fd->comp.base.xres * g_dss_fd->comp.base.yres * COLOR_TYPE * BUFFER_NUM; in get_frame_addr()
418 screen_r = g_dss_fd->panel_info.xres * g_dss_fd->panel_info.yres * COLOR_TYPE * BUFFER_NUM; in get_frame_addr()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Doxu210hp-hcd.c376 #define BUFFER_NUM 8 macro
388 struct oxu_buf db_pool[BUFFER_NUM];
408 u8 db_used[BUFFER_NUM];
914 if (len > BUFFER_SIZE * BUFFER_NUM) { in oxu_buf_alloc()
929 for (i = 0; i < BUFFER_NUM; in oxu_buf_alloc()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Doxu210hp-hcd.c376 #define BUFFER_NUM 8 macro
388 struct oxu_buf db_pool[BUFFER_NUM];
408 u8 db_used[BUFFER_NUM];
914 if (len > BUFFER_SIZE * BUFFER_NUM) { in oxu_buf_alloc()
929 for (i = 0; i < BUFFER_NUM; in oxu_buf_alloc()

Completed in 14 milliseconds