Lines Matching refs:printed
395 int i, printed = 0; in cpucap_info() local
402 printed ? "," : "", hwcaps[i]); in cpucap_info()
403 printed++; in cpucap_info()
414 printed ? "," : "", crypto_hwcaps[i]); in cpucap_info()
415 printed++; in cpucap_info()
422 static void __init report_one_hwcap(int *printed, const char *name) in report_one_hwcap() argument
424 if ((*printed) == 0) in report_one_hwcap()
427 (*printed) ? "," : "", name); in report_one_hwcap()
428 if (++(*printed) == 8) { in report_one_hwcap()
430 *printed = 0; in report_one_hwcap()
434 static void __init report_crypto_hwcaps(int *printed) in report_crypto_hwcaps() argument
444 report_one_hwcap(printed, crypto_hwcaps[i]); in report_crypto_hwcaps()
450 int i, printed = 0; in report_hwcaps() local
455 report_one_hwcap(&printed, hwcaps[i]); in report_hwcaps()
458 report_crypto_hwcaps(&printed); in report_hwcaps()
459 if (printed != 0) in report_hwcaps()