Lines Matching refs:XBUFSIZE
75 #define XBUFSIZE 8 macro
165 static int __testmgr_alloc_buf(char *buf[XBUFSIZE], int order) in __testmgr_alloc_buf() argument
169 for (i = 0; i < XBUFSIZE; i++) { in __testmgr_alloc_buf()
184 static int testmgr_alloc_buf(char *buf[XBUFSIZE]) in testmgr_alloc_buf() argument
189 static void __testmgr_free_buf(char *buf[XBUFSIZE], int order) in __testmgr_free_buf() argument
193 for (i = 0; i < XBUFSIZE; i++) in __testmgr_free_buf()
197 static void testmgr_free_buf(char *buf[XBUFSIZE]) in testmgr_free_buf() argument
301 struct test_sg_division src_divs[XBUFSIZE];
302 struct test_sg_division dst_divs[XBUFSIZE];
538 char *bufs[XBUFSIZE];
539 struct scatterlist sgl[XBUFSIZE];
540 struct scatterlist sgl_saved[XBUFSIZE];
578 const struct test_sg_division *out_divs[XBUFSIZE]) in build_test_sglist() argument
583 } partitions[XBUFSIZE]; in build_test_sglist()
1176 const struct test_sg_division *divs[XBUFSIZE]) in build_hash_sglist() argument
1231 const struct test_sg_division *divs[XBUFSIZE]; in test_shash_vec_cfg()
1416 const struct test_sg_division *divs[XBUFSIZE]; in test_ahash_vec_cfg()
2660 char *xbuf[XBUFSIZE]; in test_cipher()
3998 char *xbuf[XBUFSIZE]; in test_akcipher_one()