Lines Matching refs:printed
414 int i, printed = 0; in cpucap_info() local
421 printed ? "," : "", hwcaps[i]); in cpucap_info()
422 printed++; in cpucap_info()
433 printed ? "," : "", crypto_hwcaps[i]); in cpucap_info()
434 printed++; in cpucap_info()
441 static void __init report_one_hwcap(int *printed, const char *name) in report_one_hwcap() argument
443 if ((*printed) == 0) in report_one_hwcap()
446 (*printed) ? "," : "", name); in report_one_hwcap()
447 if (++(*printed) == 8) { in report_one_hwcap()
449 *printed = 0; in report_one_hwcap()
453 static void __init report_crypto_hwcaps(int *printed) in report_crypto_hwcaps() argument
463 report_one_hwcap(printed, crypto_hwcaps[i]); in report_crypto_hwcaps()
469 int i, printed = 0; in report_hwcaps() local
474 report_one_hwcap(&printed, hwcaps[i]); in report_hwcaps()
477 report_crypto_hwcaps(&printed); in report_hwcaps()
478 if (printed != 0) in report_hwcaps()