Lines Matching refs:XBUFSIZE
78 #define XBUFSIZE 8 macro
168 static int __testmgr_alloc_buf(char *buf[XBUFSIZE], int order) in __testmgr_alloc_buf() argument
172 for (i = 0; i < XBUFSIZE; i++) { in __testmgr_alloc_buf()
187 static int testmgr_alloc_buf(char *buf[XBUFSIZE]) in testmgr_alloc_buf() argument
192 static void __testmgr_free_buf(char *buf[XBUFSIZE], int order) in __testmgr_free_buf() argument
196 for (i = 0; i < XBUFSIZE; i++) in __testmgr_free_buf()
200 static void testmgr_free_buf(char *buf[XBUFSIZE]) in testmgr_free_buf() argument
290 struct test_sg_division src_divs[XBUFSIZE];
291 struct test_sg_division dst_divs[XBUFSIZE];
522 char *bufs[XBUFSIZE];
523 struct scatterlist sgl[XBUFSIZE];
524 struct scatterlist sgl_saved[XBUFSIZE];
562 const struct test_sg_division *out_divs[XBUFSIZE]) in build_test_sglist() argument
567 } partitions[XBUFSIZE]; in build_test_sglist()
1129 const struct test_sg_division *divs[XBUFSIZE]) in build_hash_sglist() argument
1189 const struct test_sg_division *divs[XBUFSIZE]; in test_shash_vec_cfg()
1374 const struct test_sg_division *divs[XBUFSIZE]; in test_ahash_vec_cfg()
2624 char *xbuf[XBUFSIZE]; in test_cipher()
3936 char *xbuf[XBUFSIZE]; in test_akcipher_one()