Searched refs:XBUFSIZE (Results 1 – 1 of 1) sorted by relevance
76 #define XBUFSIZE 8 macro166 static int __testmgr_alloc_buf(char *buf[XBUFSIZE], int order) in __testmgr_alloc_buf() argument170 for (i = 0; i < XBUFSIZE; i++) { in __testmgr_alloc_buf()185 static int testmgr_alloc_buf(char *buf[XBUFSIZE]) in testmgr_alloc_buf() argument190 static void __testmgr_free_buf(char *buf[XBUFSIZE], int order) in __testmgr_free_buf() argument194 for (i = 0; i < XBUFSIZE; i++) in __testmgr_free_buf()198 static void testmgr_free_buf(char *buf[XBUFSIZE]) in testmgr_free_buf() argument306 struct test_sg_division src_divs[XBUFSIZE];307 struct test_sg_division dst_divs[XBUFSIZE];550 char *bufs[XBUFSIZE];[all …]