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
305 struct test_sg_division src_divs[XBUFSIZE];
306 struct test_sg_division dst_divs[XBUFSIZE];
550 char *bufs[XBUFSIZE];
551 struct scatterlist sgl[XBUFSIZE];
552 struct scatterlist sgl_saved[XBUFSIZE];
590 const struct test_sg_division *out_divs[XBUFSIZE]) in build_test_sglist() argument
595 } partitions[XBUFSIZE]; in build_test_sglist()
1252 const struct test_sg_division *divs[XBUFSIZE]) in build_hash_sglist() argument
1306 const struct test_sg_division *divs[XBUFSIZE]; in test_shash_vec_cfg()
1490 const struct test_sg_division *divs[XBUFSIZE]; in test_ahash_vec_cfg()
2758 char *xbuf[XBUFSIZE]; in test_cipher()
4119 char *xbuf[XBUFSIZE]; in test_akcipher_one()