Lines Matching refs:speed

333 	pr_info("\ntesting speed of multibuffer %s (%s) %s\n", algo,
576 printk(KERN_INFO "\ntesting speed of %s (%s) %s\n", algo,
813 struct hash_speed *speed, u32 num_mb)
854 pr_info("\ntesting speed of multibuffer %s (%s)\n", algo,
857 for (i = 0; speed[i].blen != 0; i++) {
859 if (speed[i].blen != speed[i].plen)
862 if (speed[i].blen > XBUFSIZE * PAGE_SIZE) {
864 speed[i].blen, XBUFSIZE * PAGE_SIZE);
873 data[k].result, speed[i].blen);
877 i, speed[i].blen, speed[i].plen,
878 speed[i].blen / speed[i].plen);
881 ret = test_mb_ahash_jiffies(data, speed[i].blen, secs,
885 ret = test_mb_ahash_cycles(data, speed[i].blen, num_mb);
1056 struct hash_speed *speed, unsigned mask)
1072 printk(KERN_INFO "\ntesting speed of async %s (%s)\n", algo,
1096 for (i = 0; speed[i].blen != 0; i++) {
1097 if (speed[i].blen > TVMEMSIZE * PAGE_SIZE) {
1099 speed[i].blen, TVMEMSIZE * PAGE_SIZE);
1108 i, speed[i].blen, speed[i].plen, speed[i].blen / speed[i].plen);
1110 ahash_request_set_crypt(req, sg, output, speed[i].plen);
1113 ret = test_ahash_jiffies(req, speed[i].blen,
1114 speed[i].plen, output, secs);
1117 ret = test_ahash_cycles(req, speed[i].blen,
1118 speed[i].plen, output);
1137 struct hash_speed *speed)
1139 return test_ahash_speed_common(algo, secs, speed, 0);
1143 struct hash_speed *speed)
1145 return test_ahash_speed_common(algo, secs, speed, CRYPTO_ALG_ASYNC);
1303 pr_info("\ntesting speed of multibuffer %s (%s) %s\n", algo,
1509 pr_info("\ntesting speed of %s %s (%s) %s\n", async ? "async" : "sync",
3068 MODULE_PARM_DESC(sec, "Length in seconds of speed tests "
3071 MODULE_PARM_DESC(num_mb, "Number of concurrent requests to be used in mb speed tests (defaults to 8)");