Lines Matching refs:XBUFSIZE
74 #define XBUFSIZE 8 macro
150 static int __testmgr_alloc_buf(char *buf[XBUFSIZE], int order) in __testmgr_alloc_buf() argument
154 for (i = 0; i < XBUFSIZE; i++) { in __testmgr_alloc_buf()
169 static int testmgr_alloc_buf(char *buf[XBUFSIZE]) in testmgr_alloc_buf() argument
174 static void __testmgr_free_buf(char *buf[XBUFSIZE], int order) in __testmgr_free_buf() argument
178 for (i = 0; i < XBUFSIZE; i++) in __testmgr_free_buf()
182 static void testmgr_free_buf(char *buf[XBUFSIZE]) in testmgr_free_buf() argument
269 struct test_sg_division src_divs[XBUFSIZE];
270 struct test_sg_division dst_divs[XBUFSIZE];
492 char *bufs[XBUFSIZE];
493 struct scatterlist sgl[XBUFSIZE];
494 struct scatterlist sgl_saved[XBUFSIZE];
532 const struct test_sg_division *out_divs[XBUFSIZE]) in build_test_sglist() argument
537 } partitions[XBUFSIZE]; in build_test_sglist()
1039 const struct test_sg_division *divs[XBUFSIZE]) in build_hash_sglist() argument
1099 const struct test_sg_division *divs[XBUFSIZE]; in test_shash_vec_cfg()
1283 const struct test_sg_division *divs[XBUFSIZE]; in test_ahash_vec_cfg()
2357 char *xbuf[XBUFSIZE]; in test_cipher()
3648 char *xbuf[XBUFSIZE]; in test_akcipher_one()