Lines Matching refs:XBUFSIZE
76 #define XBUFSIZE 8 macro
172 static int __testmgr_alloc_buf(char *buf[XBUFSIZE], int order) in __testmgr_alloc_buf() argument
176 for (i = 0; i < XBUFSIZE; i++) { in __testmgr_alloc_buf()
191 static int testmgr_alloc_buf(char *buf[XBUFSIZE]) in testmgr_alloc_buf() argument
196 static void __testmgr_free_buf(char *buf[XBUFSIZE], int order) in __testmgr_free_buf() argument
200 for (i = 0; i < XBUFSIZE; i++) in __testmgr_free_buf()
204 static void testmgr_free_buf(char *buf[XBUFSIZE]) in testmgr_free_buf() argument
312 struct test_sg_division src_divs[XBUFSIZE];
313 struct test_sg_division dst_divs[XBUFSIZE];
557 char *bufs[XBUFSIZE];
558 struct scatterlist sgl[XBUFSIZE];
559 struct scatterlist sgl_saved[XBUFSIZE];
597 const struct test_sg_division *out_divs[XBUFSIZE]) in build_test_sglist() argument
602 } partitions[XBUFSIZE]; in build_test_sglist()
1259 const struct test_sg_division *divs[XBUFSIZE]) in build_hash_sglist() argument
1313 const struct test_sg_division *divs[XBUFSIZE]; in test_shash_vec_cfg()
1497 const struct test_sg_division *divs[XBUFSIZE]; in test_ahash_vec_cfg()
2765 char *xbuf[XBUFSIZE]; in test_cipher()
3960 char *xbuf[XBUFSIZE]; in test_akcipher_one()